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

	<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>2008-02-16T07:13:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[noobman]]></name></author>
		<updated>2008-02-16T07:13:08-04:00</updated>

		<published>2008-02-16T07:13:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80893#p80893</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80893#p80893"/>
		<title type="html"><![CDATA[real thanks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80893#p80893"><![CDATA[
thanks a lot mate. good work, sorry for disturbing <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">. i will test it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9488">noobman</a> — Sat Feb 16, 2008 7:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-02-16T06:58:09-04:00</updated>

		<published>2008-02-16T06:58:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80892#p80892</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80892#p80892"/>
		<title type="html"><![CDATA[need to add a flood protection in public channel commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80892#p80892"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - ?errorsteam errorsteamproc errorsteam { nick host hand chan arg } { if {![throttled $host,$chan 30]} {  putserv "PRIVMSG $chan : $nick : To fix this problem, you must reboot the steam and try to join again the game, this problem is when you get ticketID error. more info pm @." }}# user's throttled procproc throttled {id time} { global throttled if {[info exists throttled($id)]} {  return 1 } {  set throttled($id) [clock sec]  utimer $time [list unset throttled($id)]  return 0 }}</code></pre></div>This allows using the ?errorsteam command only once every 30 seconds.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Feb 16, 2008 6:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[noobman]]></name></author>
		<updated>2008-02-16T06:35:54-04:00</updated>

		<published>2008-02-16T06:35:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80890#p80890</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80890#p80890"/>
		<title type="html"><![CDATA[stild dont find what i need]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80890#p80890"><![CDATA[
I must be a noob becuse i look for it as you told me. And i don't find it. Could you link me to the antiflood script for public commands so that i can add it to my help script ? Thanks a lot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9488">noobman</a> — Sat Feb 16, 2008 6:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-02-14T20:13:50-04:00</updated>

		<published>2008-02-14T20:13:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80865#p80865</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80865#p80865"/>
		<title type="html"><![CDATA[need to add a flood protection in public channel commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80865#p80865"><![CDATA[
<a href="http://forum.egghelp.org/search.php" class="postlink">Search</a> the forum using keyword <em class="text-italics">throttled</em>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Feb 14, 2008 8:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[noobman]]></name></author>
		<updated>2008-02-14T08:46:09-04:00</updated>

		<published>2008-02-14T08:46:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80857#p80857</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80857#p80857"/>
		<title type="html"><![CDATA[need to add a flood protection in public channel commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80857#p80857"><![CDATA[
hi, i'd like to know whats the code i must add so that the clones and proxys dont flood my bot.<br><br>For example to add the flood protect to this command:<br><br><div class="codebox"><p>Code: </p><pre><code>bind pub - ?errorsteam errorsteamproc errorsteam { nick host hand chan arg } {putserv "PRIVMSG $chan : $nick : To fix this problem, you must reboot the steam and try to join again the game, this problem is when you get ticketID error. more info pm @.}</code></pre></div>i want that they cant flood by joining 6 or 7 clones and typing ?errorsteam.<br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9488">noobman</a> — Thu Feb 14, 2008 8:46 am</p><hr />
]]></content>
	</entry>
	</feed>
