I have some bans added with the command +ban
and I use +dynamicbans in my channels
ban-time is 120
I need a script that if a ban user reenters 3 total times, the bot sets the ban as sticky
something like:
(assuming *!*@xxxx.yy.net is in bot channel ban list and NOT sticky)
N1CK (zzz@xxxx.yy.net) joined
BOT sets ban on *!*@xxxx.yy.net
BOT kicked N1CK
(after 120min)
BOT removes ban on *!*@xxxx.yy.net
N1CK (zzz@xxxx.yy.net) joined
BOT sets ban on *!*@xxxx.yy.net
BOT kicked N1CK
(after 120min)
BOT removes ban on *!*@xxxx.yy.net
N1CK (zzz@xxxx.yy.net) joined
BOT sets ban on *!*@xxxx.yy.net
BOT kicked N1CK
from the looks of your example if banned nick gets kicked 3 times he needs to get sticky ban so you could utilize kick proc perhaps to count 3 kicks for that nick and set the sticky ban