mirror of
https://github.com/anope/anope.git
synced 2026-07-10 04:03:13 +02:00
Consistently use imperative statements in command descriptions.
This commit is contained in:
@@ -20,7 +20,7 @@ class CommandCSInvite final
|
||||
public:
|
||||
CommandCSInvite(Module *creator) : Command(creator, "chanserv/invite", 1, 3)
|
||||
{
|
||||
this->SetDesc(_("Invites you or an optionally specified nick into a channel"));
|
||||
this->SetDesc(_("Invite you or an optionally specified nick into a channel"));
|
||||
this->SetSyntax(_("\037channel\037 [\037nick\037]"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user