mIRC Homepage
Posted By: jayscsi server login and join popup - 11/02/06 03:59 PM
I want to use a popup menu entry that will start the server wait until connected then login the password and then join a channel. i have them done as seperate popup entrys but would be easier to just select one entry and have all 3 executed. any ideas on what i'd need to do?

thanks

.start server:/server irc.main.tr | /pass mypass | /join #madness
Posted By: drc4 Re: server login and join popup - 11/02/06 05:33 PM
Code:
menu menubar,status,channel,query {
  Multiple: start server:/server irc.main.tr | pass mypass | join #madness }
}

Just paste the above code in your Remotes file. You can change the line Multiple to whatever you want the popup to be called.
© mIRC Discussion Forums