mIRC Home    About    Download    Register    News    Help

Print Thread
S
spamgirl
spamgirl
S
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!

Last edited by spamgirl; 02/05/14 02:23 PM.
Joined: Jan 2004
Posts: 1,330
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,330
Code:
on *:text:add this *:?:msg mybot add, $+ $3

Joined: Dec 2013
Posts: 771
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 771
add, $+ $3

Damnit, too late.

Last edited by Nillen; 02/05/14 02:27 PM.
S
spamgirl
spamgirl
S
Thanks, that worked! smile


Link Copied to Clipboard