diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ss_main.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/ss_main.c b/src/core/ss_main.c index bfdb2e270..10aeec9cb 100644 --- a/src/core/ss_main.c +++ b/src/core/ss_main.c @@ -27,6 +27,11 @@ class SSMain : public Module { Command *c; + this->SetAuthor("Anope"); + this->SetVersion("$Id$"); + this->SetType(CORE); + this->SetPermanent(true); + c = createCommand("HELP", do_help, NULL, -1, -1, -1, -1, -1); this->AddCommand(cmdTable, c, MOD_HEAD); |