nope, you can just use /join #channel,#channel2,#channel3 to join multiple channels btw:

Code:
var %i = 1, %chans
while $read(ajoin.txt,%i) {
%chans = %chans $+ , $+ $ifmatch
inc %i
}
join $right(%chans,-1)

change the $read() part to however you list autojoin channels wink


New username: hixxy