<?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/3988" />

	<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>2003-03-25T13:41:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[techman47]]></name></author>
		<updated>2003-03-25T13:41:56-04:00</updated>

		<published>2003-03-25T13:41:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18235#p18235</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18235#p18235"/>
		<title type="html"><![CDATA[help again!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18235#p18235"><![CDATA[
<blockquote class="uncited"><div>Well, that slightly depends.<br><br>1: The changes, and netupdate must be issued from the hub bot<br><br>The nb_set command will only effect bots listed in the "botname" part of the command.<br><br>Any other bot not listed will ignore it.</div></blockquote>Ok, I have it right then. The changes and netupdate were made with the hubbot. Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2538">techman47</a> — Tue Mar 25, 2003 1:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-25T08:17:26-04:00</updated>

		<published>2003-03-25T08:17:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18224#p18224</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18224#p18224"/>
		<title type="html"><![CDATA[help again!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18224#p18224"><![CDATA[
Well, that slightly depends.<br><br>1: The changes, and netupdate must be issued from the hub bot<br><br>The nb_set command will only effect bots listed in the "botname" part of the command.<br><br>Any other bot not listed will ignore it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Mar 25, 2003 8:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[techman47]]></name></author>
		<updated>2003-03-25T08:08:37-04:00</updated>

		<published>2003-03-25T08:08:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18223#p18223</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18223#p18223"/>
		<title type="html"><![CDATA[help again!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18223#p18223"><![CDATA[
<blockquote class="uncited"><div>Tainted, the whole goal behind nb_set, is to get around netupdate colisions.<br><br>IE, if the hub bot doesn't run chanlimit, then after netupdate, none of the others will either.<br><br>The nb_set command/setting, is not that easy to understand.<br><br>With the normal set command, you give it the setting name, and value. However, with nb_Set, you also give it a botname.<br><br>There is not much more to it than that.<br><br>You can give a group of botnames, but that is a advanced system. A seperate nb_Set for each bot, will not hurt.<br><br>EG<br><div class="codebox"><p>Code: </p><pre><code>From:set nb_component(chanlimit) 0Becomes:nb_set botname nb_component(chanlimit) 0</code></pre></div>Some good HTML documentation around this, is available <a href="http://www.egghelp.org/netbots/doc_netbots.htm#configuration" class="postlink">on this part of the netbots help page</a></div></blockquote>Ok, this is what I did. As I said I have 3 bots running, hubbot, leaf1, leaf2. In the hubbot netset.tcl I did...<br><br>set nb_component(chanlimit) 0<br>nb_set leaf1 nb_compenent(chanlimit) 1<br><br>then I did a netupdate. I just want my leaf1 bot to run the chanlimit component. Is this correct?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2538">techman47</a> — Tue Mar 25, 2003 8:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-25T05:57:57-04:00</updated>

		<published>2003-03-25T05:57:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18218#p18218</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18218#p18218"/>
		<title type="html"><![CDATA[help again!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18218#p18218"><![CDATA[
Tainted, the whole goal behind nb_set, is to get around netupdate colisions.<br><br>IE, if the hub bot doesn't run chanlimit, then after netupdate, none of the others will either.<br><br>The nb_set command/setting, is not that easy to understand.<br><br>With the normal set command, you give it the setting name, and value. However, with nb_Set, you also give it a botname.<br><br>There is not much more to it than that.<br><br>You can give a group of botnames, but that is a advanced system. A seperate nb_Set for each bot, will not hurt.<br><br>EG<br><div class="codebox"><p>Code: </p><pre><code>From:set nb_component(chanlimit) 0Becomes:nb_set botname nb_component(chanlimit) 0</code></pre></div>Some good HTML documentation around this, is available <a href="http://www.egghelp.org/netbots/doc_netbots.htm#configuration" class="postlink">on this part of the netbots help page</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Mar 25, 2003 5:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tainted]]></name></author>
		<updated>2003-03-24T22:27:54-04:00</updated>

		<published>2003-03-24T22:27:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18213#p18213</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18213#p18213"/>
		<title type="html"><![CDATA[help again!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18213#p18213"><![CDATA[
edit the netset.tcl for that single bot?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1256">tainted</a> — Mon Mar 24, 2003 10:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[techman47]]></name></author>
		<updated>2003-03-24T21:07:15-04:00</updated>

		<published>2003-03-24T21:07:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18210#p18210</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18210#p18210"/>
		<title type="html"><![CDATA[help again!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18210#p18210"><![CDATA[
It seems that I just can't get the nb_set command line in my head. I have 3 eggbots running, all linked and sharing. I am using the chanlimit componet in netbots. I know I don't need all 3 bots running the chanlimit componet, so how can I set it up so only one bot will run the chanlimit componet?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2538">techman47</a> — Mon Mar 24, 2003 9:07 pm</p><hr />
]]></content>
	</entry>
	</feed>
