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

	<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-02-06T17:20:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-06T17:20:00-04:00</updated>

		<published>2002-02-06T17:20:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4340#p4340</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4340#p4340"/>
		<title type="html"><![CDATA[A script that runs once every hour]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4340#p4340"><![CDATA[
Yeah, I discovered that when I tried to run it, thanks anyway <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 Guest — Wed Feb 06, 2002 5:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-02-05T19:12:00-04:00</updated>

		<published>2002-02-05T19:12:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4327#p4327</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4327#p4327"/>
		<title type="html"><![CDATA[A script that runs once every hour]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4327#p4327"><![CDATA[
No, you need to specify arg's for the proc (or just use 'args').<br><div class="codebox"><p>Code: </p><pre><code>bind time - "56 * * * *" time:sendftpproc time:sendftp {args} {  sendftp etc. }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Tue Feb 05, 2002 7:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-05T12:19:00-04:00</updated>

		<published>2002-02-05T12:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4321#p4321</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4321#p4321"/>
		<title type="html"><![CDATA[A script that runs once every hour]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4321#p4321"><![CDATA[
Thanks wcc, I haven't had the chance to try it yet cause my shell provider seems to be down atm <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":sad:" title="Sad"><br><br>About "the new way", I read some about bind time and I want to know if this looks ok: <div class="codebox"><p>Code: </p><pre><code>bind time - "56 * * * *" time:sendftpproc time:sendftp {} {  sendftp etc. }</code></pre></div><p>Statistics: Posted by Guest — Tue Feb 05, 2002 12:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-02-05T00:44:00-04:00</updated>

		<published>2002-02-05T00:44:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4316#p4316</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4316#p4316"/>
		<title type="html"><![CDATA[A script that runs once every hour]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4316#p4316"><![CDATA[
thats the old fasioned way of doing it. using 'bind time' is more efficient<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Tue Feb 05, 2002 12:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-02-04T23:49:00-04:00</updated>

		<published>2002-02-04T23:49:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4315#p4315</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4315#p4315"/>
		<title type="html"><![CDATA[A script that runs once every hour]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4315#p4315"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>if {[lsearch -glob [timers] "* timer:sendftp *"] == -1]} { timer 60 timer:sendftp }proc timer:sendftp {} {  sendftp &lt;localfile&gt; &lt;server&gt; &lt;user&gt; &lt;password&gt; &lt;remotefile&gt;   if {[lsearch -glob [timers] "* timer:sendftp *"] == -1]} { timer 60 timer:sendftp }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Mon Feb 04, 2002 11:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-04T19:21:00-04:00</updated>

		<published>2002-02-04T19:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4312#p4312</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4312#p4312"/>
		<title type="html"><![CDATA[A script that runs once every hour]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4312#p4312"><![CDATA[
Here's what I want to do.<br>I want to upload a *.html file with sendftp.tcl once/hr<br>But I'm having with problems with the timer script, I want it to call this 1/h<br><br>sendftp &lt;localfile&gt; &lt;server&gt; &lt;user&gt; &lt;password&gt; &lt;remotefile&gt;<br><br>Can u help? <p>Statistics: Posted by Guest — Mon Feb 04, 2002 7:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
