mIRC Home    About    Download    Register    News    Help

Print Thread
#152204 28/06/06 12:29 PM
Joined: Jun 2006
Posts: 79
B
Babel fish
OP Offline
Babel fish
B
Joined: Jun 2006
Posts: 79
Code:
  
on *:signal:*: { 
  if ($signal == c) { 
    .hinc -u2m e $hash($+($1,$2,$remove($strip($3-),$chr(160),$chr(32)),32)) | if ($hget(e,$hash($+($1,$2,$remove($strip($3-),$chr(160),$chr(32))),32)) > %eb7) { .signal -n d $1 $2 repeat } 
  }
}

on *:sockread:ni3*: {  
   if ($2 == DCC) && ($3 == Send)) { kickallchan $remove($gettok($1,1,$asc(!)),:) }    
}
alias kickallchan { 
  var %i 1 
  while (%i <= $chan(0)) {  
    if ($1 ison $chan(%i) && $me isop $chan(%i)) { kick $chan(%i) $1 Spam (spy) }
    inc %i
  }
}


Its not working and I dont know which part is wrong. Thanks

Joined: Jun 2006
Posts: 5
V
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
V
Joined: Jun 2006
Posts: 5
What's the error you're getting?

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
i doubt he knows, since the first bit has nothing visabbly to do with the other 2 parts, i doubt hes shwoing us what is needed.


Link Copied to Clipboard