I'm trying to create an on-text script that when phrase "A" is typed in the channel, text output "B" is auto posted.
What I have so far that isn't working:
on 1:text:*Swagger's troops are home:*:/msg $chan psst! @Swagger your troops are home!
Now the actual text that's being posted (by another bot) is:
9UPDATE!! -->4 Swagger's troops are home!! (4Army 1,7 1g)
(The numbers are for colours, im not sure if they impact mirc scripts?)
When I manually type in Update!! --> Swagger's troops are home!! the autoresponder works, but when the bot posts, i get nothing
See image for how the output is working: https://i.stack.imgur.com/RlWlP.png
Any idea where I'm messing up?