sorry for not being clear.... i want to add this
Code:
 on *:INPUT:*: if (/* !iswm $1) { /say 13,1«9,1±11,1[ 9,1 $+($chr(3),9,$1) 11,1 ]9,1±13,1»   


with this code here
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  
}
}  


both work fine, but the prob is when i type any User nick from Channel list from the flowing user list, the TEXT repeat 2 times, one with the <nick> and msgg and 2nd one comes with the half of the nick and msg for EX: User: Guest1
User: NeoNY
NeoNY: <Guest1> Hello
NeoNY: Gue, Hello
Please smile
thank you ~