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.

Enforcebans

Old posts that have not been replied to for several years.
Locked
P
ProXy
Op
Posts: 126
Joined: Sun Aug 11, 2002 3:09 pm

Enforcebans

Post by ProXy »

Hi,

i wrote a script that bans, and kicks 2 seconds later. But whenever the eggdrop bans someone he immediately kicks him. this kick comes NOt from the script. I set -enforcebans, so why is the eggdrop still kicking?
g
gk^
Halfop
Posts: 70
Joined: Sun Jul 28, 2002 6:23 am
Location: Stockholm, Sweden
Contact:

Post by gk^ »

did you set it with the string

Code: Select all

.chanset #channel -enforcebans
or did you edit your config file later? Well.. try that..
P
ProXy
Op
Posts: 126
Joined: Sun Aug 11, 2002 3:09 pm

Post by ProXy »

I set -enforcebans in the config file and rehashed the eggdrop but he still kicks on ban!
g
gk^
Halfop
Posts: 70
Joined: Sun Jul 28, 2002 6:23 am
Location: Stockholm, Sweden
Contact:

Post by gk^ »

Well.. Thats what I assumed you did.. And that doesnt work..

You'll have to dcc chat/telnet with/to the bot and type

Code: Select all

.chanset #channel -enforcebans
and then it should work...
P
ProXy
Op
Posts: 126
Joined: Sun Aug 11, 2002 3:09 pm

Post by ProXy »

Thx for your help now it works correct :)
Locked