From 8c4eec2b6e3bcc620258e2b928c2ea0b6351c327 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 14 Sep 2015 12:39:59 -0400 Subject: Update topic lock help to reflect how it works --- modules/commands/cs_topic.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/commands/cs_topic.cpp') diff --git a/modules/commands/cs_topic.cpp b/modules/commands/cs_topic.cpp index 353cf83a3..968fe9942 100644 --- a/modules/commands/cs_topic.cpp +++ b/modules/commands/cs_topic.cpp @@ -196,7 +196,8 @@ class CommandCSTopic : public Command "the given topic to the existing topic.\n" " \n" "\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.")); + "topic lock is set, the channel topic will be unchangeable by users who do not have\n" + "the \002TOPIC\002 privilege.")); return true; } }; -- cgit