diff options
Diffstat (limited to 'src/core/hs_help.c')
-rw-r--r-- | src/core/hs_help.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hs_help.c b/src/core/hs_help.c index f237016de..008d62082 100644 --- a/src/core/hs_help.c +++ b/src/core/hs_help.c @@ -64,3 +64,5 @@ int do_help(User * u) } return MOD_CONT; } + +MODULE_INIT("hs_help") |