blackvenomm666 commented on a Page, venomproxy   -  May 19, 2011

umm i couldnt get it to auto go without using mirc's built in retry attempt i already tried to do that. you could change

on *:CONNECTFAIL: {
  if ( %firewall == on) && (firewall isin $1-) {
    proxyend
    .timer 1 1 server
  }
}

to

on *:CONNECTFAIL: {
  if ( %firewall == on) && (firewall isin $1-) {
    proxyend
    .timer 1 1 server
  }
else { .timer 1 1 server 
}
}

that should make it work even if your not using the proxy dialog

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.