From ba14a30c0a88b0e35a99cabe73525ddfcfd6ef3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 13 Jun 2015 18:37:07 +0200 Subject: kike: implement WHOWAS --- kike-replies | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kike-replies') 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)" -- cgit v1.2.3