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

	<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-07-29T14:28:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-29T14:28:42-04:00</updated>

		<published>2002-07-29T14:28:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9322#p9322</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9322#p9322"/>
		<title type="html"><![CDATA[Timer and executing commands with certain binaries specified]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9322#p9322"><![CDATA[
nevermind, I found a script that does exactly what I want<br>ircstats.tcl<p>Statistics: Posted by Guest — Mon Jul 29, 2002 2:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-29T14:22:30-04:00</updated>

		<published>2002-07-29T14:22:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9321#p9321</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9321#p9321"/>
		<title type="html"><![CDATA[Timer and executing commands with certain binaries specified]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9321#p9321"><![CDATA[
I cannot run crond on my host, if I could, I wouldnt be here.<p>Statistics: Posted by Guest — Mon Jul 29, 2002 2:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[guppy]]></name></author>
		<updated>2002-07-29T14:12:51-04:00</updated>

		<published>2002-07-29T14:12:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9320#p9320</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9320#p9320"/>
		<title type="html"><![CDATA[Timer and executing commands with certain binaries specified]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9320#p9320"><![CDATA[
Making eggdrop run the program is silly for all kinds of reasons. Use pisg and use crontab to automate it.<br><br>Jeff<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10">guppy</a> — Mon Jul 29, 2002 2:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-29T12:24:47-04:00</updated>

		<published>2002-07-29T12:24:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9318#p9318</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9318#p9318"/>
		<title type="html"><![CDATA[Timer and executing commands with certain binaries specified]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9318#p9318"><![CDATA[
well I'm ignorant to tcl :/<br><br>should it be like this?:<div class="codebox"><p>Code: </p><pre><code>stats="/path/to/stats/"config="/path/to/config/"bind time - "00 * * * *" some_procproc some_proc {min hour day month year} {  $stats channel.log $config} </code></pre></div>I'm making a script that will use irc stats (the free linux equivalent of mircSTATS)<p>Statistics: Posted by Guest — Mon Jul 29, 2002 12:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-07-29T04:09:53-04:00</updated>

		<published>2002-07-29T04:09:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9305#p9305</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9305#p9305"/>
		<title type="html"><![CDATA[Timer and executing commands with certain binaries specified]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9305#p9305"><![CDATA[
have u tried using a bind?<div class="codebox"><p>Code: </p><pre><code>bind time - "00 * * * *" some_procproc some_proc {min hour day month year} {  blablabla....}</code></pre></div>This executes a proc every 60 mins...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Mon Jul 29, 2002 4:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-28T19:54:22-04:00</updated>

		<published>2002-07-28T19:54:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9302#p9302</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9302#p9302"/>
		<title type="html"><![CDATA[Timer and executing commands with certain binaries specified]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9302#p9302"><![CDATA[
can someone please help me asap?<p>Statistics: Posted by Guest — Sun Jul 28, 2002 7:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-28T21:13:27-04:00</updated>

		<published>2002-07-28T10:35:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9265#p9265</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9265#p9265"/>
		<title type="html"><![CDATA[Timer and executing commands with certain binaries specified]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9265#p9265"><![CDATA[
I wanna know how you make a timer and to make it execute an external program at a certain time (like every 60 minutes)<p>Statistics: Posted by Guest — Sun Jul 28, 2002 10:35 am</p><hr />
]]></content>
	</entry>
	</feed>
