;-- #Tracking_Trouble
on 1:text:.who*:#tes1t:{
if ($2 === $chr(42)) { msg $chan do not add any spaces. The format is *word* | halt }
who $$2 +n
}
raw 352:*:{ if ($me isin $1-) && (($network == networkname)) { msg #tes1t 14 $6 $2-4 $7-  } }

ok... so when i run this on the bot directly.. it shows me exactly the right information... but... if i or anyone else issues the command .who *name* it returns anything from the nick!ident@hostname whichhas the parameter in it... I cant work out why it is doing this! I know $6 is the nick... I have removed the $2-4 and $7- but it still gives me the same names as when they are there .. just minus the additional info...

help!!!!