Im amazzed it worked at all. By mistake I left an old line of code frown

however...

Quote:
i don't want its to say the name with out the ,


you did not say that, you said the oppersite. have alook below.

Quote:
but i want this nick Compeleter to work with out ,



Anyway try this....

Code:
on *:INPUT:#: {
  if ((!$istok(/ $readini($mircini, text, commandchar), $left($1, 1), 32)) && (!$ctrlenter) && (!$inpaste) && ($1 != ,) && ($right($1,1) == ,)) {
    if ($fline(#,$+(*,$left($1,-1),*),1,1)) {
      say 13,1«9,1±11,1[ 9,1 $line(#,$v1,1) 11,1 ]9,1±13,1»  13,1«9,1±11,1[ 9,1 $2- 11,1 ]9,1±13,1»
    else {
      say 13,1«9,1±11,1[ 9,1 $+($chr(3),9,$1) 11,1 ]9,1±13,1»  13,1«9,1±11,1[ 9,1 $2- 11,1 ]9,1±13,1»
    } 
    haltdef
  }
}