mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2008
Posts: 167
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Oct 2008
Posts: 167
When someone opens a PM, I need a script that will automatically reply to a PM.

When someone opens.
e.g.
Quote:
<someuser> Hi
<Me> Auto-responce
<user smile


Joined: Oct 2007
Posts: 214
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Oct 2007
Posts: 214
Here ya go!

Code:
on ^*:OPEN:?:*: { msg $nick Auto-Response }
 


Cheers

Jay

Joined: Oct 2008
Posts: 167
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Oct 2008
Posts: 167
Thank you so much smile


Link Copied to Clipboard