mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-04-26 04:51:07 -05:00
hotfix removals
This commit is contained in:
parent
f578c2821f
commit
5231ed21a8
@ -4598,7 +4598,7 @@ class ChanTracker(callbacks.Plugin, plugins.ChannelDBHandler):
|
|||||||
db.commit()
|
db.commit()
|
||||||
if len(toremove):
|
if len(toremove):
|
||||||
for r in toremove:
|
for r in toremove:
|
||||||
i.verifyRemoval(irc, r.channel, r.mode, r.value, db, self, r.uid)
|
i.verifyRemoval(irc, channel, r.mode, r.value, db, self, r.uid)
|
||||||
if irc.state.channels[channel].isHalfopPlus(irc.nick) \
|
if irc.state.channels[channel].isHalfopPlus(irc.nick) \
|
||||||
and not self.registryValue('keepOp', channel=channel, network=irc.network):
|
and not self.registryValue('keepOp', channel=channel, network=irc.network):
|
||||||
self.forceTickle = True
|
self.forceTickle = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user