summaryrefslogtreecommitdiff
path: root/modules/commands/cs_set_topiclock.cpp
diff options
context:
space:
mode:
authorlethality <lethality@anope.org>2012-06-04 04:50:35 +0100
committerlethality <lethality@anope.org>2012-06-04 04:50:35 +0100
commita4bf5ce6096a0d90f9a52feb4cfabbfd2e823290 (patch)
tree18e02882e9ace92aa1edb16cbc2ac599dd7030d3 /modules/commands/cs_set_topiclock.cpp
parent437944d41689b0ab090bada7fba9791086b7e1fe (diff)
minor help output changes, including some confusion in fantasy chars
Diffstat (limited to 'modules/commands/cs_set_topiclock.cpp')
-rw-r--r--modules/commands/cs_set_topiclock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_set_topiclock.cpp b/modules/commands/cs_set_topiclock.cpp
index 3a3c7d47c..911c8b463 100644
--- a/modules/commands/cs_set_topiclock.cpp
+++ b/modules/commands/cs_set_topiclock.cpp
@@ -60,7 +60,7 @@ class CommandCSSetTopicLock : public Command
source.Reply(" ");
source.Reply(_("Enables or disables the \002topic lock\002 option for a channel.\n"
"When \002topic lock\002 is set, the channel topic will be unchangable\n"
- " except via the \002TOPIC\002 command."));
+ "except via the \002TOPIC\002 command."));
return true;
}
};