From 6f93e362a461bdb889ed409b3b7dfad8a3c5fab9 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 2 Jul 2014 18:33:39 +0000 Subject: - 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 --- modules/m_stats.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') 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 }, -- cgit