Useless maybe, bah maybe this then..
Code:
on *:CONNECT: {  
  if (ukchat.tiscali isin $server) { join #channel1 | command }  
  elseif (irc.damaged isin $server) { join #channel2 | command }  
  else { join #channel3 | command }
}