Thx Terrywin it couldn't be any easier
i do have one problem thou here:
alias network1_join {
join #x,#y,#z
}
i have to join a couple of chans that require a pass and if i put them like this it says that the key is not correct:
alias network1_join {
j #chan1,#chan2 pass,#chan3,#chan4 pass
}
since that doesn't work for me i have it like this atm:
alias network1_join {
j #chan1
j #chan2 pass
j #chan3
j #chan4 pass
}