mirror of
https://github.com/anope/anope.git
synced 2026-07-10 19:43:14 +02:00
Consistently use imperative statements in command descriptions.
This commit is contained in:
@@ -20,7 +20,7 @@ class CommandNSUpdate final
|
||||
public:
|
||||
CommandNSUpdate(Module *creator) : Command(creator, "nickserv/update", 0, 0)
|
||||
{
|
||||
this->SetDesc(_("Updates your current status, i.e. it checks for new memos"));
|
||||
this->SetDesc(_("Update your current status, i.e. it checks for new memos"));
|
||||
this->RequireUser(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user