chanop.py: /obankick don't work when autodeop_delay = 0
When plugins.var.python.chanop.autodeop_delay is 0 /obankick does not work, because it deop's before kick. It should wait for kick and then deop. Version: WeeChat 0.4.3 chanop.py: 0.3.1 reproducible example: /set plugins.var.python.chanop.autodeop_delay 0 /obankick user
after ban: "You're not a channel operator" and it will not kick.
I think this was fixed in the past: 2013-01-02 version 0.2.7: bug fixes:
- fix /obankick, don't deop before kicking.
okey, was confirmed by the author, but he doesn't develops weechat-scripts anymore :(
Then anyone can help to fix the problem. Pull request is welcome!
If no one else is working on this, I can take a shot at it.