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

	<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>2012-03-13T09:38:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[arvent]]></name></author>
		<updated>2012-03-13T09:38:28-04:00</updated>

		<published>2012-03-13T09:38:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99018#p99018</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99018#p99018"/>
		<title type="html"><![CDATA[Text flood     kick or ban (Solved)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99018#p99018"><![CDATA[
Thank You! Works great and do really nice job.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11937">arvent</a> — Tue Mar 13, 2012 9:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2008-01-11T06:14:02-04:00</updated>

		<published>2008-01-11T06:14:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79954#p79954</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79954#p79954"/>
		<title type="html"><![CDATA[Text flood     kick or ban (Solved)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79954#p79954"><![CDATA[
Thank you all! It works fine.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Fri Jan 11, 2008 6:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zircon]]></name></author>
		<updated>2008-01-11T03:28:49-04:00</updated>

		<published>2008-01-11T03:28:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79953#p79953</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79953#p79953"/>
		<title type="html"><![CDATA[Text flood     kick or ban (Solved)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79953#p79953"><![CDATA[
I think you should replace <div class="codebox"><p>Code: </p><pre><code>putkick "$c $n flood_texte"</code></pre></div>by <div class="codebox"><p>Code: </p><pre><code>putkick $c $n "flood_texte"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8115">Zircon</a> — Fri Jan 11, 2008 3:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2008-01-10T20:18:35-04:00</updated>

		<published>2008-01-10T20:18:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79947#p79947</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79947#p79947"/>
		<title type="html"><![CDATA[Text flood     kick or ban (Solved)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79947#p79947"><![CDATA[
Tx! Now it does what I wanted it to do; kick et ban the offender.<br>But here is what I noticed.<br><br>1 - The eggdrop kicks the user using a default comment.<br><br>2 - Then ban the user<br><br>[20:17:18] &lt;eggdrop&gt; [20:17:23] Tcl error [flud:ban]: wrong # args: should be "putkick channel nick?s? ?comment?"<br><br>[20:17:19] * |nick was kicked by eggdrop (flood)<br>[20:17:20] * eggdrop sets mode: +b *!<a href="mailto:userid@complete.address">userid@complete.address</a><br><br><br>Actual TCL reads as follows:<div class="codebox"><p>Code: </p><pre><code>bind flud - pub flud:banproc flud:ban { n u h t c } {   putserv "mode $c +b *!$u"   putkick "$c $n flood_texte" }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Thu Jan 10, 2008 8:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zircon]]></name></author>
		<updated>2008-01-10T17:18:37-04:00</updated>

		<published>2008-01-10T17:18:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79941#p79941</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79941#p79941"/>
		<title type="html"><![CDATA[Text flood     kick or ban (Solved)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79941#p79941"><![CDATA[
I think DragnLord means { instead of (. So replace <div class="codebox"><p>Code: </p><pre><code>proc flud:ban ( n u h t c } { </code></pre></div> by <div class="codebox"><p>Code: </p><pre><code>proc flud:ban { n u h t c } { </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8115">Zircon</a> — Thu Jan 10, 2008 5:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2008-01-10T17:10:56-04:00</updated>

		<published>2008-01-10T17:10:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79940#p79940</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79940#p79940"/>
		<title type="html"><![CDATA[Text flood     kick or ban (Solved)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79940#p79940"><![CDATA[
We removed " bind flud - join flud:ban " since we don't want the bot to ban for join/part yet.<br><br>Here is what I am getting when trying to load that tcl:<br><br>[15:36:14] Tcl error in file 'egg.config':<br>[15:36:14] wrong # args: should be "proc name args body"<br>    while executing<br>"proc flud:ban ( n u h t c } {<br>  putserv "mode $c +b *!$u"<br>  putkick "$c $n flood texte"<br>}"<br>    (file "scripts/banfloodtext.tcl" line 4)<br>    invoked from within<br>"source scripts/banfloodtext.tcl"<br>    (file "egg.config" line 1368)<br>[15:36:14] * FICHIER DE CONFIGURATION NON CHARGE (INTROUVABLE OU ERREUR) ( config file not loaded )<br><br>Any ideas?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Thu Jan 10, 2008 5:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-01-09T14:51:25-04:00</updated>

		<published>2008-01-09T14:51:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79902#p79902</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79902#p79902"/>
		<title type="html"><![CDATA[Text flood     kick or ban (Solved)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79902#p79902"><![CDATA[
Read Tcl-commands.doc about the FLUD bind.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Jan 09, 2008 2:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2008-01-09T13:20:26-04:00</updated>

		<published>2008-01-09T13:20:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79900#p79900</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79900#p79900"/>
		<title type="html"><![CDATA[Text flood     kick or ban (Solved)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79900#p79900"><![CDATA[
Tx for your snippet but TCL is not my script language.<br><br>Before binding a process, shouldn't I unbind something?<br><br>Also I would appreciate if you could tell me the meaning of the following:<br>n u h t c and $c<br><br>As for the format of the ban address, which format will *!$u trigger?<br>I am looking for the following format<br>*!*@everything_which_comes_after<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Wed Jan 09, 2008 1:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-01-06T01:53:52-04:00</updated>

		<published>2008-01-06T01:53:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79840#p79840</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79840#p79840"/>
		<title type="html"><![CDATA[Text flood     kick or ban (Solved)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79840#p79840"><![CDATA[
eggdrop normally only kicks for floods, you need a script to change that behavior<div class="codebox"><p>Code: </p><pre><code>bind flud - pub flud:banbind flud - join flud:banproc flud:ban ( n u h t c } {  putserv "mode $c +b *!$u"  putkick "$c $n temp flood ban"}</code></pre></div>should work nicely for banning channel message and channel join flooders<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Sun Jan 06, 2008 1:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2008-01-05T20:03:08-04:00</updated>

		<published>2008-01-05T20:03:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79827#p79827</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79827#p79827"/>
		<title type="html"><![CDATA[Text flood     kick or ban (Solved)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79827#p79827"><![CDATA[
Undernet uses either of the following for channel status?<blockquote class="uncited"><div>@ &amp; ~ !</div></blockquote>... if so, add to the opchars variable.<br><br>A properly configured eggdrop will function 100% on any of the selected networks in the configuration file. It's internal channel protection settings will work (read kick/ban) if the various channel flood control settings are set sanely.<br><br>To alter existing channel settings the ".chanset #chan &lt;option&gt;" trigger is required.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Jan 05, 2008 8:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2008-01-05T13:23:44-04:00</updated>

		<published>2008-01-05T13:23:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79823#p79823</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79823#p79823"/>
		<title type="html"><![CDATA[Text flood     kick or ban (Solved)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79823#p79823"><![CDATA[
net-type is 2<br>max-bans 45<br>Undernet doesn't recognized +E +I<br>max-modes 45<br>Banlist never full, we have a script on another machine which takes care of that.<br>opchars "@"<br><br>set global-flood-chan 4:10<br><br>I compare both config files as recommended but I couldn't find no parameters giving me a choice to either kick or ban. This is what I'm looking for.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Sat Jan 05, 2008 1:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2008-01-04T23:14:07-04:00</updated>

		<published>2008-01-04T23:14:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79804#p79804</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79804#p79804"/>
		<title type="html"><![CDATA[Text flood     kick or ban (Solved)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79804#p79804"><![CDATA[
Recheck your settings against the defaults in eggdrop.conf. Also check that your net-type is set to 2 (Undernet).<br><br>You may also need to look at max-bans, max-exempts, max-invites,  max-modes &amp; opchars.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Jan 04, 2008 11:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2008-01-04T23:00:32-04:00</updated>

		<published>2008-01-04T23:00:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79803#p79803</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79803#p79803"/>
		<title type="html"><![CDATA[Text flood     kick or ban (Solved)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79803#p79803"><![CDATA[
It is the eggdrop's built-in flood-chan protection. We are not using the Sentinel TCL because it uses modes +mi to lock the channel. Being on Undernet, we are using mode +r. Flooders are never registered.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Fri Jan 04, 2008 11:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-01-04T21:46:45-04:00</updated>

		<published>2008-01-04T21:46:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79802#p79802</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79802#p79802"/>
		<title type="html"><![CDATA[Text flood     kick or ban (Solved)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79802#p79802"><![CDATA[
Is it a script that causing this behavior or Eggdrop's built-in flood-chan protection?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Jan 04, 2008 9:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gemeau50]]></name></author>
		<updated>2008-01-11T06:14:56-04:00</updated>

		<published>2008-01-04T21:24:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79800#p79800</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79800#p79800"/>
		<title type="html"><![CDATA[Text flood     kick or ban (Solved)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79800#p79800"><![CDATA[
Our eggdrop only kick offenders for text flood.  I cannot retrieve the parameter in the config file to make it ban.<br><br>Anyone knows how this parameter is called?<br><br>Tx in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5048">gemeau50</a> — Fri Jan 04, 2008 9:24 pm</p><hr />
]]></content>
	</entry>
	</feed>
