Fix a bug with indentation

The bug causes Limnoria to refuse the load of the plugin with the error:
Error: inconsistent use of tabs and spaces in indentation (plugin.py, line 2519)
This commit is contained in:
Max Teufel 2014-02-08 21:03:18 +01:00
parent 597aa1aab3
commit db2a9b7d73

View File

@ -2516,7 +2516,7 @@ class ChanTracker(callbacks.Plugin,plugins.ChannelDBHandler):
if toAsk:
i.askedItems[prefix][data[0]][6] = True
i.lowQueue.enqueue(ircmsgs.privmsg(nick,data[5]))
self.forceTickle = True
self.forceTickle = True
def unAsk():
if prefix in i.askedItems:
if data[0] in i.askedItems[prefix]: