Can someone give me a code that will put a scroller on auto Ignore please? Something that wont kick them though.
Thanks.
Can someone give me a code that will put a scroller on auto Ignore please? Something that wont kick them though.
Thanks.
this will ignore the nick for 1 minute
on @*:TEXT:*:#: {
if ($nick == $me) halt
var %text = $hash($strip($1-),32)
var %old.text = %rp. [ $+ [ $chan ] $+ . $+ [ $nick ] ]
var %old.text = $deltok(%old.text,1,46)
if (%rp. [ $+ [ $chan ] $+ . $+ [ $nick ] ] == $null) || (%old.text != %text) {
set -u30 %rp. [ $+ [ $chan ] $+ . $+ [ $nick ] ] 1. $+ %text
return
}
var %temp = %rp. [ $+ [ $chan ] $+ . $+ [ $nick ] ]
var %count = $gettok(%temp,1,46)
inc %count
set -u30 %rp. [ $+ [ $chan ] $+ . $+ [ $nick ] ] %count $+ . $+ %text
if (%count >= 3) {
/ignore -u60 $nick
}
}
My code does NOT have bugs. It just develops random features.
Thanks Ozzy!!
Sign in to reply or start a new topic where your account has permission.