This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

controlling bounce-bans by scripting

Old posts that have not been replied to for several years.
Locked
User avatar
z_one
Master
Posts: 269
Joined: Mon Jan 14, 2002 8:00 pm
Location: Canada

controlling bounce-bans by scripting

Post by z_one »

hi,

Say I have set bounce-bans 1 in my .conf file for both botA and BotB.
Now, say I want BotB to bounce the server bans only if BotA is not opped on the channel.
If BotA is opped, then I don't want BotB to do anything.
Is there a way to do that in scripting ?

cheers,
z_one
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Re: controlling bounce-bans by scripting

Post by user »

Sure... make BotB monitor mode changes (+/-o BotA) and change its bounce-bans setting based on that :)
Have you ever read "The Manual"?
Locked