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.

Last edited by Jammaez; 18/02/08 06:15 PM.