1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 15:06:39 +02:00

Update topic lock help to reflect how it works

This commit is contained in:
Adam
2015-09-14 12:39:59 -04:00
parent 776207ba67
commit 8c4eec2b6e
+2 -1
View File
@@ -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;
}
};