aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
530 stars 97 forks source link

Add support for RPL_TOPICWHOTIME (numeric 333) #86

Closed tobbez closed 7 years ago

tobbez commented 7 years ago

While not mandated by any of the IRC RFCs, it is in wide-spread use, and there does not seem to be conflicting uses of the numeric.

Most refer to it as RPL_TOPICWHOTIME, but there are some who refer to it as RPL_TOPICTIME.

aatxe commented 7 years ago

Looks good to me! Thanks!