mirror of
https://github.com/anope/anope.git
synced 2026-07-10 10:03:14 +02:00
Consistently use imperative statements in command descriptions.
This commit is contained in:
@@ -20,7 +20,7 @@ class CommandMSCheck final
|
||||
public:
|
||||
CommandMSCheck(Module *creator) : Command(creator, "memoserv/check", 1, 1)
|
||||
{
|
||||
this->SetDesc(_("Checks if last memo to a nick was read"));
|
||||
this->SetDesc(_("Check if last memo to a nick was read"));
|
||||
this->SetSyntax(_("\037nick\037"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user