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

	<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>2005-12-24T02:49:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-24T02:49:57-04:00</updated>

		<published>2005-12-24T02:49:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58629#p58629</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58629#p58629"/>
		<title type="html"><![CDATA[What to add to this public command?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58629#p58629"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>if {![info exists ::ts] || [unixtime] - $::ts &gt; 300} {set ::ts [unixtime]} {return} </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 24, 2005 2:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[piggy]]></name></author>
		<updated>2005-12-23T11:46:24-04:00</updated>

		<published>2005-12-23T11:46:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58615#p58615</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58615#p58615"/>
		<title type="html"><![CDATA[What to add to this public command?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58615#p58615"><![CDATA[
Hey guys<br><br>With the following i would like to know what i can add to it in order to make it that a user is restricted to use the public command once in 5 minutes<br><div class="codebox"><p>Code: </p><pre><code>set chanstats {"url to stats"}bind pub - !stats pub:sproc pub:s {nick uhost hand chan text} {global chanstatsset statsnick [lindex [split $text " "] 0]if {$text != "" &amp;&amp; [onchan $statsnick $chan]} {foreach line $chanstats { putquick "NOTICE $statsnick :$line" }return 0}foreach line $chanstats {putquick "PRIVMSG $chan :$line" }}</code></pre></div>Any help much appreciated<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6625">piggy</a> — Fri Dec 23, 2005 11:46 am</p><hr />
]]></content>
	</entry>
	</feed>
