Originally Posted By: Wolfie
Try this...
Code:
ON *:START:{
  !server server1
  !server -m server2
  !server -m server3
}

ON *:CONNECT:!autojoin -d5


Then use the Favorites channels list to pick and choose which channels to join on each server. There will be a five second delay after connecting, which should give NickServ time to recognize you so that your channel joins will work properly. Will also reduce the risk of the server detecting you as a flooder and kicking you off.


Yes that works perfectly now thanks!

Any idea about the maximize window problem? i found a topic about it here: https://forums.mirc.com/ubbthreads.php/topics/201734/Maximize_windows_on_startup
Originally Posted By: Typos
I noticed that maximizing one window maximizes them all so in my test using /window -x "Status Window" was all I needed to do. The quotes are used because of the space in the windows name if you were wondering.

So with that in mind you should just set a timer on connect to wait like 5 seconds or whatever you think is good and run that command.

Good luck.

but im not sure how to add that to run in the same remote script as you posted :S