1
0
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:
Sadie Powell
2026-07-09 18:57:53 +01:00
parent 673b04f1fc
commit cf05a92401
42 changed files with 261 additions and 257 deletions
+2 -2
View File
@@ -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"));
}