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

	<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>2001-12-04T12:30:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2001-12-04T12:30:00-04:00</updated>

		<published>2001-12-04T12:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2435#p2435</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2435#p2435"/>
		<title type="html"><![CDATA[Channel Flood protection...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2435#p2435"><![CDATA[
I see. Thx for the advice.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Dec 04, 2001 12:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-03T16:39:00-04:00</updated>

		<published>2001-12-03T16:39:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2393#p2393</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2393#p2393"/>
		<title type="html"><![CDATA[Channel Flood protection...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2393#p2393"><![CDATA[
It make good programming sence to use "-" instead of "*" in place of the flag in a bind command.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Dec 03, 2001 4:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2001-12-03T14:27:00-04:00</updated>

		<published>2001-12-03T14:27:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2380#p2380</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2380#p2380"/>
		<title type="html"><![CDATA[Channel Flood protection...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2380#p2380"><![CDATA[
Well I got to admit that I was wrong. The previous tcl din't work at me coz I had a little problem with an other tcl wich result an conflict betwen them. This final code work's perfect. About the "bind flud - * flud_ban" as I read in the tcl-commands.doc, should be "bind flud * * flud_ban" but I see that this the same thins so this can be used in the bouth modes. Sorry if I upset you with something .. I din't want to be rude or something. Nice work Wcc and thx for this cool ideea. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Dec 03, 2001 2:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2001-12-02T16:53:00-04:00</updated>

		<published>2001-12-02T16:53:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2342#p2342</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2342#p2342"/>
		<title type="html"><![CDATA[Channel Flood protection...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2342#p2342"><![CDATA[
Grr:<br><div class="codebox"><p>Code: </p><pre><code>bind flud - * flud_banproc flud_ban {nick uhost hand type chan} {  if {[validchan $chan]} {    putserv "MODE $chan +b [maskhost $uhost]"}}</code></pre></div> <br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Sun Dec 02, 2001 4:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2001-12-02T16:52:00-04:00</updated>

		<published>2001-12-02T16:52:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2341#p2341</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2341#p2341"/>
		<title type="html"><![CDATA[Channel Flood protection...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2341#p2341"><![CDATA[
Sorry, you could tell by the time I was tired last night.<br><div class="codebox"><p>Code: </p><pre><code>bind flud - * flud_banproc flud_ban {nick uhost hand type chan} {  if {[validchan $chan]} {    putserv "MODE $chan +b [maskhost $uhost]"}}[code]</code></pre></div> <br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Sun Dec 02, 2001 4:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2001-12-02T08:39:00-04:00</updated>

		<published>2001-12-02T08:39:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2317#p2317</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2317#p2317"/>
		<title type="html"><![CDATA[Channel Flood protection...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2317#p2317"><![CDATA[
Btw I found a bug or something like this in this tcl. If someone do a flood on the channel kick+ban the user(s), but if is doin a flood on him:<br>---<br>TCL error [flud_ban]: illegal channel: *<br>---<br>so this meens that this is not perfect. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"> If want it perfect then you got to add some lines with the destination for channel and for bot so that he to know what to do.<br><br>He ignores the user(s) but that line comes up. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"> Thx for this ideea. I think it's neat!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Dec 02, 2001 8:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2001-12-02T08:08:00-04:00</updated>

		<published>2001-12-02T08:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2316#p2316</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2316#p2316"/>
		<title type="html"><![CDATA[Channel Flood protection...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2316#p2316"><![CDATA[
After reading the tcl-commands.doc I got to the next conlusion:<br><br>chage from:<br>--------------------<br>bind flud * flud_ban<br>--------------------<br><br>to:<br>----------------------<br>bind flud * * flud_ban <br>----------------------<br><br>and this works perfectly <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><br><br>&lt;font size=-1&gt;[ This Message was edited by: caesar on 2001-12-02 05:15 ]&lt;/font&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Dec 02, 2001 8:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2001-12-02T08:03:00-04:00</updated>

		<published>2001-12-02T08:03:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2315#p2315</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2315#p2315"/>
		<title type="html"><![CDATA[Channel Flood protection...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2315#p2315"><![CDATA[
Cool<br><br>&lt;font size=-1&gt;[ This Message was edited by: caesar on 2001-12-02 05:14 ]&lt;/font&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Dec 02, 2001 8:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2001-12-02T06:39:00-04:00</updated>

		<published>2001-12-02T06:39:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2313#p2313</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2313#p2313"/>
		<title type="html"><![CDATA[Channel Flood protection...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2313#p2313"><![CDATA[
Add this to the end of your eggdrop.conf file:<div class="codebox"><p>Code: </p><pre><code>bind flud * flud_banproc flud_ban {nick uhost hand type chan} {  putserv "MODE $chan +b [maskhost $uhost]"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Sun Dec 02, 2001 6:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-02T02:13:00-04:00</updated>

		<published>2001-12-02T02:13:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2310#p2310</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2310#p2310"/>
		<title type="html"><![CDATA[Channel Flood protection...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2310#p2310"><![CDATA[
There are a few good tcls for flood protection, besides the built in flood proctection eggdrops have, the built in flood protection is accessed with .chanset #CHANNEL flood-chan #1:#2  where as #1 being the number of lines, and #2 being in how many seconds constitutes a flood, Sentinel.tcl comes with the eggdrop package, and is in the scripts/ directory. Check it out.<p>Statistics: Posted by Guest — Sun Dec 02, 2001 2:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-02T00:36:00-04:00</updated>

		<published>2001-12-02T00:36:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2309#p2309</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2309#p2309"/>
		<title type="html"><![CDATA[Channel Flood protection...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2309#p2309"><![CDATA[
Just wanted to know how I could set my eggdrop to kickban for flood ?<br><br>Actually it just kick the flooder...<p>Statistics: Posted by Guest — Sun Dec 02, 2001 12:36 am</p><hr />
]]></content>
	</entry>
	</feed>
