Hello..
I'm having Problem with my Nick Completer, when i type "aw" its says nick from my channel "<NeoNY> «±[ PrincesOfDarkness ]±» «±[ ]±» if i type some world and if the word match its just say the user name... but i want this nick Compeleter to work with out , so Please help me fix this problem thank you...
for EX: there is 2 user on a Channel
1. NewNY
2. Guest1
when i will type gue[color:red], msg-here
its will say full name <Guest1> msg-here
Please help me with it... thank you all.
P,S - sorry for my bad english


Code:
 on *:INPUT:#: {
  if ($regex($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» | halt } 
    if (/* !iswm $1) { /say 13,1«9,1±11,1[ 9,1 $+($chr(3),9,$1-) 11,1 ]9,1±13,1» | halt } 
  }
}