diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-11-08 23:43:51 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-11-08 23:43:51 +0000 |
commit | 9d37cf1d5afeaa054f31e0df85275521410bde61 (patch) | |
tree | 6723415d5561a2d7c404e6e1233047f3a9de5f98 /src/core/cs_help.c | |
parent | 458be36a321615c0f3004a6abde7e14d40f5da32 (diff) |
Made the Module::ServHelp() functions part of the event system
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2637 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/cs_help.c')
-rw-r--r-- | src/core/cs_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_help.c b/src/core/cs_help.c index 21bbc00eb..267483f8d 100644 --- a/src/core/cs_help.c +++ b/src/core/cs_help.c @@ -55,7 +55,7 @@ class CommandCSHelp : public Command void OnSyntaxError(User *u) { notice_help(s_ChanServ, u, CHAN_HELP); - moduleDisplayHelp(s_ChanServ, u); + FOREACH_MOD(I_OnChanServHelp, OnChanServHelp(u)); if (CSExpire >= 86400) notice_help(s_ChanServ, u, CHAN_HELP_EXPIRES, CSExpire / 86400); if (u->nc && u->nc->IsServicesOper()) |