diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-06-13 21:22:57 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-06-13 22:28:38 +0200 |
commit | ff10e1b652c1cf1eed68dc40b5ca33dcfe16e762 (patch) | |
tree | f4b8968ec75e4db973abaf1a76668709955a169a /kike-replies | |
parent | ba14a30c0a88b0e35a99cabe73525ddfcfd6ef3c (diff) | |
download | xK-ff10e1b652c1cf1eed68dc40b5ca33dcfe16e762.tar.gz xK-ff10e1b652c1cf1eed68dc40b5ca33dcfe16e762.tar.xz xK-ff10e1b652c1cf1eed68dc40b5ca33dcfe16e762.zip |
kike: implement STATS
Diffstat (limited to 'kike-replies')
-rw-r--r-- | kike-replies | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kike-replies b/kike-replies index ed26232..0011120 100644 --- a/kike-replies +++ b/kike-replies @@ -3,7 +3,11 @@ 3 IRC_RPL_CREATED ":This server was created %s" 4 IRC_RPL_MYINFO "%s %s %s %s" 5 IRC_RPL_ISUPPORT "%s :are supported by this server" +211 IRC_RPL_STATSLINKINFO "%s %zu %zu %zu %zu %zu %lld" +212 IRC_RPL_STATSCOMMANDS "%s %zu %zu %zu" +219 IRC_RPL_ENDOFSTATS "%c :End of STATS report" 221 IRC_RPL_UMODEIS "+%s" +242 IRC_RPL_STATSUPTIME ":Server Up %d days %d:%02d:%02d" 251 IRC_RPL_LUSERCLIENT ":There are %d users and %d services on %d servers" 252 IRC_RPL_LUSEROP "%d :operator(s) online" 253 IRC_RPL_LUSERUNKNOWN "%d :unknown connection(s)" |