ok so I did:
Code:
alias playclr {

  /msg #chan 9 $+ $1-

}

and then

/play -a playclr #chan test.txt
this makes it message

#chan $1- to the channel

if I change it to
Code:
alias playclr {

  /msg 9 $+ $1-

}
it sends msg to #chan but seems to colour the channel name and not $1-

[22:23:10] -> ** #chan test1
[22:23:11] -> ** #chan test2
[22:23:12] -> ** #chan test3

where am I going wrong?

edit: I haven't added the if yet just trying to get -a and colour working properly

Last edited by firefox; 15/09/10 09:23 PM.