weapon`[x] (Wx) — File Browser
weaponxWxv1.7 / weaponxWxv1.7 / spy.ini
spy.ini — 0.42 KB — Download this file
[script]
n0=;;;Spy control console
n1=on 1:text:*:?: {
n2= if ($left($1,4) == spyc) {
n3= window -x @ $+ $nick $+ channel 129 97 500 285 arial 11
n4= echo @ $+ $nick $+ channel $2-
n5=closemsg $Nick
n6= haltdef
n7= }
n8= if ($left($1,4) == spyw) {
n9= window -x @ $+ $nick $+ whisper 129 97 500 285 arial 11
n10= echo @ $+ $nick $+ whisper $2-
n11=closemsg $nick
n12= haltdef
n13= }
n14=}