summaryrefslogtreecommitdiff
path: root/modules/commands/cs_topic.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/commands/cs_topic.cpp
parentdccb0ee3138359559d3a984d4708b53154aa7082 (diff)
Some more typo and help text fixes, proper formatting of control codes, missing privileges, and settings corrections.
Diffstat (limited to 'modules/commands/cs_topic.cpp')
-rw-r--r--modules/commands/cs_topic.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/commands/cs_topic.cpp b/modules/commands/cs_topic.cpp
index 6518b0959..8b55a2da4 100644
--- a/modules/commands/cs_topic.cpp
+++ b/modules/commands/cs_topic.cpp
@@ -97,12 +97,12 @@ class CommandCSTopic : public Command
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_("Allows manipulating the topic of the specified channel.\n"
- "The \2SET\2 command changes the topic of the channel to the given topic\n"
- "or unsets the topic if no topic is given. The \2APPEND\2 command appends\n"
+ "The \002SET\002 command changes the topic of the channel to the given topic\n"
+ "or unsets the topic if no topic is given. The \002APPEND\002 command appends\n"
"the given topic to the existing topic.\n"
" \n"
- "\2LOCK\2 and \2UNLOCK\2 may be used to enable and disable topic lock. When\n"
- "topic lock is set, the channel topic will be unchangable except via this command."));
+ "\002LOCK\002 and \002UNLOCK\002 may be used to enable and disable topic lock. When\n"
+ "topic lock is set, the channel topic will be unchangeable except via this command."));
return true;
}
};