I have some wierd situation here.
Although my bot has lots of tcl scripts
but it sets a ban mode randomly, anytime
on one specific channel only it is monitoring.
I putlog all my tcl procedures but in the end
couldnt find any result for this triggering on
any sort of bind.
The bot places the ban *!*@* randomly when
ever it likes sometimes maybe due when a mass
botnet join occurs, or when I suddenly restart it
and it joins the channel and regains op then it sets
the ban.
Sometimes out of no where it sets the ban and I
have no idea whatso ever is going on.
Code: Select all
* adapter sets mode: +b *!*@*
* adapter sets mode: -b *!*@*
* Navin sets mode: -b adapter!~adapter@evil.spells.and.majic.org
* Navin sets mode: -ob adapter *!*@*
If anyone has an idea of what could be wrong, please let me know. The channel I mentioned is quite large around 300+ users but no tcl scripts react when the bot triggers this ban, this is really wierd.