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

	<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>2009-05-21T15:13:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[bierbong]]></name></author>
		<updated>2009-05-21T15:13:31-04:00</updated>

		<published>2009-05-21T15:13:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88858#p88858</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88858#p88858"/>
		<title type="html"><![CDATA[[solved] simple flood protection?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88858#p88858"><![CDATA[
jeah, thx, you made my day! <br>it works!!<br><br> <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=10674">bierbong</a> — Thu May 21, 2009 3:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-05-21T13:21:29-04:00</updated>

		<published>2009-05-21T13:21:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88848#p88848</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88848#p88848"/>
		<title type="html"><![CDATA[[solved] simple flood protection?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88848#p88848"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind PUB - !mycommand pCommandproc pCommand {nick uhost hand chan text} {    global vRelease    if {[info exists vRelease]} {        if {[unixtime] &lt;= $vRelease} {            return 0        }    }    set vRelease [expr {[unixtime] + 15}]    # rest of your code here for whatever the command !mycommand does    return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Thu May 21, 2009 1:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-05-21T13:21:15-04:00</updated>

		<published>2009-05-21T13:21:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88847#p88847</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88847#p88847"/>
		<title type="html"><![CDATA[[solved] simple flood protection?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88847#p88847"><![CDATA[
Search for throttled on the forum, and you'll find several solutions to this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu May 21, 2009 1:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bierbong]]></name></author>
		<updated>2009-05-21T15:12:39-04:00</updated>

		<published>2009-05-21T12:44:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88846#p88846</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88846#p88846"/>
		<title type="html"><![CDATA[[solved] simple flood protection?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88846#p88846"><![CDATA[
hello,<br>i want that a certain trigger can only be started for example every 15 second.<br>can you help me realizing that?<br>thx!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10674">bierbong</a> — Thu May 21, 2009 12:44 pm</p><hr />
]]></content>
	</entry>
	</feed>
