I have used Netbots 4.09 for some time now and never had a problem. I decided to update from *.09 to *.10. Now i get an error and i cannot troubleshoot it as i am not familiar with the netbots coding. Below is the error i am getting, i am unsure if this problem is isolated to just me or for everyone. Here's the error i am receiving....
[23:29] Loading netbots.tcl v4.10...
[23:29] Tcl error in file 'sl.conf':
[23:29] can't read "nb_update": no such variable
while executing
"string length $nb_update"
(file "scripts/netbots.tcl" line 1)
(file "sl.conf" line 1)
[23:29] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
Any help on this is appreciated, i like the new updates in the script though!
# The setting below serves as a small example of how nb_set can be used. Change "NoteBot" to the bot you'd like to receive update notifications from and "YourNick" to your user handle on the bot.
nb_set NoteBot nb_update "YourNick"
components.txt may be very revealing.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
My error. I've updated netset.tcl as mentioned on the home page. Luckily I delayed sending out the nb_update notice to v4.09 users just in case something like this occured
Did you all realise the chanlimit component provided as part of the netbot components is not updated completely and having lesser features comparing to chanlimit.tcl v4.5-test1 considering cl_priority is the only setting being newly added to netset
v4.5-test1 (13 October 2003)
* Replaces both the netbots.tcl component and standalone versions of chanlimit.tcl.
* Added "chanset" option for cl_chans which allows you to use channel flag +chanset/-chanset instead of cl_chans/cl_echans.
* Now checks if limit is enforced in chanmode and warns the user.
* Added cl_enforce function, which runs a limit check if users without specified flags alter or remove the limit.
* Added 1-10 second random delay before timed limit changes to reduce incidence of all bots changing the limit simultaneously.
* cl_server function may not have worked properly due to mode bind anomaly.
v4.09.1 (19 August 2002)
* Update to netbots.tcl component adding cl_priority feature.
.chanset for cl_chans and cl_enforce seems to be missing from netbots 4.10 . cl_server setting is not being included in netset.tcl . The checking if limit is enforced in chanmode and random 1-10 seconds delay.
Hmm, if I hadn't completely forgotten about it, I might've included the changes in netbots.tcl v4.10. Nevertheless, 4.10 is based on 4.09 and doesn't necessarily contain the work that I was doing for 4.50/5.00, as pointed out here.
I no longer have chanlimit4.5.tar.gz, but I think I found the source on my HD. Is yours stamped "v4.5-test1"?
slennox wrote:Hmm, if I hadn't completely forgotten about it, I might've included the changes in netbots.tcl v4.10. Nevertheless, 4.10 is based on 4.09 and doesn't necessarily contain the work that I was doing for 4.50/5.00, as pointed out here.
I no longer have chanlimit4.5.tar.gz, but I think I found the source on my HD. Is yours stamped "v4.5-test1"?