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