mirror of
https://github.com/anope/anope.git
synced 2026-07-10 07:43:13 +02:00
Consistently use imperative statements in command descriptions.
This commit is contained in:
@@ -20,7 +20,7 @@ class CommandBSBotList final
|
||||
public:
|
||||
CommandBSBotList(Module *creator) : Command(creator, "botserv/botlist", 0, 1)
|
||||
{
|
||||
this->SetDesc(_("Lists available bots"));
|
||||
this->SetDesc(_("List available bots"));
|
||||
this->SetSyntax("[OPERONLY] [UNUSED] [VANITY]");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user