J-Script — File Browser
J-Scriptv2.2 / J-Scriptv2.2 / ini / filters.ini
filters.ini — 3.2 KB — Download this file
[script]
n0=on ^1:SNOTICE:* Locops *:getnick $remove($5,:) | %fswLocops 12* Locops: $result $+ > $6- | halt
n1=on ^1:SNOTICE:* Chatops*:getnick $remove($5,:) | %fswChatOps 12* Chatops: $result $+ > $6- | halt
n2=alias j.s return J-§ç®îpt
n3=on ^1:SNOTICE:* Received KILL message *:{
n4= if (%cr15 == ON) {
n5= if ($10 !isin $11) { echo -a $+ $10 $+ killed $8 ( $+ $11- $+ ) | halt }
n6= else { echo -a $+ $10 $+ killed $8 $replace($12-,$right($12-,2),$right($12-,1)) | halt }
n7= }
n8= else { echo -a $+ $10 $+ killed $8 $13- | halt }
n9=}
n10=on ^1:SNOTICE:* java killing *: echo -st * $2- | halt
n11=on ^1:SNOTICE:*Client exiting*:echo 3 -st * Quit: $6 $7 $8- | halt
n12=on ^1:SNOTICE:*client connecting*:echo 5 -st * Connect: $9 $10 $remove($8,:) | halt
n13=on ^1:SNOTICE:*failed oper*:echo -st Failed OPER attempt by $10-11 on $remove($5,:) | halt
n14=on ^1:SNOTICE:*cleaned*dead*:echo 5 -st * $6- | halt
n15=ctcpversion return 5J-§ç®îpt 2.14 with mIRC 5.9112 get it at http://jsscript.cjb.net
n16=on ^1:SNOTICE:*Clone Alert*:{ if (@ !isin $11) { %fswClones * $6- | set %cloneip $11 | if (%fswAWho == ON) { who $11 } | halt }
n17= else { getip $11 | / $+ %fswClones * $6- | set %cloneip $result | if (%fswAWho == ON) { who $result } | halt }
n18=}
n19=on ^1:SNOTICE:*has issued a *:getnick $4 | echo 12 -s * $result $+ $5- | halt
n20=on ^1:SNOTICE:*is doing a whois on you:echo 12 -s * $1 $+ $2- | halt
n21=on ^1:SNOTICE:*stats*:echo 5 -s $1- | halt
n22=on ^1:SNOTICE:*links*:echo 5 -s $1- | halt
n23=on ^1:SNOTICE:*Unauthorized connection*:echo 5 -sat * $4- | halt
n24=on ^1:SNOTICE:*** FURL*:getnick $4 | echo * FURL from $result $+ > $5- | halt
n25=on ^1:SNOTICE:*** Notice*:echo * $4- | halt
n26=on ^1:SNOTICE:*** Report*:echo * $4- | halt
n27=on ^1:SNOTICE:*Global -- from*:{
n28= ircopwin $timestamp < $+ $remove($5,:) $+ > $6-
n29=
n30= if ($agent(dogbert) == $null) { gload dogbert dogbert.acs | gshow dogbert }
n31= gtalk dogbert $remove($5,:) says $6-
n32=
n33= return
n34=}
n35=on 1:NOTICE:This nick* is owned by someone else*:*: { .guser 98 NickServ 1 | f1 }
n36=on +98:NOTICE:This nick* is owned by someone else*:*:{
n37= if ($me == $jscript(mynick)) && ($jscript(mynickpass) != $null) { f1 }
n38= if ($me == $jscript(mynick2) && $jscript(mynickpass2) != $null) { sf1 }
n39=}
n40=on +98:NOTICE:*nickname*is*registered*:*:{
n41= if ($me == $jscript(mynick)) && ($jscript(mynickpass) != $null) { f1 }
n42= if ($me == $jscript(mynick2) && $jscript(mynickpass2) != $null) { sf1 }
n43= else { msg nickserv identify $jscript(mynickpass) }
n44=}
n45=on +98:NOTICE:*has been released from custody*:*:{
n46= if ($remove($3,) == $jscript(mynick)) { .timer 1 1 f1 }
n47= if ($remove($3,) == $jscript(mynick2) && $jscript(mynickpass2) != $null) { .timer 1 1 sf1 }
n48=}
n49=on +98:NOTICE:*To release this nickname*:*: if ($9 == $jscript(mynick)) { ns release $jscript(mynick) $jscript(mynickpass) }
n50=on +98:NOTICE:All bans against you have been lifted*:*: { join $remove($9,,.) }
n51=on +^98:NOTICE:This command has been logged*:*: { halt }
n52=on +^98:NOTICE:*:*: if ($halted == $false) { $jscript(fswServices) $chr(91) $+ $nick $+ $chr(93) $1- | halt }