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>
This commit is contained in:
Valentin Lorentz 2011-07-20 21:28:43 +02:00 committed by James McCoy
parent 9561c9f417
commit f1690e6867

View File

@ -351,7 +351,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.
"""
irc.queueMsg(ircmsgs.mode(channel, '-t'))