OK, I see where you are going.

If this is an mIRC bot, something along the lines of this should work:

Code:
on *:ban:#channel: {
  timer 1 900 mode -b # $banmask
}

Replace "#channel" with the correct channel.

If you are using something like an Eggdrop bot, go here for help with it.

You should note that is considered quite rude on IRC to remove a ban from another op.

Last edited by dood; 27/10/05 03:55 AM.