mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-04 08:34:11 +01:00
Topic: Fix bad doctring
Conflicts:
plugins/Topic/messages.pot
Signed-off-by: James McCoy <vega.james@gmail.com>
(cherry picked from commit 9561c9f417
)
Signed-off-by: Daniel Folkinshteyn <nanotube@users.sourceforge.net>
This commit is contained in:
parent
f3136655e7
commit
3d5f92a61f
@ -465,7 +465,7 @@ class Topic(callbacks.Plugin):
|
|||||||
def unlock(self, irc, msg, args, channel):
|
def unlock(self, irc, msg, args, channel):
|
||||||
"""[<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.
|
necessary if the message isn't sent in the channel itself.
|
||||||
"""
|
"""
|
||||||
if not self._checkManageCapabilities(irc, msg, channel):
|
if not self._checkManageCapabilities(irc, msg, channel):
|
||||||
|
Loading…
Reference in New Issue
Block a user