Add support for RPL_TOPICWHOTIME (numeric 333)

This commit is contained in:
Torbjörn Lönnemark 2017-06-15 21:11:38 +02:00
parent 91fb0a1dc1
commit 1c84b699d4

View file

@ -77,6 +77,8 @@ make_response! {
RPL_NOTOPIC = 331,
/// `332 <channel> :<topic>`
RPL_TOPIC = 332,
/// `333 <channel> <nick>!<user>@<host> <unix timestamp>`
RPL_TOPICWHOTIME = 333,
/// `341 <channel> <nick>`
RPL_INVITING = 341,
/// `342 <user> :Summoning user to IRC`