1
0
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:
Adam
2011-02-11 03:12:39 -05:00
parent 7bdf592f7e
commit 2529ff6dae
148 changed files with 215 additions and 939 deletions
+1 -5
View File
@@ -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> &params)
@@ -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