diff options
Diffstat (limited to 'modules/chanserv/cs_register.cpp')
-rw-r--r-- | modules/chanserv/cs_register.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/chanserv/cs_register.cpp b/modules/chanserv/cs_register.cpp index 97bddf5cd..e8074ed19 100644 --- a/modules/chanserv/cs_register.cpp +++ b/modules/chanserv/cs_register.cpp @@ -100,9 +100,10 @@ public: Anope::string cmd; if (Command::FindCommandFromService("chanserv/access", bi, cmd)) source.Reply(_(" \n" - "See the \002%s\002 command (\002%s HELP ACCESS\002) for\n" + "See the \002%s\002 command (\002%s ACCESS\002) for\n" "information on giving a subset of these privileges to\n" - "other channel users.\n"), cmd.c_str(), bi->GetQueryCommand().c_str()); + "other channel users.\n"), + cmd.c_str(), bi->GetQueryCommand("generic/help").c_str()); source.Reply(_(" \n" "NOTICE: In order to register a channel, you must have\n" "first registered your nickname.")); |