1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 02:53:13 +02:00

fixed some typos

This commit is contained in:
DukePyrolator
2012-04-01 20:50:04 +02:00
parent 12a6a27b52
commit cf3124c063
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ class CommandHSSetAll : public Command
CommandHSSetAll(Module *creator) : Command(creator, "hostserv/setall", 2, 2)
{
this->SetDesc(_("Set the vhost for all nicks in a group"));
this->SetSyntax(_("\037nick\037 \037hostmask>\037"));
this->SetSyntax(_("\037nick\037 \037hostmask\037"));
}
void Execute(CommandSource &source, const std::vector<Anope::string> &params) anope_override