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

	<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>2003-08-22T21:54:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-08-22T21:54:01-04:00</updated>

		<published>2003-08-22T21:54:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25502#p25502</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25502#p25502"/>
		<title type="html"><![CDATA[Cleanscript with  expr unixtime little help needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25502#p25502"><![CDATA[
Oh lol<br>I didnt notice that this number are seconds.<br>Else I wouldnt open topic for that.<br><br>Thanks.<br>Sorry <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=50">BiLL</a> — Fri Aug 22, 2003 9:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-08-20T09:17:19-04:00</updated>

		<published>2003-08-20T09:17:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25360#p25360</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25360#p25360"/>
		<title type="html"><![CDATA[Re: Cleanscript with  expr unixtime little help needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25360#p25360"><![CDATA[
<blockquote class="uncited"><div>Hi,<br><br>I got the cleanup.tcl from the TCL-Archive.<br>It deleted all users that hasnt been seen last 60days.<br><br>if {[lindex [getuser $hand LASTON] 0] &lt; [expr [unixtime] - <br>5184000]} {<br><br>This is the line.<br><br>How can I set the unixtime so it checks last 30 or 40 days.<br>I dont know the number for that <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":-(" title="Sad">. <br><br>Please help, thanks.</div></blockquote>5184000 seconds... 5184000/60/60/24 = 60 days<br><br>It should not be that difficult to figure out how many seconds there are in 30 or 40 days.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Wed Aug 20, 2003 9:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BiLL]]></name></author>
		<updated>2003-08-20T08:59:06-04:00</updated>

		<published>2003-08-20T08:59:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25357#p25357</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25357#p25357"/>
		<title type="html"><![CDATA[Cleanscript with  expr unixtime little help needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25357#p25357"><![CDATA[
Hi,<br><br>I got the cleanup.tcl from the TCL-Archive.<br>It deleted all users that hasnt been seen last 60days.<br><br>if {[lindex [getuser $hand LASTON] 0] &lt; [expr [unixtime] - <br>5184000]} {<br><br>This is the line.<br><br>How can I set the unixtime so it checks last 30 or 40 days.<br>I dont know the number for that <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":-(" title="Sad">. <br><br>Please help, thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=50">BiLL</a> — Wed Aug 20, 2003 8:59 am</p><hr />
]]></content>
	</entry>
	</feed>
