you could also make a script so that when the bot quits you will automatically /hop

Code:
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 smile


"In order to succeed, your desire for success should be greater than your fear of failure."