mirror of
https://github.com/anope/anope.git
synced 2026-07-10 05:43:13 +02:00
Consistently use imperative statements in command descriptions.
This commit is contained in:
@@ -21,7 +21,7 @@ class CommandCSList final
|
||||
public:
|
||||
CommandCSList(Module *creator) : Command(creator, "chanserv/list", 1, 2)
|
||||
{
|
||||
this->SetDesc(_("Lists all registered channels matching the given pattern"));
|
||||
this->SetDesc(_("List all registered channels matching the given pattern"));
|
||||
this->SetSyntax(_("\037pattern\037 [SUSPENDED] [NOEXPIRE]"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user