mIRC Homepage
Posted By: Jammaez Mirc 6.31, START, CONNECT - 18/02/08 06:15 PM
Hi
I had mirc 6.2something and now i updated it to latest 6.31. My problem is that now my connect script doesn't work. I made this script many years ago and it have been worked good all the time, except now.

Code:
on 1:START:{
  server example.com -i example example2 example.com
  server -m example2.com -i example example2 example.com
}

on 1:CONNECT:{
  if ($network == Quakenet) {
    scid $cid join -n #blaa
  }

  elseif ($network == IRCNet) {
    scid $cid join -n #blaa
  }
}

on *:INVITE:#:{
  if ($nick == Example) {
    join $chan
  }
}



Now when i start mirc, it won't connect automatically to servers and join channels. This script is on remote. I tried to load it couple of times but it won't do anything? Even if i manually connect to servers, it won't join channels or react to invites.
Posted By: Bekar Re: Mirc 6.31, START, CONNECT - 18/02/08 10:38 PM
Well, first off, the 'scid $cid' bits aren't needed.

Second, show us the output of this command:

Code:
//echo -a $script(0) $nopath($script(1)) $lines($script(1)) $md5($mircexe,2)
Posted By: Jammaez Re: Mirc 6.31, START, CONNECT - 19/02/08 04:07 AM
Here is the output

1 remote.ini 40 2ddcadd1cf29d4c8da28579abbf13d5f
Posted By: Bekar Re: Mirc 6.31, START, CONNECT - 19/02/08 04:15 AM
That's the md5 hash of a hacked/cracked/known-broken (read: unsupported) copy of mIRC 6.31.

Please download a fresh copy from http://www.mirc.com/ and try this again.
Posted By: Jammaez Re: Mirc 6.31, START, CONNECT - 19/02/08 10:44 AM
You were right! I downloaded and installed fresh install from mirc.com and all started to work.
Posted By: vexed2 Re: Mirc 6.31, START, CONNECT - 19/02/08 01:23 PM
Works for me crazy
© mIRC Discussion Forums