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.

Bot not banning and .set problem

Old posts that have not been replied to for several years.
Locked
C
Chack

Bot not banning and .set problem

Post by Chack »

I got an eggdrop (1.6.12) running on QuakeNet. The Network does support up to 30 bans per channel. But still the Bot will never ban more than 5 masks. I also set the max-bans in the eggdrop.conf to 30. The bot still won't ban anymore.

My other problem is that the .set command won't work. If i use .set max-bans in DCC the bot won't recognize the command.

Btw, anyone knows what net-type quakenet really is? Is it 1 or 5?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

First off.

The net-type setting depicts the default setting for max-bans.

You should try changing net-type to custom, so max-bans is free for changing.

Second, the ".set" command is disabled by default due to the security risk it poses, and the possible issues of social engineering.

See the config file, for more information on re-enbaling the ".set" command.
C
Chack

Post by Chack »

yeah, I fixed the .set command thanks

I use net-type 5 and maxbans 30 (and the network does support 30), btu still the bot will never set more than 5 at once.

Is there some additional hidden configuration file?
F
Fluxism
Halfop
Posts: 47
Joined: Mon Aug 05, 2002 8:58 am

Post by Fluxism »

I have my eggs on Quakenet and they are set to 'net type 5'.

I can't offer a direct solution to your ban problem, but maybe trying this might help locate the problem. Kill the bot, then goto your eggdrop folder, and delete or rename the *.chan file and the *.bak file for the same. Now you can edit the eggdrop.conf file, knowing that it is only settings within that file which are going to effect the behavior of your bot on IRC, and not the chan settings files. Once the bot is started, new *.chan files will be created.
No real help... but this is the first thing I do when I cant locate a problem.
Locked