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

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

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-07-28T01:36:49-04:00</updated>

		<published>2006-07-28T01:36:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64945#p64945</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64945#p64945"/>
		<title type="html"><![CDATA[flood pro on tcl code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64945#p64945"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>if {[isop $nick $chan] || [isvoice $nick $chan]} return</code></pre></div>add this after the proc bla bla bla ... line.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Jul 28, 2006 1:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[alisetan]]></name></author>
		<updated>2006-07-27T09:10:13-04:00</updated>

		<published>2006-07-27T09:10:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=64923#p64923</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=64923#p64923"/>
		<title type="html"><![CDATA[flood pro on tcl code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=64923#p64923"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>set textftrigger 5:2bind pubm - * textfbind ctcp - ACTION actionfproc textf {nick uhost hand chan arg} { global textftrigger textf if {![info exists textf([set f [string tolower $uhost:$chan]])]} {  set textf($f) 0 } utimer [lindex [split $textftrigger :] 1] [list incr textf($f) -1] if {[incr textf($f)] &gt;= [lindex [split $textftrigger :] 0]} {  pushmode $chan +b *!*@[lindex [split $uhost @] 1]  putkick $chan $nick "Text flood detected."  unset textf($f) }}proc actionf {nick uhost hand chan kw arg} { if {[isbotnick [lindex [split $chan "@"] 0]] || [lindex [split $chan "@"] 1] != ""} {return 0} textf $nick $uhost $chan $chan $arg}</code></pre></div></div></blockquote><br>how to protect voice and op??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7781">alisetan</a> — Thu Jul 27, 2006 9:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-10T22:03:12-04:00</updated>

		<published>2005-09-10T22:03:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55577#p55577</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55577#p55577"/>
		<title type="html"><![CDATA[flood pro on tcl code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55577#p55577"><![CDATA[
Remove<div class="codebox"><p>Code: </p><pre><code>unset textf($f)</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Sep 10, 2005 10:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[suffering]]></name></author>
		<updated>2005-09-10T20:45:14-04:00</updated>

		<published>2005-09-10T20:45:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55575#p55575</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55575#p55575"/>
		<title type="html"><![CDATA[flood pro on tcl code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55575#p55575"><![CDATA[
no comment demond<br>enx sir_fz.<br>i have this error sir<br><div class="codebox"><p>Code: </p><pre><code>|03:41| › (abuse) [17:40] Tcl error in script for 'timer25902':|03:41| › (abuse) [17:40] can't read "textf(hellas2@213.149.185.51:#fun-club)": no such element in array</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6278">suffering</a> — Sat Sep 10, 2005 8:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-10T20:15:07-04:00</updated>

		<published>2005-09-10T20:15:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55574#p55574</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55574#p55574"/>
		<title type="html"><![CDATA[flood pro on tcl code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55574#p55574"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set textftrigger 5:2bind pubm - * textfbind ctcp - ACTION actionfproc textf {nick uhost hand chan arg} { global textftrigger textf if {![info exists textf([set f [string tolower $uhost:$chan]])]} {  set textf($f) 0 } utimer [lindex [split $textftrigger :] 1] [list incr textf($f) -1] if {[incr textf($f)] &gt;= [lindex [split $textftrigger :] 0]} {  pushmode $chan +b *!*@[lindex [split $uhost @] 1]  putkick $chan $nick "Text flood detected."  unset textf($f) }}proc actionf {nick uhost hand chan kw arg} { if {[isbotnick [lindex [split $chan "@"] 0]] || [lindex [split $chan "@"] 1] != ""} {return 0} textf $nick $uhost $chan $chan $arg}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Sep 10, 2005 8:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-10T18:01:37-04:00</updated>

		<published>2005-09-10T18:01:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55573#p55573</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55573#p55573"/>
		<title type="html"><![CDATA[flood pro on tcl code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55573#p55573"><![CDATA[
dude, I will always reply as I see fit, to anyone and to anything; and I will always try to help anyone to use eggdrop as it was meant to be used - including, but not limited to, letting ignorant people like yourself know they are using lame script(s) and they could do a way better - so it's not me who has a problem, it's you who has a problem, and if you were smart enough, you would swallow your mIRC pride and would listen what I have to say, 'cause I'm here you to help you, not to taunt you<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Sep 10, 2005 6:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[suffering]]></name></author>
		<updated>2005-09-10T17:46:04-04:00</updated>

		<published>2005-09-10T17:46:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55572#p55572</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55572#p55572"/>
		<title type="html"><![CDATA[flood pro on tcl code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55572#p55572"><![CDATA[
demond i just ask for a script if anyone can make it for me, i dont need u to tell me what my script will do. if you can help good if you cant or anything else good again but keep ur comments for 'lame' to u. i request a script and i answer to sir not to you. im using his tcl on dalnet and its very good there, on undernet its not what im trying to do thats why im requesting that flood pro. whats ur problem on this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6278">suffering</a> — Sat Sep 10, 2005 5:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-10T15:27:23-04:00</updated>

		<published>2005-09-10T15:27:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55571#p55571</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55571#p55571"/>
		<title type="html"><![CDATA[flood pro on tcl code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55571#p55571"><![CDATA[
my friend, what you requested to be translated into Tcl is nothing but pretty lame and crude mIRC protection, far inferior even to eggdrop's built-in chan protection (because it tracks the flood source by nick, and if the flooder keeps changing nicks, they will beat your "protection" script as they wish)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Sep 10, 2005 3:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[suffering]]></name></author>
		<updated>2005-09-10T15:09:21-04:00</updated>

		<published>2005-09-10T15:09:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55570#p55570</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55570#p55570"/>
		<title type="html"><![CDATA[flood pro on tcl code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55570#p55570"><![CDATA[
my friend, if i want to use ur script i will use it. i just want a part of it not all of them, i dont want to load a whole script for one protection.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6278">suffering</a> — Sat Sep 10, 2005 3:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-10T09:31:04-04:00</updated>

		<published>2005-09-10T09:31:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55559#p55559</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55559#p55559"/>
		<title type="html"><![CDATA[flood pro on tcl code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55559#p55559"><![CDATA[
Try <a href="http://fz.dotleb.net/allfloodprotection4.4b.zip" class="postlink">allfloodprotection</a>. It's not based on eggdrop's protections.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Sep 10, 2005 9:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[suffering]]></name></author>
		<updated>2005-09-10T08:21:35-04:00</updated>

		<published>2005-09-10T08:21:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55558#p55558</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55558#p55558"/>
		<title type="html"><![CDATA[flood pro on tcl code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55558#p55558"><![CDATA[
i want a text/action flood protection not based on eggdrop.conf<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6278">suffering</a> — Sat Sep 10, 2005 8:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-10T07:05:47-04:00</updated>

		<published>2005-09-10T07:05:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55557#p55557</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55557#p55557"/>
		<title type="html"><![CDATA[flood pro on tcl code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55557#p55557"><![CDATA[
Not everybody knows mIRC, so tell us what you exactly want and we might do it or help you do it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Sep 10, 2005 7:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[suffering]]></name></author>
		<updated>2005-09-10T03:53:14-04:00</updated>

		<published>2005-09-10T03:53:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55555#p55555</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55555#p55555"/>
		<title type="html"><![CDATA[flood pro on tcl code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55555#p55555"><![CDATA[
i want to make it for me on the tcl code pls<br><div class="codebox"><p>Code: </p><pre><code>on @*:TEXT:*:#: {  if ( $me isop $chan ) {     set -u3 %fld. [ $+ [ $chan ] $+ . $+ [ $nick ] ] $calc( %fld. [ $+ [ $chan ] $+ . $+ [ $nick ] ] + 1)    if (%fld. [ $+ [ $chan ] $+ . $+ [ $nick ] ] &gt;= %limit.flood ) {      ban # $nick 2      kick # $nick 10Channel flood detected!!    }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6278">suffering</a> — Sat Sep 10, 2005 3:53 am</p><hr />
]]></content>
	</entry>
	</feed>
