summaryrefslogtreecommitdiff
path: root/modules/core/cs_set_private.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-02-04 18:32:04 -0500
committerAdam <Adam@anope.org>2011-02-04 18:32:04 -0500
commita53a797271fe1c68296a5c4848f827670518a309 (patch)
tree5cfe69af11752937cfc8b6e2445eb11d23cb1557 /modules/core/cs_set_private.cpp
parent08583dc107974252312fb7c87532c9deb68e7f63 (diff)
Replaced all of the old %S's in the language strings that were used for service nicks
Diffstat (limited to 'modules/core/cs_set_private.cpp')
-rw-r--r--modules/core/cs_set_private.cpp4
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;
}