mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-05-04 09:21:11 -05:00
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:
parent
597aa1aab3
commit
db2a9b7d73
@ -2516,7 +2516,7 @@ class ChanTracker(callbacks.Plugin,plugins.ChannelDBHandler):
|
|||||||
if toAsk:
|
if toAsk:
|
||||||
i.askedItems[prefix][data[0]][6] = True
|
i.askedItems[prefix][data[0]][6] = True
|
||||||
i.lowQueue.enqueue(ircmsgs.privmsg(nick,data[5]))
|
i.lowQueue.enqueue(ircmsgs.privmsg(nick,data[5]))
|
||||||
self.forceTickle = True
|
self.forceTickle = True
|
||||||
def unAsk():
|
def unAsk():
|
||||||
if prefix in i.askedItems:
|
if prefix in i.askedItems:
|
||||||
if data[0] in i.askedItems[prefix]:
|
if data[0] in i.askedItems[prefix]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user