mirror of
https://github.com/anope/anope.git
synced 2026-07-10 06:43:14 +02:00
Consistently use imperative statements in command descriptions.
This commit is contained in:
@@ -60,7 +60,7 @@ class CommandHSDelAll final
|
||||
public:
|
||||
CommandHSDelAll(Module *creator) : Command(creator, "hostserv/delall", 1, 1)
|
||||
{
|
||||
this->SetDesc(_("Deletes the vhost for all nicks in an account"));
|
||||
this->SetDesc(_("Delete the vhost for all nicks in an account"));
|
||||
this->SetSyntax(_("\037nick\037"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user