From db2a9b7d73d96f52a37f2987f70ac20b38381e50 Mon Sep 17 00:00:00 2001 From: Max Teufel Date: Sat, 8 Feb 2014 21:03:18 +0100 Subject: [PATCH] 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) --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index bd616c1..9084aad 100644 --- a/plugin.py +++ b/plugin.py @@ -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]: