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

	<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>2009-04-22T13:49:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2009-04-22T13:49:11-04:00</updated>

		<published>2009-04-22T13:49:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88536#p88536</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88536#p88536"/>
		<title type="html"><![CDATA[Exec cmd shell by eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88536#p88536"><![CDATA[
open, run a new program with I/O connected to a file descriptor <br>exec,  run a new program as a subprocess<br><br><a href="http://www.tcl.tk/man/tcl8.5/tutorial/Tcl26.html" class="postlink">http://www.tcl.tk/man/tcl8.5/tutorial/Tcl26.html</a><br><br><a href="http://www.tcl.tk/man/tcl8.4/TclCmd/exec.htm" class="postlink">http://www.tcl.tk/man/tcl8.4/TclCmd/exec.htm</a><br><a href="http://www.tcl.tk/man/tcl8.5/TclCmd/exec.htm" class="postlink">http://www.tcl.tk/man/tcl8.5/TclCmd/exec.htm</a><br><br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Wed Apr 22, 2009 1:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[garfwen]]></name></author>
		<updated>2009-04-22T10:58:30-04:00</updated>

		<published>2009-04-22T10:58:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88533#p88533</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88533#p88533"/>
		<title type="html"><![CDATA[Exec cmd shell by eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88533#p88533"><![CDATA[
Oupps<br><div class="codebox"><p>Code: </p><pre><code>set fp [open "| gzip /home/hl/steam/cstrike/err.dem"] </code></pre></div>Fixed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9777">garfwen</a> — Wed Apr 22, 2009 10:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[garfwen]]></name></author>
		<updated>2009-04-22T10:53:09-04:00</updated>

		<published>2009-04-22T10:53:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88532#p88532</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88532#p88532"/>
		<title type="html"><![CDATA[Exec cmd shell by eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88532#p88532"><![CDATA[
Hello<br><br>Im trying to exec a command by eggdrop.<br><br>my eggdrop directory:<br>/home/hl/eggdrop<br><br>And im trying to:<br>gzip ~/steam/cstrike/err.dem<br><br>(err.dem is located as /home/hl/steam/cstrike/err.dem)<br><br><div class="codebox"><p>Code: </p><pre><code>set fp [open "| gzip ~/steam/cstrike/err.dem"]set data [read $fp]putlog $dataclose $fp</code></pre></div>Getting this error:<br>gzip: ~/hltv1/cstrike/err.dem: No such file or directory<br><br><br>Any idea :\ ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9777">garfwen</a> — Wed Apr 22, 2009 10:53 am</p><hr />
]]></content>
	</entry>
	</feed>
