1
0
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:
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 CommandBSSet final
public:
CommandBSSet(Module *creator) : Command(creator, "botserv/set", 3, 3)
{
this->SetDesc(_("Configures bot options"));
this->SetDesc(_("Configure bot options"));
this->SetSyntax(_("\037option\037 \037(channel | bot)\037 \037settings\037"));
}
@@ -103,7 +103,7 @@ public:
CommandBSSetBanExpire(Module *creator, const Anope::string &sname = "botserv/set/banexpire") : Command(creator, sname, 2, 2)
{
this->SetDesc(_("Configures the time bot bans expire in"));
this->SetDesc(_("Configure the time bot bans expire in"));
this->SetSyntax(_("\037channel\037 \037time\037"));
}