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

	<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-04-29T18:59:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[bader1973]]></name></author>
		<updated>2006-04-29T18:59:36-04:00</updated>

		<published>2006-04-29T18:59:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62487#p62487</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62487#p62487"/>
		<title type="html"><![CDATA[Flooder.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62487#p62487"><![CDATA[
thanks sir (k)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7708">bader1973</a> — Sat Apr 29, 2006 6:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-04-29T09:00:58-04:00</updated>

		<published>2006-04-29T09:00:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62473#p62473</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62473#p62473"/>
		<title type="html"><![CDATA[Flooder.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62473#p62473"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind flud - ctcp bfldrbind flud - join bfldrproc bfldr {nick uhost hand type chan} { global banmask botnick lockedc if {$chan == "*"} {return 0} if {[matchattr $hand m] || [isop $nick $chan] || [matchattr $hand f]} {  return 0 } if {![info exists lockedc([set c [string tolower $chan]])]} {  set lockedc($c) 0 } if {!$lockedc($c)} {  set lockedc($c) 1  set banmask "*!*[string range $uhost [string first "@" $uhost] end]"  putquick "mode $chan +MRb $banmask"  putquick "kick $chan $nick :banned: Stop Flooding"  newchanban $chan $banmask $botnick "Stop Flooding" 5  utimer 15 [list unmode1 $c] } return 0}proc unmode1 chan { global lockedc if {$lockedc($chan)} {  set lockedc($chan) 0  putserv "MODE $chan -MR" }}putlog "Flooder Scripts loaded!"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Apr 29, 2006 9:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bader1973]]></name></author>
		<updated>2006-04-29T08:03:35-04:00</updated>

		<published>2006-04-29T08:03:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62471#p62471</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62471#p62471"/>
		<title type="html"><![CDATA[Flooder.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62471#p62471"><![CDATA[
hello<br>i need help to fix this commands, every time when flooder join my chann +MR repeating many time.<br>any fix it for me please <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code> bind flud - ctcp bfldrbind flud - join bfldrproc bfldr {nick uhost hand type chan} {  global banmask botnick  if {$chan == "*"} {return 0}  if {[matchattr $hand m] || [isop $nick $chan] || [matchattr $hand f]} {    return 0  }   set banmask "*!*[string range $uhost [string first "@" $uhost] end]"putquick "mode $chan +MRb $banmask"putquick "kick $chan $nick :banned: Stop Flooding"newchanban $chan $banmask $botnick "Stop Flooding" 5utimer 15 "unmode1 $chan"return 0}proc unmode1 {chan} {putserv "MODE $chan -MR"}putlog "Flooder Scripts loaded!"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7708">bader1973</a> — Sat Apr 29, 2006 8:03 am</p><hr />
]]></content>
	</entry>
	</feed>
