diff options
Diffstat (limited to 'modules/commands/cs_set_topiclock.cpp')
-rw-r--r-- | modules/commands/cs_set_topiclock.cpp | 2 |
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; } }; |