diff options
Diffstat (limited to 'modules/core/hs_setall.cpp')
-rw-r--r-- | modules/core/hs_setall.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/core/hs_setall.cpp b/modules/core/hs_setall.cpp index c5c2d777d..20d160b9d 100644 --- a/modules/core/hs_setall.cpp +++ b/modules/core/hs_setall.cpp @@ -18,6 +18,7 @@ class CommandHSSetAll : public Command public: CommandHSSetAll() : Command("SETALL", 2, 2, "hostserv/set") { + this->SetDesc("Set the vhost for all nicks in a group"); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) @@ -116,11 +117,6 @@ class CommandHSSetAll : public Command { SyntaxError(source, "SETALL", _("SETALL \002<nick>\002 \002<hostmask>\002.")); } - - void OnServHelp(CommandSource &source) - { - source.Reply(_(" SETALL Set the vhost for all nicks in a group")); - } }; class HSSetAll : public Module |