mirror of
https://github.com/anope/anope.git
synced 2026-07-10 13:43:14 +02:00
Consistently use imperative statements in command descriptions.
This commit is contained in:
@@ -118,7 +118,7 @@ class CommandCSLog final
|
||||
public:
|
||||
CommandCSLog(Module *creator) : Command(creator, "chanserv/log", 1, 4)
|
||||
{
|
||||
this->SetDesc(_("Configures channel logging settings"));
|
||||
this->SetDesc(_("Configure channel logging settings"));
|
||||
this->SetSyntax(_("\037channel\037"));
|
||||
this->SetSyntax(_("\037channel\037 \037command\037 \037method\037 [\037status\037]"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user