mirror of
https://github.com/anope/anope.git
synced 2026-06-26 02:46:38 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user