mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 14:10:41 +01:00
Topic: fix typo in @unlock help.
Conflicts: plugins/Topic/locale/fr.po plugins/Topic/messages.pot src/version.py Signed-off-by: James McCoy <vega.james@gmail.com> (cherry picked from commit f1690e68677b1c433e25b2c8766338bf995bceee) Signed-off-by: Daniel Folkinshteyn <nanotube@users.sourceforge.net>
This commit is contained in:
parent
3d5f92a61f
commit
90b7a83127
@ -465,7 +465,7 @@ class Topic(callbacks.Plugin):
|
||||
def unlock(self, irc, msg, args, channel):
|
||||
"""[<channel>]
|
||||
|
||||
Unlocks 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.
|
||||
"""
|
||||
if not self._checkManageCapabilities(irc, msg, channel):
|
||||
|
Loading…
x
Reference in New Issue
Block a user