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.

Severe ban problem

Old posts that have not been replied to for several years.
Locked
W
Weirdo
Master
Posts: 265
Joined: Sat Apr 27, 2002 8:00 pm
Location: Manchester, England

Severe ban problem

Post by Weirdo »

My eggdrop has recently grown a problem.

It has essentially, lost its ability to add bans. They are added to the ban list, with a hostname, and the correct hostmask. But +b is never enforced in channel. The user is initially kicked, +b doesnt get set, and they rejoin. the bot then kicks them again, and it repeats.

Only stops when the ban is removed from the internal list.

[19:44:55] <@Weirdo> !nuke ban Targen test
[19:44:56] *** Targen was kicked by Natsuki-Chan (Banned: test)
[19:44:57] *** Targen (iguana@200.109.35.72) has joined #catgirls
[19:44:57] *** Targen was kicked by Natsuki-Chan (Banned: test)

Essentially, this happens a lot. It affects my entire ban system. .kickban does the same thing, no ban added, rejoins as normal.

My channel modes on the bot is listed below:

[20:07:24] <Natsuki-Chan> Other modes:
[20:07:24] <Natsuki-Chan> -inactive +statuslog -secret +shared
[20:07:24] <Natsuki-Chan> +greet +seen +cycle +dontkickops
[20:07:24] <Natsuki-Chan> +protectops +protectfriends -revenge -revengebot
[20:07:24] <Natsuki-Chan> -bitch +autoop +autovoice -nodesynch
[20:07:24] <Natsuki-Chan> +enforcebans -dynamicbans +userbans -autohalfop
[20:07:24] <Natsuki-Chan> -protecthalfops
[20:07:24] <Natsuki-Chan> +dynamicexempts +userexempts +dynamicinvites +userinvites

Code: Select all

newchanban $chan [maskhost "$nuke(nick)![getchanhost $nuke(nick) $chan]"] $hand $nuke(reason) $nuke(bantime)
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

:lol: hoping that you have already read the text file appropriately named BANS in your eggdrop's ~/doc directory :lol:
What do you have set for the following variables for the IRC module?

Code: Select all

set max-bans 
set kick-fun
set ban-fun
Also, what third-party tcl's are you loading? Some can alter the way eggdrop bans, of course. Have you tried to console with either the raw (+r) or debug(+d) flags enabled when you attempted to place a ban? What is the output from the bot? :mrgreen:
W
Weirdo
Master
Posts: 265
Joined: Sat Apr 27, 2002 8:00 pm
Location: Manchester, England

Post by Weirdo »

YooHoo wrote::lol: hoping that you have already read the text file appropriately named BANS in your eggdrop's ~/doc directory :lol:
What do you have set for the following variables for the IRC module?

Code: Select all

set max-bans 
set kick-fun
set ban-fun
Also, what third-party tcl's are you loading? Some can alter the way eggdrop bans, of course. Have you tried to console with either the raw (+r) or debug(+d) flags enabled when you attempted to place a ban? What is the output from the bot? :mrgreen:
max bans was at 30, we had 34 bans on channel, set this to 100

we got rid of a lot of bans on the lists, works now. hopefully 100 limit should prevent it
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

:mrgreen: Mr. Green is pleased. :mrgreen:
now get me a beer :wink:
W
Weirdo
Master
Posts: 265
Joined: Sat Apr 27, 2002 8:00 pm
Location: Manchester, England

Post by Weirdo »

YooHoo wrote::mrgreen: Mr. Green is pleased. :mrgreen:
now get me a beer :wink:
lol

thanks
Locked