Forward message from mIRC to MSN

Chat about mIRC related issues
Post Reply
DobbaN

Forward message from mIRC to MSN

Post by DobbaN »

Hey, how can I forward text from mIRC to MSN?

Example:

Code: Select all

on *:TEXT:.forward*:#: {
msg $email $2-
notice $nick Your message has been forwarded.
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Re: Forward message from mIRC to MSN

Post by andyc »

You can do that, yes, using the /msn.say command.

The syntax is /msn.say <email address> <message>
Post Reply