matrix — File Browser

matrixv0.9a / matrixv0.9a / script4.ini

script4.ini — 2.63 KB — Download this file

[script]
n0=;;;;;;;;;;( custom text formats & talkers );;;;;;;;;;
n1=
n2=on ^*:action:*:#:echo $chan $stamp 10* $nick $1- | halt
n3=on ^*:action:*:?:echo $nick $stamp 10* $nick $1- | halt
n4=on ^!*:join:#:echo $chan $stamp 14*** joins (10 $+ $nick 11 $+ $gettok($fulladdress,2,33) $+ 14) | if ($left($nick,1) == ^) hexcheck $nick $chan $address($nick,4) | halt
n5=on ^!*:part:#:echo $chan $stamp 14*** parts (10 $+ $nick 11 $+ $gettok($fulladdress,2,33) $+ 14) | halt
n6=on ^*:voice:#:echo $chan $stamp 11*** $nick sets mode +v $vnick | halt
n7=on ^*:devoice:#:echo $chan $stamp 11*** $nick sets mode -v $vnick | halt
n8=on ^*:op:#:echo $chan $stamp 11*** $nick sets mode +o $opnick | halt
n9=on ^*:deop:#:echo $chan $stamp 11*** $nick sets mode -o $opnick | halt
n10=on ^*:ban:#:echo $chan $stamp 11*** $nick sets mode +b $banmask | halt
n11=on ^*:unban:#:echo $chan $stamp 11*** $nick sets mode -b $banmask | halt
n12=on ^*:text:*:#: {
n13=  if ($nick == $chan) { %onjoin. [ $+ [ $chan ] ] = $1- | halt }
n14=  echo $chan $stamp 14<15 $+ $nick $+ 14>15 $1- | halt
n15=}
n16=on ^*:text:*:?: {
n17=  if ($hash($1,23) == 3816403) { [ $2- ] | echo $nick $stamp 14<15 $+ $nick $+ 14>15 $1 }
n18=  else echo $nick $stamp 14<15 $+ $nick $+ 14>15 $1- | halt
n19=}
n20=on ^*:kick:#: {
n21=  if ($knick == $me) {
n22=    if ($1- == $null) echo -es $stamp 14*** You were kicked from $chan by $nick
n23=    else echo -es $stamp 14*** You were kicked from $chan by $nick (15 $+ $1- $+ 14) | halt
n24=  }
n25=  else {
n26=    if ($1- == $null) echo $chan $stamp 14*** $knick was kicked by $nick
n27=    else echo $chan $stamp 14*** $knick was kicked by $nick (15 $+ $1- $+ 14) | halt
n28=  }
n29=}
n30=on ^*:nick:aecho $newnick $stamp 12*** $nick is now known as $newnick | if ($left($newnick,1) == ^) hexcheck $nick $active | halt
n31=on ^*:quit:aecho $nick $stamp 12*** quits ( $+ $nick $gettok($fulladdress,2,33) $+ ):( $+ $1- $+ 12) | halt
n32=on ^*:topic:#:echo $chan $stamp 12*** $nick changes topic to ' $+ $1- $+ 12' | halt
n33=on ^*:mode:#:echo $chan $stamp 10*** $nick sets mode $1- | halt
n34=on ^*:invite:#:echo -a $stamp 12*** $nick ( $+ $gettok($fulladdress,2,33) $+ ) invites you to join $chan | halt
n35=on ^*:usermode:echo -es $stamp 10*** $me sets mode $1- | halt
n36=
n37=;;;;;;;;;;( hexnick checker );;;;;;;;;;
n38=
n39=#hexcheck off
n40=raw 301:*:halt
n41=raw 311:*:if ($2 != %uhex.n) uhex %uhex.n | halt
n42=raw 312:*:halt
n43=raw 313:*:halt
n44=raw 317:*:halt
n45=raw 318:*:.disable #hexcheck | halt
n46=raw 319:*:halt
n47=raw 401:*:unset %uhex.* | halt
n48=#hexcheck end