summaryrefslogtreecommitdiff
path: root/src/modules/hs_request.c
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-11-08 23:43:51 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-11-08 23:43:51 +0000
commit9d37cf1d5afeaa054f31e0df85275521410bde61 (patch)
tree6723415d5561a2d7c404e6e1233047f3a9de5f98 /src/modules/hs_request.c
parent458be36a321615c0f3004a6abde7e14d40f5da32 (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/modules/hs_request.c')
-rw-r--r--src/modules/hs_request.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c
index 779629521..0466f95fe 100644
--- a/src/modules/hs_request.c
+++ b/src/modules/hs_request.c
@@ -678,6 +678,8 @@ class HSRequest : public Module
this->InsertLanguage(LANG_PT, LNG_NUM_STRINGS, langtable_pt);
this->InsertLanguage(LANG_RU, LNG_NUM_STRINGS, langtable_ru);
this->InsertLanguage(LANG_IT, LNG_NUM_STRINGS, langtable_it);
+
+ ModuleManager::Attach(I_OnHostServHelp, this);
}
~HSRequest()
@@ -765,7 +767,7 @@ class HSRequest : public Module
ModuleDatabaseBackup(HSREQ_DEFAULT_DBNAME);
}
- void HostServHelp(User *u)
+ void OnHostServHelp(User *u)
{
this->NoticeLang(s_HostServ, u, LNG_HELP);
this->NoticeLang(s_HostServ, u, LNG_HELP_SETTER);