Code:
 on *:input:#PG-21: {

  if (!$ctrlenter && $left($1-,1) != $readini($mircini,text,commandchar)) {
    if ($network == irc.torncity.com) {
     //echo -a $network
      msg $chan  9,1 $+ $1-
      halt
    }
  }
}


so like this?

Last edited by bojak71730; 16/12/07 09:37 AM.