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

	<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-03-12T19:48:35-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-12T19:48:35-04:00</updated>

		<published>2003-03-12T19:48:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17811#p17811</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17811#p17811"/>
		<title type="html"><![CDATA[Simpel way to only allow a command one time in 20 mins]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17811#p17811"><![CDATA[
Somthing like<br><div class="codebox"><p>Code: </p><pre><code>global MyTstampif {![info exists MyTstamp]} { set MyTstamp 0 }if {([clock seconds] - $MyTstamp) &gt; (20 * 60)} {  return}set MKyTstamp [clock seconds]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Mar 12, 2003 7:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-03-12T18:38:48-04:00</updated>

		<published>2003-03-12T18:38:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17804#p17804</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17804#p17804"/>
		<title type="html"><![CDATA[Simpel way to only allow a command one time in 20 mins]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17804#p17804"><![CDATA[
i got a problem, i made a litle script that generate stats if you type !dkstats but right know you can type it all the times you want is it posible i can get a snippet that show´s how i make it so you only can type that command every 20 min !<br><br>Plz 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 — Wed Mar 12, 2003 6:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
