right now i'm using the

on *:start:{
server server1 -j #chan1,#chan2
server -m server2 -j #chan1,#chan2
server -m server3 -j #chan1,#chan2
}

remote script to connect to multiple servers and multiple channels on startup.

I have a problem where i cannot connect to a lot of the channels because the nick identifying script tries to run at the same time im connecting to the channels, so some channels get through while others don't.

i'm using the connect > options > perform... /msg Nickserv IDENTIFY password to perform on connect to all networks.

what can i do to register my nick BEFORE joining the channels but AFTER joining the servers?

Heres an example for what i mean

Code:
Session Time: Sat Jan 07 00:00:01 2017
Session Close: Sat Jan 07 16:51:35 2017
.
.
.
.
-
14[16:51] * Mammoth sets mode: +ix
-
14[16:51] -> *Nickserv* IDENTIFY ***********
-
[16:51] You need to login to services to join or speak in that channel.
-
[16:51] You need to login to services to join or speak in that channel.
-
[16:52] You need to login to services to join or speak in that channel.
-
.
.
.
.
-
15[16:52] -NickServ- This nickname is registered and protected. If it is your
-
15[16:52] -NickServ- nick, type /msg NickServ IDENTIFY password. Otherwise,
-
15[16:52] -NickServ- please choose a different nick.
-
14[16:52] [py-ctcp VERSION]
-
14[16:52] * Mammoth sets mode: +r
-
15[16:52] -NickServ- Password accepted - you are now recognized.
-


it runs the nickserv command BEFORE joining the channels but nickserv doesnt respond until AFTER i've already joined the channels :s



Also i have this weird problem that when I start mIRC from a windows reboot all the server and channel windows will open in windowed mode, however if i maximize the windows and then restart mIRC they open in maximized mode.

Any idea how i can have the windows to ALWAYS open maximized?

Thanks.

Last edited by Jeffen; 07/01/17 09:21 PM.