scripts icon indicating copy to clipboard operation
scripts copied to clipboard

chanop.py: /obankick don't work when autodeop_delay = 0

Open PhillipSz opened this issue 11 years ago • 3 comments

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.

PhillipSz avatar Mar 12 '14 08:03 PhillipSz

okey, was confirmed by the author, but he doesn't develops weechat-scripts anymore :(

PhillipSz avatar Mar 13 '14 16:03 PhillipSz

Then anyone can help to fix the problem. Pull request is welcome!

flashcode avatar Mar 13 '14 17:03 flashcode

If no one else is working on this, I can take a shot at it.

SamStrongTalks avatar Dec 01 '17 18:12 SamStrongTalks