you could also make a script so that when the bot quits you will automatically /hop
on *:QUIT: if ($nick = BOT) /hop #CHAN
Just replace BOT with the bots name and #CHAN with your channel name. Easy enough? if you want to be super safe and secure you could use
if ($address($nick,2) = BOT's ADDRESS MASK 2) instead of if ($nick = BOT)
Hope this helps
