summaryrefslogtreecommitdiff
path: root/src/core/ns_help.c
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-06 22:48:59 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-06 22:48:59 +0000
commit4171f140c237f6384ddd55f6015678ef270df7e4 (patch)
tree4239f46dd4c90de212e68e86fff99f16047b67fb /src/core/ns_help.c
parenta95a19faaf64113a6eb553b437dfddbc27ea7e7b (diff)
Add module name to MODULE_INIT. This is not yet actually used, but it will be soon.. >_>
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1567 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/ns_help.c')
-rw-r--r--src/core/ns_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_help.c b/src/core/ns_help.c
index 4f987795d..dfe9a8412 100644
--- a/src/core/ns_help.c
+++ b/src/core/ns_help.c
@@ -67,4 +67,4 @@ int do_help(User * u)
/* EOF */
-MODULE_INIT(NSHelp)
+MODULE_INIT("ns_help", NSHelp)