ok lol i know i post to much on here for help sorry ^^;;
well anyway I have this binary script i have been making and updating thanks to the help of you guys and others I know. well the other day I noticed I have a bug anytime I type a number say 1 or 23 it shows up as <nick@binon> when i dident type any binary in. The reason for that is becuse its set up to look at the first word the person uses and say if its binary or not now i tryed adding a - before the binary so it shows - 010101011 and i tryed changing it to look at the 3rd ($3-) line wich would be the 010101011 but it still dident work so here im posting the code for that part of the add-on if you guys can help me somehow add in a - before the binary and then some home make it so someone els with the add-on can see what it is please help here is the code.

Code:
 menu channel {
  -
  binary
  .Binary God Keys:/bincript4
  .Say Something in Binary:.msg #  [color:red] -[/color]  $bin.encode($$input(Enter your text.,e)) | echo -a &lt; $+ $me $+ @binon&gt; $!
  .Binary Clock: bc.start
  ..&amp;info
  ...&amp;thankz: thankz
  ...&amp;author: autor
  ...&amp;info: Bingotinfo
  ..-
  ..&amp;unload:unload -rs binarygodv3.0.mrc
}
menu Status {
  -
  Binary
  .Binary God Keys:/bincript4
  .Binary Clock: bc.start
  ..&amp;info
  ...&amp;thankz: thankz
  ...&amp;author: autor
  ...&amp;info: Bingotinfo
  ..-
  ..&amp;unload:unload -rs binarygodv3.0.mrc

}
on *:INPUT:#:{
  [color:red] if $left($2,1) isin 01 {
    .msg # $1-
    echo -a $+(&lt;,$me,@binon&gt;) $bin.decode($2-)
  halt  }
}
on $*^:text:/^\d+$/:#:{ 
  echo -mbflirt # $+(&lt;,$nick,@binon&gt;) $bin.decode($1-)[/color]  
  haltdef
}  


im sorry if i dident make sence lol. ask Q's and ill tell you more.