mirror of
https://github.com/anope/anope.git
synced 2026-06-29 07:36:39 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -18,6 +18,7 @@ class CommandBSUnassign : public Command
|
||||
public:
|
||||
CommandBSUnassign() : Command("UNASSIGN", 1, 1)
|
||||
{
|
||||
this->SetDesc("Unassigns a bot from a channel");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -62,11 +63,6 @@ class CommandBSUnassign : public Command
|
||||
{
|
||||
SyntaxError(source, "UNASSIGN", _("UNASSIGN \037chan\037"));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" UNASSIGN Unassigns a bot from a channel"));
|
||||
}
|
||||
};
|
||||
|
||||
class BSUnassign : public Module
|
||||
|
||||
Reference in New Issue
Block a user