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

	<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-07-28T14:49:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[slennox]]></name></author>
		<updated>2002-07-28T14:49:07-04:00</updated>

		<published>2002-07-28T14:49:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9284#p9284</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9284#p9284"/>
		<title type="html"><![CDATA[[TCL] cmd Flood protection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9284#p9284"><![CDATA[
If you could paste the whole proc it would be easier, since I'm finding it a bit bloating outlining where certain things may or may not go in the context of an unknown script <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=13034">slennox</a> — Sun Jul 28, 2002 2:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2002-07-28T06:09:12-04:00</updated>

		<published>2002-07-28T06:09:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9250#p9250</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9250#p9250"/>
		<title type="html"><![CDATA[[TCL] cmd Flood protection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9250#p9250"><![CDATA[
I'm trying to run an email script, and some of the main features allready work (big thx to #egghelp <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">).<br><br><div class="codebox"><p>Code: </p><pre><code># user 1if {[string match "user1*" [lindex $arg 0]]} {set mail "me@host.com"set body [lrange $arg 1 end]# user2} elseif {[string match "user2*" [lindex $arg 0]]} { set mail "he@host.com"set body [lrange $arg 1 end]......</code></pre></div>This allready works fine, but i got one problem : somebody could use this as an mail bomber, so i'd need a feature that u can send a person 1 mail in 10 minutes if you have flag "+f", 1 mail in 5 minutes if you have +o, and unlimited if you have m/n flag.<br><br>I haven't found such a script yet, only generell flood protection and stuff.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Sun Jul 28, 2002 6:09 am</p><hr />
]]></content>
	</entry>
	</feed>
