diff options
Diffstat (limited to 'src/core/hs_help.c')
-rw-r--r-- | src/core/hs_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_help.c b/src/core/hs_help.c index 041678ea6..f666d13cb 100644 --- a/src/core/hs_help.c +++ b/src/core/hs_help.c @@ -53,4 +53,4 @@ int do_help(User * u) return MOD_CONT; } -MODULE_INIT(HSHelp) +MODULE_INIT("hs_help", HSHelp) |