i cant get this working 100%. i tried and tried. but still useless. i write lines from another channel, then it should MSG to the main chan im into. some lines works and some dont show up in main..
when i do !test test test
it only works one time. but thats fine. i want it that way. but then i try !test test2 test2
it dont works and sometimes it works so im happy if someone can help me outa this

n0=;Added 2 needed }'s and fixed on text syntaxx
n1=on *:TEXT:!test *:#testa: {
n2= if ($3 == $null) {
n3= halt
n4= }
n5= else {
n6= if !$hget(ech0-prechan,$2) {
n7= hadd -mu900 ech0-prechan $2 .
n8= msg #testa $2 $3
n9= }
n10= }
n11=}