Thanks, I can't quite figure out how to do it for server windows though. I found out that -z minimizes server windows so I tried that for the /server commmands in "on *:START:", but when I do that some of the channel windows come up not maximized when I click on them. I want all the channels maximized but deselected, or maximized but minimized if that makes any sense. I.e. I want them not indented in the switchbar but I want them to show up maximized when I click on them. Also I can't seem to pass -z to the first /server command without it creating two windows for that server.

Here's what I have right now in 'remote':

on *:START:{
//window -x $qt($active)
server -zn irc.undernet.org
server -mnz irc.freenode.net
server -mz irc.mibbit.com
server -mz irc.dal.net
server -mz irc.efnet.net
server -mz irc.tanta.io +6697
/font -z -16 Fixedsys Excelsior 3.01
}

(ignore the -n's in the /server commands, -n in a /server command just tells it to make a new window but not connect, i have those there right now for a specific reason)

and as an example of what I have in 'perform'..

/join -n #philosophical
/join -n #philosophy
/join -n #salon
/join -n #lightfire

I have the //window command there because I used to have a problem with mIRC never remembering to start my windows maximized and someone told me that command to solve the problem.

edit: I discovered that some of the channel windows come up non-maximized when I click on them regardless of whether I pass the -z parameter to the /server commands. It's the /join -n that's doing that.

Last edited by inhahe; 26/03/17 05:27 PM.