diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2012-04-01 20:50:04 +0200 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2012-04-01 20:50:04 +0200 |
commit | cf3124c06399ed1eba8a33b017893d9bda28494c (patch) | |
tree | 9c23414217b03eed05bdf927b94c7c58d4b80fc0 /modules/commands/hs_set.cpp | |
parent | 12a6a27b52a3520c1f41a1d4d6b8e3ef25fafb23 (diff) |
fixed some typos
Diffstat (limited to 'modules/commands/hs_set.cpp')
-rw-r--r-- | modules/commands/hs_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/hs_set.cpp b/modules/commands/hs_set.cpp index 72ec9f07c..5e73fd800 100644 --- a/modules/commands/hs_set.cpp +++ b/modules/commands/hs_set.cpp @@ -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> ¶ms) anope_override |