Merge pull request #86 from tobbez/rpl_topicwhotime
Add support for RPL_TOPICWHOTIME (numeric 333)
This commit is contained in:
commit
c4888ed76c
1 changed files with 2 additions and 0 deletions
|
@ -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`
|
||||||
|
|
Loading…
Reference in a new issue