mirror of
https://github.com/anope/anope.git
synced 2026-07-10 06:43:14 +02:00
Consistently use imperative statements in command descriptions.
This commit is contained in:
@@ -20,7 +20,7 @@ class CommandCSGetKey final
|
||||
public:
|
||||
CommandCSGetKey(Module *creator) : Command(creator, "chanserv/getkey", 1, 1)
|
||||
{
|
||||
this->SetDesc(_("Returns the key of the given channel"));
|
||||
this->SetDesc(_("Return the key of the given channel"));
|
||||
this->SetSyntax(_("\037channel\037"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user