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.tcl problem

Old posts that have not been replied to for several years.
Locked
G
Guest

Post by Guest »

i downloaded and tried to set up netbots.tcl and components.
i use eggdrop1.6.7 and netbots4.05
i placed all the files under netbots directory.
i have 2 bots for now and i set one of these as a hub and other as a leaf.
all of them has +bfo and hub's botflag on leaf is +ghp, leaf's botflag on hub is +gs
transfer and share modules are loaded.telnet settings for both are correct.it says botnetop and netbots are loaded at the startup. they all have the same netset.tcl file.

some lines in my netset.tcl file:
set nb_flag "b"
set nb_key ----- (--- is a key)
set nb_defctrl "*"
set nb_owner 0
set nb_ctrlbots ""
set nb_max 3
set nb_timeout 180
set nb_netupdate 2
set nb_nettcl 0
set nb_update ""
set nb_chon 1
set nb_broadcast ""
set nb_cmdcast 0
set nb_castfilter "addhost ident .chpass .newpass .note"

set nb_component(botnetop) 1
set bop_delay 20
set bop_maxreq 3
set bop_modeop 0
set bop_linkop 1
set bop_icheck 0
set bop_hcheck 0
set bop_osync 0
set bop_addhost 0
set bop_log 2

it doesn't op when a un-opped bot comes in.
any help would be great
thanks

<font size=-1>[ This Message was edited by: MKeremGUC on 2001-12-13 06:48 ]</font>
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The first thing to check, is that the bots have user-records. You have allready stated they do, no problem.

You should now check, that these user records, have correct hostmasks listed. The easiest way to do this, it to type ".channel #channame", where #channame is the name of the channel, where both bots are sitting. Each line of output, says the nickname, handle, flag, and hostmask. You should look for the nickname of the other bot, and check that the handle feild matches the handle for the other bot. If so, there is another problem, if not, then you should add the hostmasks to the user-records as needed.
G
Guest

Post by Guest »

oh thanks for your reply...
i thought giving global flags is enough and hadn't set the channel flags for each bot.I set the channel flags and it worked. many thanks for your help...
Locked