Skip to content
MSN Addons

Disconnect

A TG007 community discussion started by samooh_2003.

Discussion 5 posts
Page 1 of 1
Open
Topic #4635 · 5 published posts · 969 views

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

i didnot get dc but it didnot work 2

#deownerprot on 
on *:DEOWNER:#: { 
if ($opnick == $me) && ($nick != $me) {
var %c = $hget(msn. $+ $cid,fullroom)
sockwrite -tn msn.server. $+ $cid mode $me +h $msn.roompass($msn.get($sockname,room)) $lf mode %c -q $nick $lf prop %c ownerkey $r(100,999) $lf access %c clear owner $lf access %c add deny $ial($nick) 10 :Deowner Protection $lf kick %c $nick $+(:,$read(text\reason.txt))
} 
} 
#deownerprot end

i think that wil work :)

 

Do you have your internal flood protections set right? o.O