on *:notice:*:?:{
if ($regex($1-,/(.*AUTHENTICATION.*SUCCESSFUL.*)/Si) && $nick == X) {
var %x = 1,%chans
while (%x <= $lines(AutojoinChannels.txt)) {
%chans = $addtok(%chans,$read(AutojoinChannels.txt,%x),44)
inc %x
}
if (%chans) { .timer %chans }
}
}