hello,

I have a weird problem with mIRC, since I switched to using a connect script.

I have mIRC 7.52 which connects over ZNC bnc to 4 different IRC networks.

my script looks like this:

Code:
on *:start: {
  server xxx.xxx.xxx.xxx:+25052 username/IRCNet1:password
  server -m xxx.xxx.xxx.xxx:+25052 username/IRCNet2:password
  server -m xxx.xxx.xxx.xxx:+25052 username/IRCnet3:password
  server -m xxx.xxx.xxx.xxx:+25052 username/IRCNet4:password
}


it works fine so far, until my connection drops for some reason.

after reconnect mIRC opens only the first network but this 4 times!

the first one is the one with the most channels (>20) which get listed 4x obviously. this causes trouble in another script which I'm using.

does anyone know how to solve this annoying issue?

might this be something to make a bugreport?

thnx in advance