#time on
on @*:JOIN:#: {
if ($nick == $me) { return }
if ($nick isowner $chan) halt
if (> isin $nick) halt
inc -u3 %ppf. [ $+ [ $chan ] ]
%sn.nick = $nick
%sn.chan = $chan
if (%ppf. [ $+ [ $chan ] ] == 1) { /ctcp $nick TIME }
.timer.undo 1 3 /unset %sn.*
}
raw 908:*:{
access %sn.chan add deny *! [ $+ [ $ial(%sn.nick $+ *,1).addr ] ] 60
kick %sn.chan %sn.nick :@ Aint gonna pay? Then ya can't stay!!! CHEAP ASS :D
.timer.ply 1 2 /splay sounds\riker.wav
}
GateKeeper your code works AWESOME. I was wondering is there a way to add a 5 second timer before it kicks the specs? This is INSANELY fast. I been trying to add it, even asked for help on Rum's. But everything I am getting dont work. Your code must be copywrited, cause no one else seems to be able to add a 5 second timer, and we tried. Thanks again for your help.