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.

Bans - what a pain!

Old posts that have not been replied to for several years.
Locked
User avatar
AxS
Halfop
Posts: 46
Joined: Wed Apr 09, 2003 11:57 am

Bans - what a pain!

Post by AxS »

Ok this is the problem. I don't want the bot to do anything with bans. I never use the bot for banning, however I need it opped for other reasons. Now everytime an OP in the channel makes a ban, the bot promply removes it a second later.

I dont want the bot to handle the ban in anyway whatsoever, I don't want it to remove bans made by chanserv or any OP.

Any ideas peeps?
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

Jes make longer ban time, or disable it :D
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

+userbans -dynamicbans
set ban-time to 0
altho its not a bad idea to let your bot clear bans after a while.. sound like your problem is your channel is set -userbans :)
a.k.a. hellios
User avatar
AxS
Halfop
Posts: 46
Joined: Wed Apr 09, 2003 11:57 am

Post by AxS »

Thank you both :D gonna test it today and see if its giving the desired result
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

Np :D
K
Kaarel
Halfop
Posts: 91
Joined: Sat Apr 26, 2003 5:24 am

Post by Kaarel »

ok, I set +userbans and -dynamicbans in eggdrop.conf but I couldnt find there set ban-time to and when I added to conf file bot said

Code: Select all

<Botman> [22:00] Tcl error in file 'eggdrop.conf':
<Botman> [22:00] wrong # args: should be "set varName ?newValue?"
<Botman>     while executing
<Botman> "set ban-time to 0 "
<Botman>     (file "eggdrop.conf" line 189)
<Botman> [22:00] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
-
DCC session closed

Help needed
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

set variable value <~ this is the corect type. Anyway, it should be: set ban-time 0
Once the game is over, the king and the pawn go back in the same box.
User avatar
AxS
Halfop
Posts: 46
Joined: Wed Apr 09, 2003 11:57 am

Post by AxS »

After some testing...and doing what was suggested, i found that the problem was still there. A litte experiment thought cleared it up, so I thought i'd share with those who may have the same problem seeing as I'm not an expert on eggdrops ppl might make the same mistake as me.

I took the +f flag off the users, and now they can be kicked and banned without the bot removing the ban :) so that was the main problem. Thanx
m
masskilla
Op
Posts: 172
Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia

Post by masskilla »

Also the problem is that if you change any channel settings in the conf file (in your case +userbans -dynamicbans), it doesn't take effect in the bot. Use .chanset to change them.
MaSsKilla

#eggdrop
Undernet
B
Bytez
Op
Posts: 168
Joined: Mon Aug 11, 2003 1:42 pm

Post by Bytez »

That's only true if he set a chan file in the .conf file Also, remember to use .chansave after you use .chanset
Locked