diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-07-02 18:33:39 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-07-02 18:33:39 +0000 |
commit | 6f93e362a461bdb889ed409b3b7dfad8a3c5fab9 (patch) | |
tree | d463a92d37b27cbb40e215f9b57ba39a451c1b27 /modules | |
parent | d2c717bcaba9f2306df1fde214f21c71eace06ac (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.c | 3 |
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 }, |