Code:
on @*:input:!unban *:#:{
  if ($nick isop $chan) || ($nick ishop $chan) || ($readini(botstaff.ini, Staff, $address($nick, 3))) {
    mode $chan -b $2
  }  
}


I did that and it didnt work lol. I suck with these inputs.
oh and btw with a on INPUT, i dont need a on TEXT anymore version of the script for the other ops,hops to use...?

Last edited by Justin_F; 20/01/07 04:32 AM.