mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
Topic: Fix bad doctring
Conflicts: plugins/Topic/messages.pot Signed-off-by: James McCoy <vega.james@gmail.com>
This commit is contained in:
parent
8fb4cbcdc6
commit
9561c9f417
@ -351,7 +351,7 @@ class Topic(callbacks.Plugin):
|
||||
def unlock(self, irc, msg, args, channel):
|
||||
"""[<channel>]
|
||||
|
||||
Locks the topic (sets the mode +t) in <channel>. <channel> is only
|
||||
Unlocks the topic (sets the mode +t) in <channel>. <channel> is only
|
||||
necessary if the message isn't sent in the channel itself.
|
||||
"""
|
||||
irc.queueMsg(ircmsgs.mode(channel, '-t'))
|
||||
|
Loading…
Reference in New Issue
Block a user