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:
@@ -20,7 +20,7 @@ class CommandBSSay final
|
||||
public:
|
||||
CommandBSSay(Module *creator) : Command(creator, "botserv/say", 2, 2)
|
||||
{
|
||||
this->SetDesc(_("Makes the bot say the specified text on the specified channel"));
|
||||
this->SetDesc(_("Make the bot say the specified text on the specified channel"));
|
||||
this->SetSyntax(_("\037channel\037 \037text\037"));
|
||||
}
|
||||
|
||||
@@ -88,7 +88,7 @@ class CommandBSAct final
|
||||
public:
|
||||
CommandBSAct(Module *creator) : Command(creator, "botserv/act", 2, 2)
|
||||
{
|
||||
this->SetDesc(_("Makes the bot do the equivalent of a \"/me\" command"));
|
||||
this->SetDesc(_("Make the bot do the equivalent of a \"/me\" command"));
|
||||
this->SetSyntax(_("\037channel\037 \037text\037"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user