
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