]> jfr.im git - irc/quakenet/newserv.git/commit
PARSER: Added "calls" field to allow tracking how many times each command is
authorsplidge <redacted>
Tue, 5 May 2009 14:01:01 +0000 (15:01 +0100)
committersplidge <redacted>
Tue, 5 May 2009 14:01:01 +0000 (15:01 +0100)
commit09285ac1755e7867dfdb6a10c9e727b208f6b20f
treed2eaa042f49a629319cd3f93637be68e208cdd4b
parent41938c9d4ec1378da0b8d1cf2652ed96a47766c2
PARSER: Added "calls" field to allow tracking how many times each command is
called.

Used this field to add partial "stats m" functionality to the IRC module (we
don't count bytes so bytes is always returned as 0).
irc/irc.c
irc/irc.h
nick/nickhandlers.c
parser/parser.c
parser/parser.h