summaryrefslogtreecommitdiff
path: root/modules/core/cs_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_set.cpp')
-rw-r--r--modules/core/cs_set.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/cs_set.cpp b/modules/core/cs_set.cpp
index 631eb151c..be6147b58 100644
--- a/modules/core/cs_set.cpp
+++ b/modules/core/cs_set.cpp
@@ -82,8 +82,8 @@ class CommandCSSet : public Command
"Available options:"));
for (subcommand_map::iterator it = this->subcommands.begin(), it_end = this->subcommands.end(); it != it_end; ++it)
it->second->OnServHelp(source);
- source.Reply(_("Type \002%R%s HELP SET \037option\037\002 for more information on a\n"
- "particular option."), ChanServ->nick.c_str());
+ source.Reply(_("Type \002%s%s HELP SET \037option\037\002 for more information on a\n"
+ "particular option."), Config->UseStrictPrivMsgString.c_str(), ChanServ->nick.c_str());
return true;
}
else