mirror of
https://github.com/anope/anope.git
synced 2026-06-29 18:36:38 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -18,6 +18,7 @@ class CommandOSChanList : public Command
|
||||
public:
|
||||
CommandOSChanList() : Command("CHANLIST", 0, 2)
|
||||
{
|
||||
this->SetDesc("Lists all channel records");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -86,11 +87,6 @@ class CommandOSChanList : public Command
|
||||
"+p mode."));
|
||||
return true;
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" CHANLIST Lists all channel records"));
|
||||
}
|
||||
};
|
||||
|
||||
class OSChanList : public Module
|
||||
|
||||
Reference in New Issue
Block a user