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

	<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-15T10:30:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-03-15T10:30:00-04:00</updated>

		<published>2002-03-15T10:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5416#p5416</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5416#p5416"/>
		<title type="html"><![CDATA[TCL error [pub_req]: can't read "arg": no such variable]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5416#p5416"><![CDATA[
Yes, you're right.. n/m..<br><br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Fri Mar 15, 2002 10:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-15T03:28:00-04:00</updated>

		<published>2002-03-15T03:28:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5411#p5411</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5411#p5411"/>
		<title type="html"><![CDATA[TCL error [pub_req]: can't read "arg": no such variable]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5411#p5411"><![CDATA[
well it worked excetp one part was right <br>the exec command was set right the way i had it<br>thx you so much you have benn very helpful<br><p>Statistics: Posted by Guest — Fri Mar 15, 2002 3:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-03-15T03:17:00-04:00</updated>

		<published>2002-03-15T03:17:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5410#p5410</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5410#p5410"/>
		<title type="html"><![CDATA[TCL error [pub_req]: can't read "arg": no such variable]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5410#p5410"><![CDATA[
This is because you are using <div class="codebox"><p>Code: </p><pre><code>proc pub_req {nick uhost hand chan args} { </code></pre></div>instead of <div class="codebox"><p>Code: </p><pre><code>proc pub_req {nick uhost hand chan arg} { </code></pre></div>Also, your exec command is wrong.. should be:<div class="codebox"><p>Code: </p><pre><code>  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> — Fri Mar 15, 2002 3:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-15T02:49:00-04:00</updated>

		<published>2002-03-15T02:49:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5409#p5409</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5409#p5409"/>
		<title type="html"><![CDATA[TCL error [pub_req]: can't read "arg": no such variable]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5409#p5409"><![CDATA[
Hello  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> and here is the error i get <br>TCL error [pub_req]: can't read "arg": no such variable<p>Statistics: Posted by Guest — Fri Mar 15, 2002 2:49 am</p><hr />
]]></content>
	</entry>
	</feed>
