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:
Valentin Lorentz 2010-10-30 12:24:02 +02:00 committed by Daniel Folkinshteyn
parent f3136655e7
commit 3d5f92a61f
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,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.
"""
if not self._checkManageCapabilities(irc, msg, channel):