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.

Trouble with Netbots 4.10

Support & discussion of released scripts, and announcements of new releases.
Post Reply
C
Canon
Voice
Posts: 3
Joined: Tue Aug 09, 2005 12:38 am
Location: Cali
Contact:

Trouble with Netbots 4.10

Post by Canon »

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!


Thanks,

Canon
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

From netset.tcl:

Code: Select all

# 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
C
Canon
Voice
Posts: 3
Joined: Tue Aug 09, 2005 12:38 am
Location: Cali
Contact:

Post by Canon »

I wasn't aware that line was required, but thanks for pointing it out. I'll add that line in and see what happens!


Thanks,

Canon
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

I'd imagine that, as with the previous version, nb_update can be set to "".
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
C
Canon
Voice
Posts: 3
Joined: Tue Aug 09, 2005 12:38 am
Location: Cali
Contact:

Post by Canon »

Worked!

Thanks,

Canon
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

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 :)
s
stinallion
Voice
Posts: 5
Joined: Sat May 21, 2005 4:04 am

Post by stinallion »

Greetings,

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.



Regards,
Stinallion
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

You're talking about a third-party release, by Johoho perhaps.
s
stinallion
Voice
Posts: 5
Joined: Sat May 21, 2005 4:04 am

Post by stinallion »

slennox wrote:You're talking about a third-party release, by Johoho perhaps.
Please refer to the below url regarding your release of chanlimit4.5. Incidentally the url provided for chanlimit4.5 is no longer working.

http://forum.egghelp.org/viewtopic.php?t=5636

Regards,
Stinallion
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

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"?
s
stinallion
Voice
Posts: 5
Joined: Sat May 21, 2005 4:04 am

Post by stinallion »

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"?
Yes.

The one I'm using reads:

chanlimit.tcl v4.5-test1
Copyright 1998-2003 by slennox
http://www.egghelp.org/


Regards,
Stiinallion
Post Reply