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.

tcl script advice request

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
k
kitsaras
Voice
Posts: 29
Joined: Thu Feb 02, 2006 4:57 pm

tcl script advice request

Post by kitsaras »

i have a prob with my eggs.

they dont accept more than 24 bans in the channel with result to kick after 24 bans in chan banlist and not to ban.

Is there any way someone to write me a tcl so my bots can keep more than 24 bans in the channel or to auto remove the bans when they much 24 ?

if not any advise suggestion.

Ps. I prefer more than 24 bans because i have a lot of spam.

thanks a lot

(sorry for my english)
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Channel ban list maximums are Network specific. The bots configuration file has appropriate settings that will accomodate most Networks.
# Set here the maximum number of bans you want the bot to set on a channel.
# Eggdrop will not place any more bans if this limit is reached. Undernet
# currently allows 45 bans, IRCnet allows 30, EFnet allows 100, and DALnet
# allows 100.
set max-bans 30
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
k
kitsaras
Voice
Posts: 29
Joined: Thu Feb 02, 2006 4:57 pm

Post by kitsaras »

yea Alchera is all set with 100 bans on dalnet but still can't keep more than 24 bans thats the mystery and that for i ask a tcl to remove the bans or to bypass the default tcl :)

thanks for the reply
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Try:

Code: Select all

.chanset #chan +dynamicbans
eggdrop will set bans to the maximum it is allowed (100 on DALnet).

The above setting will have eggdrop remove bans as per the 'set global-ban-time' value (default 120 minutes).
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
k
kitsaras
Voice
Posts: 29
Joined: Thu Feb 02, 2006 4:57 pm

Post by kitsaras »

ok Alchera
thanks a lot :)
Post Reply