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.

disabling a bot -b for +o users set by netsplit-rejoin

Old posts that have not been replied to for several years.
Locked
s
smiles

disabling a bot -b for +o users set by netsplit-rejoin

Post by smiles »

Hello,
When a server rejoins and some ban modes set by the server, eggdrop is checking these bans and removing it if ban matches with a +o user.
How can I disable the feature of unbanning server-rejoin-bans set for a +o user. (i.e, bot will not care of bans set by a server even it matches a registered user).
Any setting for this feature available for eggdrop?
N
Nexus6
Op
Posts: 114
Joined: Mon Sep 02, 2002 4:41 am
Location: Tuchola, Poland

Post by Nexus6 »

I'm not sure, but I guess that it would help if you disable bounce-bans it won't take off any bans set by server, otherwise all bans set by server after the netsplit will be taken off, no matter if it matches an +o user, if it matched +o user in your case, it must have been a coincidence :)

Settings you might like to change in conf, set bounce-bans 0 and set bounce-modes 0 makes bot ignore all modes set by server. set bounce-modes 1 makes bot take off bans and any other modes set by server, set bounce-bans 1 will take off only bans but will leave the other modes set by server
# Set this to 1 if you want to bounce all server bans.
set bounce-bans 0

# Set this to 1 if you want to bounce all server modes.
set bounce-modes 0
Hope it helps
s
smiles

Post by smiles »

However
bounce-bans set to 0
and -protectops -protectfriends flags active, bot is still removing bans set by a server on re-join.

Is there any other idea ?
h
har0
Voice
Posts: 20
Joined: Fri Jan 17, 2003 7:07 am

not banning

Post by har0 »

I found, that if you set wasop, that the ban gets ignored, and the user that was banned, is unbanned and opped.. please make sure that the uer has +o only, otherwise the flags can override
Locked