diff options
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 2eff7139a..b71b4e204 100644 --- a/src/core/cs_help.c +++ b/src/core/cs_help.c @@ -71,4 +71,4 @@ int do_help(User * u) return MOD_CONT; } -MODULE_INIT(CSHelp) +MODULE_INIT("cs_help", CSHelp) |