diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-06-07 00:39:35 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-06-07 01:23:51 +0200 |
commit | 6d720e7a1ad9b107ac9567ce6ca90850a3a8aca6 (patch) | |
tree | aa25f01f454f42cc608fcf3e042ea9401926b820 /kike-replies | |
parent | e1aa27c90ba4ab1931f27371a63cbc2d3e0ea735 (diff) | |
download | xK-6d720e7a1ad9b107ac9567ce6ca90850a3a8aca6.tar.gz xK-6d720e7a1ad9b107ac9567ce6ca90850a3a8aca6.tar.xz xK-6d720e7a1ad9b107ac9567ce6ca90850a3a8aca6.zip |
degesch: process RPL_CREATIONTIME
Diffstat (limited to 'kike-replies')
-rw-r--r-- | kike-replies | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kike-replies b/kike-replies index 349f12f..d5c4b75 100644 --- a/kike-replies +++ b/kike-replies @@ -24,6 +24,7 @@ 322 IRC_RPL_LIST "%s %d :%s" 323 IRC_RPL_LISTEND ":End of LIST" 324 IRC_RPL_CHANNELMODEIS "%s +%s" +329 IRC_RPL_CREATIONTIME "%s %lld" 331 IRC_RPL_NOTOPIC "%s :No topic is set" 332 IRC_RPL_TOPIC "%s :%s" 346 IRC_RPL_INVITELIST "%s %s" |