Hey, thanks for the quick reply. I am to used to a C++ syntax. Anywho, I modified the code:

Code:
on *:START:{
  server irc.rizon.dk
  server -m irc.quakenet.org
}
 
on *:CONNECT:{
  if($network == Rizon){
    join #care
  }
 
  if($network == QuakeNet){ 
   join #2on2.css 
  } 
}


But still, the problem persists. Instead of only joining #care on Rizon, and #2on2.css on Quakenet, it joins #care on both the two servers and doesn't join #2on2.css at all.

I am a legit customer and this is really getting to me, HydraIRC had a very simple implementation of this.

Last edited by Grenadier; 29/05/08 02:51 AM.