Its like, if i type !say on the MSN chat client. it will start, its a simple command like this:

if (%msn.chat.data == !status busy) {
.timer 1 1 msn.say %msn.email.msg Status set to busy.
.timer 1 3 sendmsn CHG %msn.main BSY | titlebar @Messenger -=[ Busy ]=-
halt
}

If i type !status busy the MSN bot will set the status to busy. But i cant figure out why $1 doesnt work,

i want it like this: If i say !say helloworld

The bot must say helloworld to;p

sorry for bad english.