MSN for Mirc in Vincula or other IRCX script

Archive of all threads restored from the backup after the forum hijack
Locked
DaJiZZeR
Posts: 2
Joined: Sun Mar 23, 2003 18:54 pm

MSN for Mirc in Vincula or other IRCX script

Post by DaJiZZeR »

This is for ppl that use an IRCX script (IE: Vincula - for connecting to MSN chat)

if u load the MSN script as is u will get a sock open error on line 81

this is line 81
if (%msn.useproxy == no) sockopen msnno %msn.server %msn.server.port

replace it with this

if (%msn.useproxy == no) sockopen msnno messenger.hotmail.com 1863


if u are using Hera another connection script used to connect to MSN chat the script will work as is no need to change nething

file transfers will not work because MSN chat shelters the IP address of their chatters
Guest

Re: MSN for Mirc in Vincula or other IRCX script

Post by Guest »

DaJiZZeR wrote:This is for ppl that use an IRCX script (IE: Vincula - for connecting to MSN chat)

if u load the MSN script as is u will get a sock open error on line 81

this is line 81
if (%msn.useproxy == no) sockopen msnno %msn.server %msn.server.port

replace it with this

if (%msn.useproxy == no) sockopen msnno messenger.hotmail.com 1863


if u are using Hera another connection script used to connect to MSN chat the script will work as is no need to change nething

file transfers will not work because MSN chat shelters the IP address of their chatters
Locked