summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-07-02 18:33:39 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-07-02 18:33:39 +0000
commit6f93e362a461bdb889ed409b3b7dfad8a3c5fab9 (patch)
treed463a92d37b27cbb40e215f9b57ba39a451c1b27 /modules
parentd2c717bcaba9f2306df1fde214f21c71eace06ac (diff)
- Removed hooking system
- Update help/stats git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@4157 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules')
-rw-r--r--modules/m_stats.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/m_stats.c b/modules/m_stats.c
index 23dea16..4705d33 100644
--- a/modules/m_stats.c
+++ b/modules/m_stats.c
@@ -43,7 +43,6 @@
#include "s_user.h"
#include "event.h"
#include "dbuf.h"
-#include "hook.h"
#include "parse.h"
#include "modules.h"
#include "resv.h"
@@ -1547,7 +1546,7 @@ static const struct StatsStruct
{ 'F', fd_dump, 1, 1 },
{ 'g', stats_pending_glines, 1, 0 },
{ 'G', stats_glines, 1, 0 },
- { 'h', stats_hooks, 1, 1 },
+ { 'h', stats_hubleaf, 1, 1 },
{ 'H', stats_hubleaf, 1, 0 },
{ 'i', stats_auth, 0, 0 },
{ 'I', stats_auth, 0, 0 },