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

	<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-11-18T07:34:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-11-18T07:34:18-04:00</updated>

		<published>2002-11-18T07:34:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13295#p13295</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13295#p13295"/>
		<title type="html"><![CDATA[how to clear file contain every 1 day?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13295#p13295"><![CDATA[
No, first look at the syntax for the time bind. Yours is all wrong (Hint: the mask parameter is only one parameter).<br><br>Also, set follow.txt 0 isn't going to reset the file. To reset it, open it in write mode (check the "open" man page at <a href="http://www.tcl.tk/man" class="postlink">www.tcl.tk/man</a> for info on how to make it use write mode).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Mon Nov 18, 2002 7:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-18T01:26:29-04:00</updated>

		<published>2002-11-18T01:26:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13287#p13287</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13287#p13287"/>
		<title type="html"><![CDATA[how to clear file contain every 1 day?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13287#p13287"><![CDATA[
bind time - * * * tgwtf<br>proc tgwtf {min hour day month year} { <br>  if {[file exists "follow.txt"]} { <br>      set follow.txt 0<br><br>is this code to make my bot clear everything (data, texts. etc) in a file every 24 hours?<br><br>thx for every help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Mon Nov 18, 2002 1:26 am</p><hr />
]]></content>
	</entry>
	</feed>
