diff --git a/plugins/Topic/plugin.py b/plugins/Topic/plugin.py index ac9fef272..8cb3387ed 100644 --- a/plugins/Topic/plugin.py +++ b/plugins/Topic/plugin.py @@ -351,7 +351,7 @@ class Topic(callbacks.Plugin): def unlock(self, irc, msg, args, channel): """[] - Locks the topic (sets the mode +t) in . is only + Unlocks the topic (sets the mode +t) in . is only necessary if the message isn't sent in the channel itself. """ irc.queueMsg(ircmsgs.mode(channel, '-t'))