k guys maybe someone can help me it would be muchly appreciated plzzzzz.This is ozzy's ctcp checker i got from here but the problem is it kiks owners that has a ping speck kicker maybe someone could explain and show me how to get it to stop kicking owners when i join my rooms.this is the code
ctcp *:*:*: {
if ($nick isowner $active) halt
if ($nick isop $active) halt
if (*TIME* iswm $1-) { goto timekick }
elseif (*FINGER* iswm $1-) { goto timekick }
elseif (*PING* iswm $1-) { goto timekick }
elseif (*VERSION* iswm $1-) { goto timekick }
elseif (*ISITVINCULA* iswm $1-) { goto timekick }
halt
:timekick {
.sockwrite -tn msn.server. $+ $cid access $msn.get($cid,fullroom) add deny $address 15 :C.T.C.P $1- check $replace($nick,>,Guest_) added by $replace($me,>,Guest_) at $date @ $time
.sockwrite -tn msn.server. $+ $cid kick $msn.get($cid,fullroom) $nick : $+ Kenobi C.T.C.P $1- check Ban(Access ban set for 15 minutes)
}
}
on *:CTCPREPLY:â€DTäE: {
if ($nick isowner $active) halt
if ($nick isop $chan) halt
.sockwrite -tn msn.server. $+ $cid access $msn.get($cid,fullroom) add deny $address 15 :Domi check $replace($nick,>,Guest_) added by $replace($me,>,Guest_) at $date @ $time
.sockwrite -tn msn.server. $+ $cid kick $msn.get($cid,fullroom) $nick : $+ Domi check Ban(Access ban set for 15 minutes)
}
now wher eit says if ($nick isowner $active) halt i tried changeing it to if ($nick isowner $chan) halt but it seems to still kick them to any tips would be gr8 thanx again