on flood of owner deowner to my script and deowner protection is on i got dc :S so can any body tell me reasons of some suggestions ?!!!
• Socket close error in msn.server.163: [10054] Connection reset by peer
on *:DEOWNER:#: {
 if ($opnick == $me) && ($nick != $me) {
  hop
 .sockwrite -tn msn.server. $+ $cid access $msn.get($cid,fullroom) clear $crlf access $msn.get($cid,fullroom) add deny $address 5 :deopme $crlf access $msn.get($cid,fullroom) add deny $nick $crlf kick $msn.get($cid,fullroom) $nick (bah)  }
}
and i tried it seprated 2 disconnect also... so any suggestion or if there is any old topic about this hope to help me to read it
Edited Aug 28, 2005 9:54 PM by samooh_2003
#deownerprot on
on *:DEOWNER:#: {
if ($opnick == $me) && ($nick != $me) {
var %c = $hget(msn. $+ $cid,fullroom)
.sockwrite -tn msn.server. $+ $cid part %c $crlf $&
join %c $msn.roompass($msn.get($sockname,room)) $crlf $&
access %c clear owner $crlf $&
access %c clear host $crlf $&
access %c clear grant $crlf $&
access %c clear voice $crlf $&
access %c add deny $ial($nick) 10 :Deowner Protection $crlf $&
kick %c $nick : $+ $read text\reason.txt $crlf $&
PROP %c OWNERKEY $left($md5($r(1000,9999)),28)
}
}
#deownerprot end
Something like that?
Edited Mar 6, 2006 8:30 PM by The Gate Keeper
X-Fusion
Historical / Guest
Do you have your internal flood protections set right? o.O