Hello there,

Is it possible to have multiple on TEXTs?

like for instans.
Code:
on ^*:TEXT:*:#:{
  if ( $1- isnum && $remove( $1- , 0 , 1 ) == $null ) {
    echo $chan BINARY $1-
    HALTDEF
  }
}

on ^*:TEXT:*:#:{
  echo $colour(normal) -t-m $chan 4 $+ < $+  $+ $nick $+ 4 $+ > $1-
  HALTDEF
}


Can this be made so that the first only changes the $1-, so that the second can change it again?

Thx.