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.

My Bot sometime banned and sometime just kicking

Old posts that have not been replied to for several years.
Locked
x
xGame
Voice
Posts: 24
Joined: Wed Aug 06, 2003 4:55 pm

My Bot sometime banned and sometime just kicking

Post by xGame »

Hi Guys,
I'm new here and i need help . i have eggdrop1.6.13 and i use this command "+ban hostmask" when user join channel and channel limit is less than 80 user the bot kick and banned but when channel limit is more that 80 the bot just kick user without banned . how can i fixe that problem ?
User avatar
j0n
Op
Posts: 140
Joined: Wed May 07, 2003 5:31 pm
Location: sjn.nb.ca
Contact:

Post by j0n »

What the problem is ?
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

not sure what the channel limit has to do with banning or kicking.. but the bot choosing to kick and not ban could be your net-type or max-bans or max-modes settings in your conf
a.k.a. hellios
x
xGame
Voice
Posts: 24
Joined: Wed Aug 06, 2003 4:55 pm

Post by xGame »

anyway ,i use "+ban MaskHost Reason" when that user join the bot just kicking without banned . how can i fix the bot ?
x
xGame
Voice
Posts: 24
Joined: Wed Aug 06, 2003 4:55 pm

Post by xGame »

#### IRC MODULE ####
loadmodule irc
set bounce-bans 1
set bounce-modes 1
set max-bans 99
set max-modes 10
set kick-fun 1
set ban-fun 1
set learn-users 0
set wait-split 600
set wait-info 180
set mode-buf-length 200

they are settings for IRC MODELE , where is problem ?
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

did u check your net-type ?
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

a ban is a mode... you have 10 for max modes and 99 for max bans....
a.k.a. hellios
x
xGame
Voice
Posts: 24
Joined: Wed Aug 06, 2003 4:55 pm

Post by xGame »

Sir_Fz wrote:did u check your net-type ?
Yes,
set net-type 3
s
soul
Voice
Posts: 31
Joined: Fri Apr 25, 2003 6:25 pm
Location: Portugal

Post by soul »

channel limitation had nothing to do with kicking and banning.

please, take a look at the reply of .binds in console, or in case of dificulty, post it

regards.
i'll believe in justice when the pope is accused {
if {$true == "$censured" }{return nothing}}
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

Xgame i TOLD you what the problem was... set max-modes 10
a ban is a mode ... /mode #room +b mask
at present your bot will only place 10 modes on a channel... so well if you have 10 ops and voices.... then no bans for you! heh.. this needs to be higher then max-bans ... and set max-bans according to your ircd the bot is on
a.k.a. hellios
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

gumbydammit wrote:at present your bot will only place 10 modes on a channel... so well if you have 10 ops and voices.... then no bans for you!
This is false. 10 ops and voices == 20 :P and this is what the conf has to say about this setting:
# There is a global limit for +b/+e/+I modes. This limit should be set to
# the same value as max-bans for networks that do not support +e/+I.
set max-modes 30
Locked