mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2010
Posts: 6
S
sumo0 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Feb 2010
Posts: 6
my problem is a small one, but nevertheless.
when i log in i join quakenet as standard.
here are the 3 lines of scripting i have made to join servers and channels:

/f1 /j #tf2.dk | /j #mpuktf2.pickup | /j #tf2pickup.dk | /j #tf2center.dk | /j #live.tf2center.dk

/f2 /server -m irc.stratics.com 6667

/f3 /j #mortalonline

this way it works for me, but if i try to put line 2 and 3 in the same line it joins stratics as meant to, but #mortalonline is the wrong window, still with a few in it, but not the correct1.

my question is:
can i merge line 2 and 3 into 1 and make it work as intended?
my line for that woulr be
/server -m irc.stratics.com 6667 /j#mortalonline
but obviously thats wrong.

Last edited by sumo0; 05/02/10 10:27 AM.
Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
Check out /help /server
;-P

Joined: Jul 2006
Posts: 4,145
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,145
use
Code:
/server -m irc.stratics.com -j #mortalonline


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Feb 2010
Posts: 6
S
sumo0 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Feb 2010
Posts: 6
perfect wims, thx.


Link Copied to Clipboard