Away?

Talk about anything about MSN Messenger for mIRC or leave some comments.
Post Reply
Dr_Nick

Away?

Post by Dr_Nick »

Hi,
Why can't I open convo's with ppl that are on AWAY-status? Is there another way then just doubleclicking which opens it anyway?

Greetz,

Dr_Nick.
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Post by andyc »

You should be able to open conversations with people who are set as away fine. I'll investigate reasons why you may not be able to.

You can start a conversation with someone without clicking their name by adding the following code to the aliases section of the mIRC scripts editor:

Code: Select all

    
msntalk {
    set %msn.clickemail $1
    sockclose chat. $+ %msn.clickemail
    sendmsn XFR %msn.main SB
}
You can then type

Code: Select all

/msntalk person@hotmail.com
and it will open a conversation window with them.
Post Reply