diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-06-13 18:37:07 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-06-13 18:47:25 +0200 |
commit | ba14a30c0a88b0e35a99cabe73525ddfcfd6ef3c (patch) | |
tree | ca0d944cb40d5cb4038ac64054ac5d78982d385c /kike-replies | |
parent | 17be991dcec61fd8ef172c43d265ffbcb1a2b67e (diff) | |
download | xK-ba14a30c0a88b0e35a99cabe73525ddfcfd6ef3c.tar.gz xK-ba14a30c0a88b0e35a99cabe73525ddfcfd6ef3c.tar.xz xK-ba14a30c0a88b0e35a99cabe73525ddfcfd6ef3c.zip |
kike: implement WHOWAS
Diffstat (limited to 'kike-replies')
-rw-r--r-- | kike-replies | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kike-replies b/kike-replies index c585740..ed26232 100644 --- a/kike-replies +++ b/kike-replies @@ -17,6 +17,7 @@ 311 IRC_RPL_WHOISUSER "%s %s %s * :%s" 312 IRC_RPL_WHOISSERVER "%s %s :%s" 313 IRC_RPL_WHOISOPERATOR "%s :is an IRC operator" +314 IRC_RPL_WHOWASUSER "%s %s %s * :%s" 315 IRC_RPL_ENDOFWHO "%s :End of WHO list" 317 IRC_RPL_WHOISIDLE "%s %d :seconds idle" 318 IRC_RPL_ENDOFWHOIS "%s :End of WHOIS list" @@ -39,6 +40,7 @@ 366 IRC_RPL_ENDOFNAMES "%s :End of NAMES list" 367 IRC_RPL_BANLIST "%s %s" 368 IRC_RPL_ENDOFBANLIST "%s :End of channel ban list" +369 IRC_RPL_ENDOFWHOWAS "%s :End of WHOWAS" 372 IRC_RPL_MOTD ":- %s" 375 IRC_RPL_MOTDSTART ":- %s Message of the day - " 376 IRC_RPL_ENDOFMOTD ":End of MOTD command" @@ -47,6 +49,7 @@ 402 IRC_ERR_NOSUCHSERVER "%s :No such server" 403 IRC_ERR_NOSUCHCHANNEL "%s :No such channel" 404 IRC_ERR_CANNOTSENDTOCHAN "%s :Cannot send to channel" +406 IRC_ERR_WASNOSUCHNICK "%s :There was no such nickname" 409 IRC_ERR_NOORIGIN ":No origin specified" 410 IRC_ERR_INVALIDCAPCMD "%s :%s" 411 IRC_ERR_NORECIPIENT ":No recipient given (%s)" |