im trying to code a revolving door script, but its not working as it should do, (bans even after 3 minutes in channel), just enquiring if any of u 1337 scripters/coders would be willing to show me where im goin wrong thanx, if its not right to ask here please edit/delete this post
on @*:PART:#channelname:{
if ($nick isop #) return
set -u120 %rd.time [ $+ [ $chan ] $+ . $+ [ $nick ] ] $calc( %rd.time [ $+ [ $chan ] $+ . $+ [ $nick ] ] + 1 )
if ( %rd.time [ $+ [ $chan ] $+ . $+ [ $nick ] ] >= 1) {
ban -u120 # $nick 11
notice $nick u just got banned for a flyby
}
}
this is what i have now, i cant code very well for toffee so i dont know where its wrong etc, thanx in advance if your able to help
![Smile :)](./images/smilies/icon_smile.gif)