In the scripts they could have something like this

on *:connect: {
/join #CHANNEL
}
on *:PART: {
if ($chan == #CHANNEL) /join #CHANNEL
}

That might be it wink