diff options
author | Adam <Adam@anope.org> | 2015-09-14 12:39:59 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-09-14 12:39:59 -0400 |
commit | 8c4eec2b6e3bcc620258e2b928c2ea0b6351c327 (patch) | |
tree | d5da3f8512bdedf0fc1c0cac4dc6e0230792fcc5 /modules/commands/cs_topic.cpp | |
parent | 776207ba67e6065611d9ba4e2dec603062cb220f (diff) |
Update topic lock help to reflect how it works
Diffstat (limited to 'modules/commands/cs_topic.cpp')
-rw-r--r-- | modules/commands/cs_topic.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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; } }; |