summaryrefslogtreecommitdiff
path: root/modules/pseudoclients/botserv.cpp
diff options
context:
space:
mode:
authorRobby- <robby@chat.be>2013-02-02 07:30:53 +0100
committerRobby- <robby@chat.be>2013-02-02 07:30:53 +0100
commit15b37c1e38b20a3f6244af179dfdb395ee929800 (patch)
tree5ce51a5ecb759c472d3f44a322e9fb61a2bbd7ab /modules/pseudoclients/botserv.cpp
parentdccb0ee3138359559d3a984d4708b53154aa7082 (diff)
Some more typo and help text fixes, proper formatting of control codes, missing privileges, and settings corrections.
Diffstat (limited to 'modules/pseudoclients/botserv.cpp')
-rw-r--r--modules/pseudoclients/botserv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pseudoclients/botserv.cpp b/modules/pseudoclients/botserv.cpp
index 40b0d502c..fd7f0380e 100644
--- a/modules/pseudoclients/botserv.cpp
+++ b/modules/pseudoclients/botserv.cpp
@@ -214,8 +214,8 @@ class BotServCore : public Module
if (source.c)
{
- source.Reply(_("\2%s\2 allows you to execute \"fantasy\" commands in the channel.\n"
- "Fantasy commands are tied to existing commands, usually on \2%s\2,\n"
+ source.Reply(_("\002%s\002 allows you to execute \"fantasy\" commands in the channel.\n"
+ "Fantasy commands are tied to existing commands, usually on \002%s\002,\n"
"and provide a more convenient way to execute commands. Commands that\n"
"require a channel as a parameter will automatically have that parameter\n"
"given.\n"), source.service->nick.c_str(), Config->ChanServ.c_str());