diff options
Diffstat (limited to 'src/core/bs_help.c')
-rw-r--r-- | src/core/bs_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bs_help.c b/src/core/bs_help.c index 2243cfbe1..3c807275c 100644 --- a/src/core/bs_help.c +++ b/src/core/bs_help.c @@ -28,7 +28,7 @@ class BSHelp : public Module this->SetVersion("$Id$"); this->SetType(CORE); c = createCommand("HELP", do_help, NULL, -1, -1, -1, -1, -1); - moduleAddCommand(BOTSERV, c, MOD_UNIQUE); + this->AddCommand(BOTSERV, c, MOD_UNIQUE); } }; |