mirror of
https://github.com/anope/anope.git
synced 2026-06-27 04:26:38 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -18,6 +18,7 @@ class CommandOSUserList : public Command
|
||||
public:
|
||||
CommandOSUserList() : Command("USERLIST", 0, 2)
|
||||
{
|
||||
this->SetDesc("Lists all user records");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -87,11 +88,6 @@ class CommandOSUserList : public Command
|
||||
"with the +i flag will be listed."));
|
||||
return true;
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" USERLIST Lists all user records"));
|
||||
}
|
||||
};
|
||||
|
||||
class OSUserList : public Module
|
||||
|
||||
Reference in New Issue
Block a user