Originally Posted By: CtrlAltDel
generic reply:

I had a similar problem, and ended up using an on start script

Code:
on 1:start: {
  server servername port
  showmirc -x 
/*
Maximizes the Status window (making all others maximized)
*/
  showmirc -m
/*
Minimizes mIRC to the tray
*/
}



mIRC6.21
Windows XP SP2

for what it's worth ...


I have this script

Code:
on 1:start: { 
  /s server1 -j #channel1,#channel2
  /s -m server2 -j #channel1,#channel3 
}


can I use your script seperately? or I have to combine them?

thanks