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

	<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>2005-06-16T16:54:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Garby]]></name></author>
		<updated>2005-06-16T16:54:13-04:00</updated>

		<published>2005-06-16T16:54:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50891#p50891</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50891#p50891"/>
		<title type="html"><![CDATA[Problem with binds]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50891#p50891"><![CDATA[
oh yeah lol, sorry for bothering you :s and thank you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6361">Garby</a> — Thu Jun 16, 2005 4:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-16T16:22:12-04:00</updated>

		<published>2005-06-16T16:22:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50889#p50889</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50889#p50889"/>
		<title type="html"><![CDATA[Problem with binds]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50889#p50889"><![CDATA[
you have an extra brace before return<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Jun 16, 2005 4:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Garby]]></name></author>
		<updated>2005-06-16T15:29:55-04:00</updated>

		<published>2005-06-16T15:29:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50887#p50887</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50887#p50887"/>
		<title type="html"><![CDATA[Problem with binds]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50887#p50887"><![CDATA[
Here is the code:<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !results pub_results### !results [arg]proc pub_results {nick host hand chan arg} {  dccsend indexes/$arg.tar $nick  }  return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6361">Garby</a> — Thu Jun 16, 2005 3:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-06-16T13:53:08-04:00</updated>

		<published>2005-06-16T13:53:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50883#p50883</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50883#p50883"/>
		<title type="html"><![CDATA[Problem with binds]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50883#p50883"><![CDATA[
most probably, the proc pub_results doesn't exist.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jun 16, 2005 1:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-16T13:50:27-04:00</updated>

		<published>2005-06-16T13:50:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50882#p50882</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50882#p50882"/>
		<title type="html"><![CDATA[Problem with binds]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50882#p50882"><![CDATA[
care to post your code?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Jun 16, 2005 1:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Garby]]></name></author>
		<updated>2005-06-16T13:40:09-04:00</updated>

		<published>2005-06-16T13:40:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50881#p50881</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50881#p50881"/>
		<title type="html"><![CDATA[Problem with binds]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50881#p50881"><![CDATA[
Why is it that everytime i try to add a second bind command to my script, it ends up in a <span style="color:green">Tcl error [pub_results]: invalid command name "pub_results"</span> ?<br><br>(pub_results being my second bind)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6361">Garby</a> — Thu Jun 16, 2005 1:40 pm</p><hr />
]]></content>
	</entry>
	</feed>
