mIRC Home    About    Download    Register    News    Help

Print Thread
#141645 11/02/06 03:59 PM
Joined: Feb 2006
Posts: 1
J
jayscsi Offline OP
Mostly harmless
OP Offline
Mostly harmless
J
Joined: Feb 2006
Posts: 1
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

Joined: Nov 2005
Posts: 105
D
Vogon poet
Offline
Vogon poet
D
Joined: Nov 2005
Posts: 105
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.


Link Copied to Clipboard