<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/742" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2002-01-02T13:32:00-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/742</id>

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-01-02T13:32:00-04:00</updated>

		<published>2002-01-02T13:32:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3359#p3359</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3359#p3359"/>
		<title type="html"><![CDATA[Error After .netupdate]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3359#p3359"><![CDATA[
Yes and no.<br><br>Yes it copies it over, but that does not mean that the settings are going to be the same on each bot.<br><br>If you use the nb_set command, alond with a nb_component setting, then you can efectivly use different settings for each bot.<br><br>You may have created a nb_component setting with the nb_set command, to include only this leaf bot, and not the hub. Thus the hub is fine, but the leaf is reading a different setting, and causing crashes.<br><br>You should netupdate, then read through the leaf's netset.tcl, and see where the problem is.<br><br>I have a few advanced tips you could use to find out the exact setting, that is casuing trouble.<br><br>Place this code at the bottom of your netset.tcl file on the hub (this can be handy as a debug tool, before the actual components are loaded.<br><div class="codebox"><p>Code: </p><pre><code>foreach {A_ B_} [array get nb_component] {  putlog "Changed nb_component setting for "${_A}" - now set to "${_B}""}</code></pre></div>After netbots.tcl reads in it's settings, this code will write to the eggdrop's logfile, stating exactly what the nb_component values are. This includes changes made by nb_set commands.<br><br>See if this helps you get anywhere.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Jan 02, 2002 1:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-02T10:19:00-04:00</updated>

		<published>2002-01-02T10:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3355#p3355</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3355#p3355"/>
		<title type="html"><![CDATA[Error After .netupdate]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3355#p3355"><![CDATA[
But it must be right..<br><br>I have the exact copy on my other bot.. used .netupdate.. then it copys the netset.tcl.. don't it ?<br><br>It worked perfectly fine on my other bot.. but not thisone<p>Statistics: Posted by Guest — Wed Jan 02, 2002 10:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-02T10:13:00-04:00</updated>

		<published>2002-01-02T10:13:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3353#p3353</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3353#p3353"/>
		<title type="html"><![CDATA[Error After .netupdate]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3353#p3353"><![CDATA[
Hmmzz.. Think i did.. but I'd better check that out.. thnx a lot<p>Statistics: Posted by Guest — Wed Jan 02, 2002 10:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-01-01T22:24:00-04:00</updated>

		<published>2002-01-01T22:24:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3332#p3332</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3332#p3332"/>
		<title type="html"><![CDATA[Error After .netupdate]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3332#p3332"><![CDATA[
Check through all your nb_component settings (the ones which tell the bot, what components it should load).<br><br>It looks like (as the error sugests, you have used a value that is not a number, IE (you didn't use the 1 or 0 as stated in the documentation.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Jan 01, 2002 10:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-31T23:57:00-04:00</updated>

		<published>2001-12-31T23:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3315#p3315</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3315#p3315"/>
		<title type="html"><![CDATA[Error After .netupdate]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3315#p3315"><![CDATA[
After I edited the netset on the hub i did the .netupdate commands.. then i restarted them.. My hub restarted normally but on the leaf i got this..<br><br>Eggdrop v1.6.7 (C)1997 Robey Pointer (C)2001 Eggheads<br>[02:50] --- Loading eggdrop v1.6.7 (Tue Jan  1 2002)<br>[02:50] Listening at telnet port 2000 (bots)<br>[02:50] Listening at telnet port 4000 (users)<br>[02:50] Module loaded: dns             <br>[02:50] Module loaded: channels        <br>[02:50] Module loaded: server          <br>[02:50] Module loaded: ctcp            <br>[02:50] Module loaded: irc             <br>[02:50] Module loaded: transfer         (with lang support)<br>[02:50] Module loaded: share           <br>[02:50] Module loaded: notes            (with lang support)<br>[02:50] Module loaded: console          (with lang support)<br>[02:50] Module loaded: blowfish        <br>[02:50] Module loaded: uptime          <br>[02:50] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).<br>[02:50] use '.help userinfo' for commands.<br>[02:50] Loading netbots.tcl v4.05 by slennox..<br>[02:50] TCL error in file 'fur.conf':<br>[02:50] can't use non-numeric string as operand of "!"<br>    while executing<br>"if {!$nb_component($nb_lcomponent)} {continue}"<br>    ("foreach" body line 2)<br>    invoked from within<br>"foreach nb_lcomponent [lsort [array names nb_component]] {<br>    if {!$nb_component($nb_lcomponent)} {continue}<br>    set nb_lsource $nb_dir/$nb_lcomponen..."<br>    invoked from within<br>"if {[info exists nb_component]} {<br>  foreach nb_lcomponent [lsort [array names nb_component]] {<br>    if {!$nb_component($nb_lcomponent)} {continue}<br>    ..."<br>    (file "netbots/netbots.tcl" line 2299)<br>    invoked from within<br>"source netbots/netbots.tcl"<br>    (file "fur.conf" line 997)<br>[02:50] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br><br><br>Anybody who can help me ?<p>Statistics: Posted by Guest — Mon Dec 31, 2001 11:57 pm</p><hr />
]]></content>
	</entry>
	</feed>
