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.

Search found 3 matches

by seroal
Sat Feb 05, 2005 11:23 pm
Forum: Archive
Topic: banlist limit
Replies: 2
Views: 1791

you mean that if i change the kind of network in my eggdrop.conf it'll be then ok? ... or even if i change it, as the network as got that limit it won't do anything.

allthough Thx for all :)
by seroal
Sat Feb 05, 2005 7:31 pm
Forum: Archive
Topic: banlist limit
Replies: 2
Views: 1791

banlist limit

Hi guys, i got a problem with the ban list in the chans where my egg is op(@). The problem is that when the banlist reachs the 30 bans in list, it starts removing bans if it passes this number. For exemple if set a ban and it's the 31th ban, the bot will remove 6 bans from the list. Then i have anot...
by seroal
Tue Nov 09, 2004 7:42 am
Forum: Archive
Topic: help needed for my script
Replies: 2
Views: 1659

help needed for my script

bind pub - !bans pub:banes proc pub:banes { nick uhost handle chan arg } { if { [isop $nick $chan] || [ishalfop $nick $chan] || [isvoice $nick $chan] } { set channel $chan if { $arg!="" } { set channel $arg } set banli [chanbans $channel] set banes 0 foreach x $banli { set banner [lindex ...