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.

botnetop/chanlimig 4.09.1 question

Old posts that have not been replied to for several years.
Locked
c
cortex

botnetop/chanlimig 4.09.1 question

Post by cortex »

Hi all :)
I have upgraded the two components botnetop.tcl and chanlimit.tcl and added:

set cl_priority "BOT1 BOT2 BOT3"

to netset.tcl but still when a bots joins the two other bots in the networks ops at the same time:

[08:50:46] bot1 [bot1@xxxxx.com] sets mode +o bot3
[08:50:48] bot2 [bot2@yyyyyy.com] sets mode +o bot3

here is my netset.tcl settings for chanlimit and botnetop :)

# botnetop.tcl settings
set nb_component(botnetop) 1
set bop_delay 20
set bop_maxreq 2
set bop_modeop 1
set bop_linkop 1
set bop_icheck 1
set bop_hcheck 1
set bop_osync 0
set bop_addhost 1
set bop_log 2

# chanlimit.tcl settings
set nb_component(chanlimit) 1
set cl_priority "NRC SVP ZB"
set cl_chans ""
set cl_echans ""
set cl_limit 10
set cl_grace 2
set cl_timer 10
set cl_server 0
set cl_log 1


perhaps i'm just missing the idea behind the new cl_priority setting :)

Regards

Cortex
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Yup - you certainly are, 100% as well.

the cl_priorty setting is for the chan limit componant, as documented, and has nothing to do with botnetops.

For the botnetops issue, I guess you should look at your botnetop settings.

The reason it does it, is due to the value in "bop_maxreq"
Locked