mirror of
https://github.com/anope/anope.git
synced 2026-06-28 03:56:38 +02:00
added a description for the HELP command
This commit is contained in:
@@ -20,6 +20,7 @@ class CommandCSHelp : public Command
|
||||
{
|
||||
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
|
||||
this->SetFlag(CFLAG_STRIP_CHANNEL);
|
||||
this->SetDesc(_("Displays this list and give information about commands"));
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user