Code:
 on *:input:*: {
  if (/* iswm $1) { return }
  if ($network == Undernet) {
    msg $active 02,03 $+ $1-
    halt
  }
}
 
with the code givin above is there a way i can create an on and off switch like !on would do the colors 2,3 and !off just do black text only and again thanks for helpin me