diff options
Diffstat (limited to 'modules/core/bs_bot.cpp')
-rw-r--r-- | modules/core/bs_bot.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/core/bs_bot.cpp b/modules/core/bs_bot.cpp index a2fa32f0b..60dc5afaa 100644 --- a/modules/core/bs_bot.cpp +++ b/modules/core/bs_bot.cpp @@ -304,6 +304,7 @@ class CommandBSBot : public Command CommandBSBot() : Command("BOT", 1, 6) { this->SetFlag(CFLAG_STRIP_CHANNEL); + this->SetDesc("Maintains network bot list"); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) @@ -410,11 +411,6 @@ class CommandBSBot : public Command "\002BOT CHANGE \037oldnick\037 \037newnick\037 [\037user\037 [\037host\037 [\037real\037]]]\002\n" "\002BOT DEL \037nick\037\002")); } - - void OnServHelp(CommandSource &source) - { - source.Reply(_(" BOT Maintains network bot list")); - } }; class BSBot : public Module |