Id: 204; Nick: BiNDi; Timestamp: 2007-05-12 15:58:37; Pasted as: mIRC
Description: n/a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
on *:text:§finvoice *:#:{
  if ($nick isop $chan)  {
    if ($2 == on) {
      set %finvoice. $+ $chan on
      notice $nick Tehty.
    }
    elseif ($2 == off) {
      set %finvoice. $+ $chan off
 
      notice $nick Tehty.
    }
  }
}
 
on *:join:#: if (%finvoice. [ $+ [ $chan ] ] = on) && ($nick == FIN|*) { mode $chan +v $nick }
 
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)
Nothing to see here.