Code:
on Owner:TEXT:*:#:{
  if (%owner) {
    halt
  }
  set -u3 %owner on
  if ($1 == $!voice) { mode $chan +v $2 }
  elseif ($1 == $!devoice) { mode $chan -v $2 }
  elseif ($1 == $!op) { mode $chan +o $2 }
  elseif ($1 == $!up) { mode $chan +o $nick }
  elseif ($1 == $!deop) { mode $chan -o $2 }
  elseif ($1 == $!down) { mode $chan -o $nick }
}

on *:TEXT:*:#:{
  if (%cmds) {
    halt
  }
  set -u3 %cmds on
  if ($1 == $!cmds) { msg $chan 4C14ommands:4 $!server 14/4 $!ip 14::4 $!ts 14::4 $!google }
}

on *:TEXT:*:#:{
  if (%commands) {
    halt
  }
  set -u5 %commands on
  if ($1 == $!google) { set %searchstring $replace($2-,$chr(32),+) | msg $chan www.google.co.uk/search?btnG=Search&q= $+ %searchstring $+ &num=50 | /unset %searchstring }
  elseif ($1 == $!server) { msg $chan 4S14erver:4 ... 14- 4P14assword:4 4fun 14- 4R14eporter: 4#w!n.live }
  elseif ($1 == $!ip) { msg $chan 4S14erver:4  ... 4P14assword:4 4fun 14- 4R14eporter: 4#w!n.live }
}


thats just sum of them which ever i command it to do it sets all the antifloods

Last edited by BuTLeR; 01/07/07 04:31 PM.

At Your Service.