From 0d1aac043ca1ca01d0378bb15daa0991eef30f96 Mon Sep 17 00:00:00 2001 From: Nicolas Coevoet Date: Wed, 8 Jan 2014 11:41:43 +0100 Subject: [PATCH] typo --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 5910450..6da1d6f 100644 --- a/plugin.py +++ b/plugin.py @@ -1797,9 +1797,9 @@ class ChanTracker(callbacks.Plugin,plugins.ChannelDBHandler): f = self._logChan elif prefix == irc.prefix and self.registryValue('announceBotEdit',channel=item.channel): f = self._logChan + key = '%s%s' % (m,value) del chan.update[key] b = i.edit(irc,item.channel,item.mode,item.value,expire,prefix,self.getDb(irc.network),self._schedule,f) - key = '%s%s' % (m,value) retickle = True # update marks if len(chan.mark):