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

	<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>2006-03-28T12:33:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-03-28T12:33:31-04:00</updated>

		<published>2006-03-28T12:33:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61469#p61469</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61469#p61469"/>
		<title type="html"><![CDATA[&quot;Advanced&quot; floodprotect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61469#p61469"><![CDATA[
Or you can implement the [timer] command in Tcl.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Mar 28, 2006 12:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2006-03-28T10:10:50-04:00</updated>

		<published>2006-03-28T10:10:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61466#p61466</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61466#p61466"/>
		<title type="html"><![CDATA[&quot;Advanced&quot; floodprotect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61466#p61466"><![CDATA[
memory lag ~<br>Well i try to explain (not easy in english) how i mean this. You just write an array, but you never release memory afer he informations in the memory ain`t longer important. If you have to less free memory you will get system isuses.<br><br>The main idea of this protections was to safe some coding work. Imho it saves more work then using somthing like every time.<br>if { [info exists ::varname] } { return }<br>set ::varname 1<br>after 10000 [list unset ::varname]<br><br>I should edit my comments and maybe change timer to after to make it compatible with plain tcl aswell too.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Tue Mar 28, 2006 10:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-03-28T01:32:24-04:00</updated>

		<published>2006-03-28T01:32:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61457#p61457</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61457#p61457"/>
		<title type="html"><![CDATA[&quot;Advanced&quot; floodprotect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61457#p61457"><![CDATA[
<blockquote class="uncited"><div>I wrote a lot about.<br><a href="http://tclhelp.net/unb/39" class="postlink">flood protections</a> <br>Hope it is helpfuly for you.</div></blockquote>your remarks about timer- vs non-timer flood detect solution are plain wrong; the latter is ALWAYS better than the former for this particular purpose (what is "memory lag" anyway?)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Mar 28, 2006 1:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2006-03-27T20:42:12-04:00</updated>

		<published>2006-03-27T20:42:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61449#p61449</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61449#p61449"/>
		<title type="html"><![CDATA[&quot;Advanced&quot; floodprotect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61449#p61449"><![CDATA[
I wrote a lot about.<br><a href="http://tclhelp.net/unb/39" class="postlink">flood protections</a> <br>Hope it is helpfuly for you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Mon Mar 27, 2006 8:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-03-27T07:39:16-04:00</updated>

		<published>2006-03-27T07:39:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61421#p61421</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61421#p61421"/>
		<title type="html"><![CDATA[&quot;Advanced&quot; floodprotect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61421#p61421"><![CDATA[
store the hostmark in an array and set unsets via utimer 120. you can then simply check if exists the array element and and return 0 (if he continues to try to !trigger with return 0 he will be kicked for repeating as example, if such a script is loaded).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Mon Mar 27, 2006 7:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cakemonster]]></name></author>
		<updated>2006-03-25T05:21:39-04:00</updated>

		<published>2006-03-25T05:21:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61375#p61375</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61375#p61375"/>
		<title type="html"><![CDATA[&quot;Advanced&quot; floodprotect]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61375#p61375"><![CDATA[
Hi everyone! I've visited these forums for a long while as a guest and found answers to everything I was looking for, until now.<br>I stomped into a bigger problem and with my level of tcl scripting it's hard to resolve. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> I would appreciate it if someone could help me out with this.<br><br>Ok, I have this tcl with a bunch of <span style="text-decoration:underline">public triggers</span>. I'll try to explain this as simply as possible, bear with me. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> I'll do it the classic &lt;nick&gt; &lt;bot&gt; way :E<br><br>(11:00) &lt;nick&gt;: !trigger<br>(11:00) &lt;bot&gt;: bla bla<br>(11:01) &lt;nick&gt;: !trigger<br>(11:01) &lt;bot&gt;: Flood detected from &lt;nick&gt;! Ignoring for $ignoretime mins!<br><br>In that example the flood protection time is 2 mins (yeah pretty long but I actually want 2 mins) and the nick said !trigger without waiting 2 mins.<br>I would like to assign this flood protection to only certain triggers in my tcl.<br>Can anyone help me with this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7540">cakemonster</a> — Sat Mar 25, 2006 5:21 am</p><hr />
]]></content>
	</entry>
	</feed>
