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

	<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-03-15T02:46:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-15T02:46:00-04:00</updated>

		<published>2002-03-15T02:46:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5408#p5408</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5408#p5408"/>
		<title type="html"><![CDATA[Bind help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5408#p5408"><![CDATA[
nope that did not work <br><br>i got this error<br>TCL error [pub_req]: can't read "arg": no such variable<p>Statistics: Posted by Guest — Fri Mar 15, 2002 2:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-03-14T02:00:00-04:00</updated>

		<published>2002-03-14T02:00:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5361#p5361</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5361#p5361"/>
		<title type="html"><![CDATA[Bind help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5361#p5361"><![CDATA[
First of all, 'args' has a special meaning in Tcl. Don't use it as your arg variable. Also, Tcl is case-sensitive.<br><br>Try the following:<div class="codebox"><p>Code: </p><pre><code>bind pub - !uqsreq pub_req proc pub_req {nick uhost hand chan arg} {   exec /glftpd/bin/REQtcl.sh $arg}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Thu Mar 14, 2002 2:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-14T00:44:00-04:00</updated>

		<published>2002-03-14T00:44:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5359#p5359</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5359#p5359"/>
		<title type="html"><![CDATA[Bind help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5359#p5359"><![CDATA[
hello i am tryin to get a bind to exec a script but its not taking the arg i am giving it<br>eg !uqsreq test<br>here is the code i did<br><br>bind pub - !uqsreq pub_req<br><br>proc pub_req {nick uhost hand chan args} {<br><br>        exec /glftpd/bin/REQtcl.sh $ARG<br>}<br><p>Statistics: Posted by Guest — Thu Mar 14, 2002 12:44 am</p><hr />
]]></content>
	</entry>
	</feed>
