diff options
Diffstat (limited to 'src/modules/hs_request.c')
-rw-r--r-- | src/modules/hs_request.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c index aff1ad5b8..0494a08c9 100644 --- a/src/modules/hs_request.c +++ b/src/modules/hs_request.c @@ -120,6 +120,7 @@ int AnopeInit(int argc, char **argv) moduleSetHostHelp(hs_help); moduleAddAuthor(AUTHOR); moduleAddVersion(VERSION); + moduleSetType(SUPPORTED); my_load_config(); my_add_languages(); |