The name fits; thank you very much. I can now start up with both TW and QN!

Tribalwar and Quakenet are loading the channels they should, but. Quakenet is still loading/creating the tribalwar channels.

**edit**

I just tried reversing the order to see if that was the problem, but quakenet is still loading the bwa, gosu and tribes channels?


on *:start:{
server irc.quakenet.org
server -m irc.tribalwar.com
}

on *:connect:{
if ($network == QuakeNet) {
/nick fumz
join #titanfall,#titanfall.pug
}
elseif ($network == TribalWar) {
msg nickserv identify password
join #bwa,#gosu,#tribes
}
}

Last edited by fumz; 08/06/14 09:14 AM.