1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 05:03:11 +02:00

Updated help messages for ns_list, cs_list, cs_entrymsg, and cs_info. Also fixed logging for cs_entrymsg.

This commit is contained in:
Robby
2012-05-20 04:14:26 -04:00
committed by Adam
parent 699087b2bf
commit 1f73e27870
6 changed files with 75 additions and 28 deletions
+1 -1
View File
@@ -440,7 +440,7 @@ class CommandCSAccess : public Command
this->SetSyntax(_("\037channel\037 DEL {\037mask\037 | \037entry-num\037 | \037list\037}"));
this->SetSyntax(_("\037channel\037 LIST [\037mask\037 | \037list\037]"));
this->SetSyntax(_("\037channel\037 VIEW [\037mask\037 | \037list\037]"));
this->SetSyntax(_("\037channel\037 CLEAR\002"));
this->SetSyntax(_("\037channel\037 CLEAR"));
}
void Execute(CommandSource &source, const std::vector<Anope::string> &params) anope_override