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:
@@ -42,7 +42,7 @@ public:
|
||||
|
||||
CommandHSGroup(Module *creator) : Command(creator, "hostserv/group", 0, 0)
|
||||
{
|
||||
this->SetDesc(_("Syncs the vhost for all nicks in an account"));
|
||||
this->SetDesc(_("Sync the vhost for all nicks in an account"));
|
||||
}
|
||||
|
||||
void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) override
|
||||
|
||||
Reference in New Issue
Block a user