Hi there
I'm new to scripting in mirc, but it seems to be a lot of fun
Well I started with an easy script, just giving a reply to a bot in the channel. That worked fine.
Now the bot is programmed to give me a string, and I want to take this string and message it back. No Problem.
Here my script so far:
on *:TEXT:*:?: { msg BOT $3 }
But the problem is, the string he sends me looks like 'xxxxx' and I have to send back the same string but without ''.
Can anyone tell me how I get these two ' away?
Kind Regards