Hi, i'm running netbots 4.09 and i have one hub that is not on irc and i cant find why i get this error on my hub
Loading netbots.tcl v4.09 by slennox..
*** WARNING: error found when loading netbots/botnetop.tcl:
bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, dcc, disc, evnt, filt, link, load, lost, nkch, note, rcvd, sent, time, tout, unld
Userfile loaded, unpacking...
Tcl error in script for 'timer116':
invalid command name "botonchan"
I can't check from here if new binds were introduced after 1.6.10 which are now used in netbots. But this is likely the reason for the warning. Note also that your bot doesn't recognise the command [botonchan]. Try upgrading to 1.6.15 or 1.6.13.
nope still the same
.rehash
Rehashing.
Rehashing ...
Listening at telnet port 50121 (all)
Loading netbots.tcl v4.09 by slennox..
*** WARNING: error found when loading netbots/botnetop.tcl:
bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, dcc, disc, evnt, filt, link, load, lost, nkch, note, rcvd, sent, time, tout, unld
Userfile loaded, unpacking...
Tcl error in script for 'timer116':
invalid command name "botonchan"
Loki wrote:nope still the same
.rehash
Rehashing.
Rehashing ...
Listening at telnet port 50121 (all)
Loading netbots.tcl v4.09 by slennox..
*** WARNING: error found when loading netbots/botnetop.tcl:
bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, dcc, disc, evnt, filt, link, load, lost, nkch, note, rcvd, sent, time, tout, unld
Userfile loaded, unpacking...
Tcl error in script for 'timer116':
invalid command name "botonchan"
i upgrade to eggdrop v1.6.15
What modules have you loaded? It feels as if you don't have the irc module loaded. Can you copy and paste what you get in the shell when you start the bot or what you get when you do a .restart?
dont i have to have this enable because my hub controls 5 others ?
If i take out botnetop.tcl in netset.tcl i get this
*** WARNING: error found when loading netbots/chanlimit.tcl:
i disable chanlimit.tcl then i get
*** WARNING: error found when loading netbots/repeat.tcl
and so on, do i not need to have this feature enabled ?
It looks like you're trying to load those components on a limbo hub. A limbo hub doesn't have required modules like server and irc loaded, so the scripts will give an error if you try to load them.
On a limbo hub, you should load the netbots.tcl core and components/scripts that don't do anything IRC-related.
set nb_component(aidle) 1
set nb_component(extras) 1
set nb_component(botnetop) 0
set nb_component(chanlimit) 0
set nb_component(logfile) 1
set nb_component(mainserver) 0
set nb_component(mass) 1
set nb_component(repeat) 0
set nb_component(sentinel) 0
And no error exept
Tcl error in script for 'timer21':
invalid command name "botonchan"
Will my botnet still work the same? and should i put all the nb_component on my limbo to 0 ?