From f578c2821f0dfd4aa34a833c12a1e1c617e4ad75 Mon Sep 17 00:00:00 2001 From: Nicolas Coevoet Date: Thu, 30 Sep 2021 14:29:51 +0000 Subject: [PATCH] hotfix for verifyremoval --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index e353351..dead37e 100644 --- a/plugin.py +++ b/plugin.py @@ -4598,7 +4598,7 @@ class ChanTracker(callbacks.Plugin, plugins.ChannelDBHandler): db.commit() if len(toremove): for r in toremove: - i.verifyRemoval(irc, item.channel, item.mode, item.value, db, self, item.uid) + i.verifyRemoval(irc, r.channel, r.mode, r.value, db, self, r.uid) if irc.state.channels[channel].isHalfopPlus(irc.nick) \ and not self.registryValue('keepOp', channel=channel, network=irc.network): self.forceTickle = True