summaryrefslogtreecommitdiff
path: root/modules/core/bs_set.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/bs_set.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/bs_set.cpp')
-rw-r--r--modules/core/bs_set.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/bs_set.cpp b/modules/core/bs_set.cpp
index ce5377878..f05cf9930 100644
--- a/modules/core/bs_set.cpp
+++ b/modules/core/bs_set.cpp
@@ -212,10 +212,10 @@ class CommandBSSet : public Command
" SYMBIOSIS Allow the bot to act as a real bot\n"
" MSG Configure how fantasy commands should be replied to\n"
" \n"
- "Type \002%R%S HELP SET \037option\037\002 for more information\n"
+ "Type \002%R%s HELP SET \037option\037\002 for more information\n"
"on a specific option.\n"
"Note: access to this command is controlled by the\n"
- "level SET."));
+ "level SET."), BotServ->nick.c_str());
User *u = source.u;
if (u->Account() && u->Account()->IsServicesOper())
source.Reply(_("These options are reserved to Services Operators:\n"