diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-07-13 15:09:30 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-07-13 17:18:07 +0200 |
commit | 41c26a03fac6915c0abcde17bacb6563c50719e5 (patch) | |
tree | 0c87b7bcd35fb29fb47cdce635f3ed60d46e14c0 /include | |
parent | 2de11961b8281424fd6ad530862cae9f5e011cd1 (diff) |
Move STATS handler back to cmd_stats so it's hotpatchable again
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 78e0c1b3e..c06a28043 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -790,10 +790,6 @@ class CoreExport InspIRCd */ void SendWhoisLine(User* user, User* dest, int numeric, const char* format, ...) CUSTOM_PRINTF(5, 6); - /** Handle /STATS - */ - void DoStats(char statschar, User* user, string_list &results); - /** Handle /WHOIS */ void DoWhois(User* user, User* dest,unsigned long signon, unsigned long idle, const char* nick); |