mIRC Homepage
Posted By: sumo0 scripting multi server and channel joining - 05/02/10 10:26 AM
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.
Posted By: 5618 Re: scripting multi server and channel joining - 05/02/10 10:49 AM
Check out /help /server
;-P
Posted By: Wims Re: scripting multi server and channel joining - 05/02/10 10:50 AM
use
Code:
/server -m irc.stratics.com -j #mortalonline
Posted By: sumo0 Re: scripting multi server and channel joining - 05/02/10 10:54 AM
perfect wims, thx.
© mIRC Discussion Forums