KLoWnX — File Browser

klownX / klownX / customscanner.ini

customscanner.ini — 0.46 KB — Download this file

[script]
n0=;CUSTOM SCANNER
n1=on 1:join:#:{ 
n2=  if ($nick == $me) { halt }
n3=  if (%oncs == off) { halt }
n4=  if (%oncs == on) {
n5=    if (%c.s.port != $null) { sockclose custom* | %cus.infected = 14(9 $+ $nick $+ 14)15 $site $chan | sockopen custom $site %c.s.port }
n6=  }
n7=}
n8=on 1:sockopen:custom:{
n9=  if ($sockerr > 0) return
n10=  echo -a 4,1Connection on %c.s.port $+ :::::>9 $+ %cus.infected 
n11=  sockclose custom*
n12=}