mIRC help!

I've been looking this from google, but couldn't find answer.

Quote/msg [email protected] AUTH username password
/join #channel
/join #channel2
/join #channel3
/join #channel4
/join #channel5
/server -pfom irc.opoy.fi -j #IRCchannel


I got this in my perform section. But I want to know how do I connect more than one channel via IRCnet. When I connect, I connect to Quakenet first then IRCnet and then #IRCchannel. After that I connect to those #channel, #channel2 etc. But I'd like to connect to more than one IRCnet channel at time. How is it Possible?

I have tried putting /join #IRCchannel2 below /server -pfom irc.opoy.fi -j #IRCchannel like this:

Quote/msg [email protected] AUTH username password
/join #channel
/join #channel2
/join #channel3
/join #channel4
/join #channel5
/server -pfom irc.opoy.fi -j #IRCchannel
/join #IRCchannel2

but it still connects me to #IRCchannel2 via Quakenet not IRCnet.

Any help please?
Comments
16
try to do it the same way as that other one?
You dont connect to channels, once you're connected to the server, you join channels, and thats something that can only be done one by one afaik.
You can also just add these channels to favorites, with "join on connect" enabled or disabled, can also be filtered per server ^^
Is it possible to do something like this:
/server -pfom irc.opoy.fi -j #IRCchannel -j #IRCchannel2

Put more channels to join behind that command. I tried that one which I took for example and didn't work.

EDIT: If you put servers to favorite for example:
I have three favorited servers, two of them are in Qnet and one in IRCnet.
So when I connect do I join all three servers in Qnet and IRCnet?
Parent
/server -pfom irc.opoy.fi -j #IRCchannel #IRCchannel2

try that. just guessing though but if its possible its prolly something like this
Parent
I've tried doesn't work. Thanks anyways.
Parent
how about [...]-j #channel1 -j #channel2 -j #channel3
Parent
Have tried, doesn't work.
Parent
"I have three favorited servers, two of them are in Qnet and one in IRCnet."

No it def. wont join the channel at ircnet if you selected Quakenet for that channel in favorites. However I'm not sure if it will only join the channel on 1 quakenet server, if you're connected 2 times to quakenet :o

If what ensam said works then you will for sure, only join the channel once.
Parent
/channel add -auto #IRCchannel2 IRCNet

oh wait it's in irssi
Jätkä onki semmone nolife-nörtti :D!
Parent
you still want the script? ( you can't use it as perform )
Parent
Well, I solved this problem by adding channels on my favorite and all I need to do manually is type /server -m irc.quakenet.org.

Where you need to put that script, if not in perform?
Parent
fusenlist
fusenlist
Back to top