mirror of
https://github.com/anope/anope.git
synced 2026-07-09 20:03:13 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -73,6 +73,7 @@ class CommandNSAJoin : public Command
|
||||
public:
|
||||
CommandNSAJoin() : Command("AJOIN", 1, 3)
|
||||
{
|
||||
this->SetDesc("Manage your auto join list");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -104,11 +105,6 @@ class CommandNSAJoin : public Command
|
||||
{
|
||||
SyntaxError(source, "AJOIN", _("AJOIN {ADD | DEL | LIST} [\037channel\037] [\037key\037]"));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" AJOIN Manage your auto join list"));
|
||||
}
|
||||
};
|
||||
|
||||
class NSAJoin : public Module
|
||||
|
||||
Reference in New Issue
Block a user