here is a simple script , put the name of the bot you want on BOT1 and the bot2 will alway put the ban wich is removed from bot1


on *:UNBAN:#:{
if ($nick == Bot1) {
.echo $chan unBAN by: $nick > $bnick $banmask
.ban $chan $banmask
}
}