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.

Can't load superbitch component

Old posts that have not been replied to for several years.
Locked
Z
Zed

Can't load superbitch component

Post by Zed »

I'm using eggdrop 1.6.12 & netbots 4.09. The problem is that it loads everything else but the superbitch component

.components command shows that all the other components are loaded exept superbitch.

I have tried rehashing, restarting eggdrop and chaning netbots config but nothing seems to help. Any ideas what could cause it?

Code: Select all

# superbitch.tcl settings
set nb_component(superbitch) 1
set sb_chans ""
set sb_canop "m|m
set sb_canopflags "o|o"
set sb_canopany "b|-"
set sb_remove 1
set sb_note "Zed"
set sb_checkop 1
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

When you type .components, I gather it's not listed under the loaded components, but is it under "available components"?
Z
Zed

Post by Zed »

It does show it on avaible components but not in the loaded ones.
[/quote]
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

My suspicion is the netset.tcl you're editing and the one the bot is loading are not the same, or that somewhere in the netset.tcl you have another line which is actually setting nb_component(superbitch) to 0. Connect your ftp client to the bot's shell, download the netset.tcl from the bot's netbots directory to your machine and take a look. Also do a find in your editor for "superbitch" to make sure there is only the one.

If you don't find any problem there, you'll need to enable the .tcl command (by commenting out the unbind line in the bot's config file) then manually check the setting using .tcl set nb_component(superbitch)
Z
Zed

Post by Zed »

Finally it works after reconfinguring the netset.tcl from scratchs several times it still don't understand what the problem was but now everything seems to be working fine
:D
Locked