diff options
Diffstat (limited to 'modules/core/cs_set_private.cpp')
-rw-r--r-- | modules/core/cs_set_private.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/cs_set_private.cpp b/modules/core/cs_set_private.cpp index 162da757d..1f8f98fdc 100644 --- a/modules/core/cs_set_private.cpp +++ b/modules/core/cs_set_private.cpp @@ -47,8 +47,8 @@ class CommandCSSetPrivate : public Command source.Reply(_("Syntax: \002%s \037channel\037 PRIVATE {ON | OFF}\002\n" " \n" "Enables or disables the \002private\002 option for a channel.\n" - "When \002private\002 is set, a \002%R%S LIST\002 will not\n" - "include the channel in any lists."), this->name.c_str()); + "When \002private\002 is set, a \002%R%s LIST\002 will not\n" + "include the channel in any lists."), this->name.c_str(), ChanServ->nick.c_str()); return true; } |