diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-06-13 21:52:12 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-06-13 22:28:38 +0200 |
commit | abc0e4f821568e135623d035312d7a92f5f507cc (patch) | |
tree | 8d0b4d9846500cf72cd174c300ddef1b7609233a /kike-replies | |
parent | ff10e1b652c1cf1eed68dc40b5ca33dcfe16e762 (diff) | |
download | xK-abc0e4f821568e135623d035312d7a92f5f507cc.tar.gz xK-abc0e4f821568e135623d035312d7a92f5f507cc.tar.xz xK-abc0e4f821568e135623d035312d7a92f5f507cc.zip |
kike: implement LINKS
Diffstat (limited to 'kike-replies')
-rw-r--r-- | kike-replies | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kike-replies b/kike-replies index 0011120..942eb38 100644 --- a/kike-replies +++ b/kike-replies @@ -41,6 +41,8 @@ 351 IRC_RPL_VERSION "%s.%d %s :%s" 352 IRC_RPL_WHOREPLY "%s %s %s %s %s %s :%d %s" 353 IRC_RPL_NAMREPLY "%c %s :%s" +364 IRC_RPL_LINKS "%s %s :%d %s" +365 IRC_RPL_ENDOFLINKS "%s :End of LINKS list" 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" |