mirror of
https://github.com/anope/anope.git
synced 2026-07-10 05:43:13 +02:00
Consistently use imperative statements in command descriptions.
This commit is contained in:
@@ -20,7 +20,7 @@ class CommandHSOff final
|
||||
public:
|
||||
CommandHSOff(Module *creator) : Command(creator, "hostserv/off", 0, 0)
|
||||
{
|
||||
this->SetDesc(_("Deactivates your assigned vhost"));
|
||||
this->SetDesc(_("Deactivate your assigned vhost"));
|
||||
this->RequireUser(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user