Originally Posted By: bojak71730
Code:
 on *:input:*: {
  if ($1 == !on) { set %colorinput On | return }
  elseif ($1 == !off) { set %colorinput Off | return }
  if (%colorinput != On) { return }
  if (/* iswm $1) { return }
  if ($network == Undernet) {
    msg $active 02,03 $+ $1-
    halt
  }
}
 




how would i get the above script to do all of that plus be in more detail to add so it only works for a certain channel?