haha one thing works now and the other dosent.

ok well i can type numbers and it dosent show the <nick@binon> anymore but i still cant translate the binary.

so far this is what i have from all the changes. its still not working.

Code:
 menu channel {
  -
  binary
  .Binary God Keys:/bincript4
  .Say Something in Binary:.msg # - $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:#:{
  if (- != $1 || $remove($2-,0,1)) { return }
  echo -a $+(&lt;,$me,@binon&gt;) $bin.decode($2-)
  .msg # $1- | halt
}
}
on $*^:text:/^-\s[01]+$/:#:{
echo -mbflirt # $+(&lt;,$nick,@binon&gt;) $bin.decode($2-)
haltdef
}