mIRC Homepage
Posted By: spamgirl Comma before $ in identifier, doesn't work - 02/05/14 02:23 PM
I have a simple script:

on *:text:add this*:?:/msg mybot add,$3

The format has to have the comma right against the text it's pulling from the original message so that the bot it's sent to will add it to the list correctly, but the message has to be passed through me as I'm the only one with privileges on the bot. Is there any way to format that so that the $3 part will work? Thank you!
Code:
on *:text:add this *:?:msg mybot add, $+ $3
add, $+ $3

Damnit, too late.
Thanks, that worked! smile
© mIRC Discussion Forums