diff options
Diffstat (limited to 'modules/chanserv/cs_set.cpp')
-rw-r--r-- | modules/chanserv/cs_set.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/chanserv/cs_set.cpp b/modules/chanserv/cs_set.cpp index c2298e68a..271746b49 100644 --- a/modules/chanserv/cs_set.cpp +++ b/modules/chanserv/cs_set.cpp @@ -59,8 +59,9 @@ public: c->OnServHelp(source); } } - source.Reply(_("Type \002%s HELP %s \037option\037\002 for more information on a\n" - "particular option."), source.service->GetQueryCommand().c_str(), this_name.c_str()); + source.Reply(_("Type \002%s \037option\037\002 for more information on a\n" + "particular option."), + source.service->GetQueryCommand("generic/help", this_name).c_str()); return true; } }; |