Merge pull request #86 from tobbez/rpl_topicwhotime

Add support for RPL_TOPICWHOTIME (numeric 333)
This commit is contained in:
Aaron Weiss 2017-06-15 16:01:34 -04:00 committed by GitHub
commit c4888ed76c

View file

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