From 41c26a03fac6915c0abcde17bacb6563c50719e5 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Fri, 13 Jul 2012 15:09:30 +0200 Subject: Move STATS handler back to cmd_stats so it's hotpatchable again --- include/inspircd.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') 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); -- cgit v1.2.3