mirror of
https://github.com/anope/anope.git
synced 2026-07-10 07:03:13 +02:00
Consistently use imperative statements in command descriptions.
This commit is contained in:
@@ -242,7 +242,7 @@ class CommandSeen final
|
||||
public:
|
||||
CommandSeen(Module *creator) : Command(creator, "chanserv/seen", 1, 2)
|
||||
{
|
||||
this->SetDesc(_("Tells you about the last time a user was seen"));
|
||||
this->SetDesc(_("Tell you about the last time a user was seen"));
|
||||
this->SetSyntax(_("\037nick\037"));
|
||||
this->AllowUnregistered(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user