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?
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.
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.
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?
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...