So heres a very simple script: on *:TEXT:!test:#: { msg $chan 1,2,3
The thing is when I type !test I will have a bot that will be saying 1,2,3, but what I want it to do is instead of typing it in 1 comment it types it into 3 seperate comments like this:
Bot: 1
Bot: 2
Bot: 3

Not like this:
Bot: 1,2,3

Is this possible?