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.

eggdrop 1.6.18 leaf flag problem.

General support and discussion of Eggdrop bots.
Post Reply
h
hotman
Voice
Posts: 4
Joined: Sun Sep 09, 2007 11:08 am

eggdrop 1.6.18 leaf flag problem.

Post by hotman »

Hello,

I'm using eggdrop 1.6.18. The problem is that when I add someone (bot or user) he gives him global +l flag. I want to know if there's a way to exclude that flag from the bot?
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

could be one or more settings in your conf file responsible for this.
Core Setting:

Code: Select all

set default-flags "hp" 
Enter the flags that all new users should get by default. See '.help whois' on the partyline for a list of flags and their descriptions.
Share Module:

Code: Select all

set private-global 0 
When sharing user lists, DON'T ACCEPT global flag changes from other bots? NOTE: The bot will still send changes made on the bot, it just won't accept any global flag changes from other bots.

set private-globals "" 
When sharing user lists, if private-global isn't set, which global flag changes from other bots should be ignored?

set private-user 0 
When sharing user lists, don't accept ANY userfile changes from other bots? Paranoid people should use this feature on their hub bot. This will force all userlist changes to be made via the hub.
h
hotman
Voice
Posts: 4
Joined: Sun Sep 09, 2007 11:08 am

Post by hotman »

Thanks for the support, but that didn't fix the problem... it must be something else.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Keep in mind, that since 1.6.16, +o implies +l (which caused some unexpected issues when linked with older bots, where bots could'nt tell difference of botflag l (leaf) and "normal" flag l).

Are you using some script or addon to add users/bots?
NML_375
h
hotman
Voice
Posts: 4
Joined: Sun Sep 09, 2007 11:08 am

Post by hotman »

nml375 wrote:Keep in mind, that since 1.6.16, +o implies +l (which caused some unexpected issues when linked with older bots, where bots could'nt tell difference of botflag l (leaf) and "normal" flag l).

Are you using some script or addon to add users/bots?
I'm using standart Added.tcl.. nothing special. I know about older versions and for that reason I have used only 1.6.15 since now, when I want to migrate to 1.6.18...
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

So, what's the value of default-flags?
NML_375
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Re: eggdrop 1.6.18 leaf flag problem.

Post by TCL_no_TK »

Try

Code: Select all

grep set default-flags eggdrop.conf
change eggdrop.conf to the name of your eggdrop's config file if you have renamed it to something differant. And check the setting.
h
hotman
Voice
Posts: 4
Joined: Sun Sep 09, 2007 11:08 am

Post by hotman »

nml375 wrote:So, what's the value of default-flags?
set default-flags "fo"
So far I tried everything, but with zero effect.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

As said, +o implies +l... (that is, whenever you set someone +o, they'll automatically gain +l aswell)
NML_375
Post Reply