This will (try to) join the specified channel on all "connected" server connections:
alias alljoin { scon -at1 join #$$1 }

example: /alljoin #alljoin

The -a switch performs the subsequent command at all connections (server windows), and the -t1 switch limits this to servers you are "actually" connected to (e.g. not disconnected).