mirror of
https://github.com/anope/anope.git
synced 2026-07-01 00:46:38 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -56,6 +56,7 @@ class CommandCSTBan : public Command
|
||||
public:
|
||||
CommandCSTBan() : Command("TBAN", 3, 3)
|
||||
{
|
||||
this->SetDesc("Bans the user for a given length of time");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -100,11 +101,6 @@ class CommandCSTBan : public Command
|
||||
{
|
||||
me->SendMessage(source, _("Syntax: TBAN channel nick time"));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
me->SendMessage(source, _(" TBAN Bans the user for a given length of time"));
|
||||
}
|
||||
};
|
||||
|
||||
class CSTBan : public Module
|
||||
|
||||
Reference in New Issue
Block a user