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

	<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>2005-01-14T05:28:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-01-14T05:28:09-04:00</updated>

		<published>2005-01-14T05:28:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45376#p45376</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45376#p45376"/>
		<title type="html"><![CDATA[sentinel does not ban flooder after channel locked.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45376#p45376"><![CDATA[
There are IRCD's out there with built in flood protection and throttling.<br><br>I know UltimateIRCD and Unreal3.2 Both have nick change throttling to stop those dastardly bots nick flooding. You can also stop people from nick changing in your channel with a channel mode flag. Plus you can define how the server deals with channel floods on a per channel basis. You can even get the channels to strip colours deny ctcp commands as well. There are addon modules too, spread across the net which could replace sentinel but that takes effort and some people just prefur to use eggdrops, as I do <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Fri Jan 14, 2005 5:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[slennox]]></name></author>
		<updated>2005-01-14T01:32:20-04:00</updated>

		<published>2005-01-14T01:32:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45367#p45367</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45367#p45367"/>
		<title type="html"><![CDATA[sentinel does not ban flooder after channel locked.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45367#p45367"><![CDATA[
<blockquote class="uncited"><div>I wonder if there maybe some kind of solution to this?</div></blockquote>Proper human monitoring; perhaps it's my fault for not making it clear enough that sentinel is not a panacea and doesn't replace real people keeping an eye on the channel, something I'd written a few times in drafts years ago but never added to the already long-winded documentation.<br><br>The sentinel method for tracking flooders and kicking/banning was conceived six years ago, and subsequent versions are basically refinements of it. It was never intended the script would deal with merely "annoying" floods like plain text, but respond to "dangerous" floods that previously would have caused users and bots to disappear from the channel en masse, which were often a prelude to a takeover. Having the script automatically kick and ban users wasn't originally intended either; that convenience feature was added because it could be done and would be kind of neat, in violation of my own view that reactive scripts weaken the bot's defence. Most floods, at least those of yesteryear, relied on client reactions for their effectiveness (tip: you can completely disable the kicking/banning system by setting sl_ban to 0, though most people can't resist the convenience).<br><br>Some might have expected by now that a budding scripter would have created a more advanced script, probably based on much more detailed tracking of individual users, but if such an implementation exists it hasn't been made public. My own expectation was that, by now, ircd developers would have implemented solutions on their side, making scripts like sentinel redundant. Since that doesn't appear to have happened yet, there is room for a redesigned flood protection script. But creating a good flood protection script requires everyday experience with real-world floods, something I haven't had in years, so you'll need to look to some new motivated and altruistic scripter to do it. The best I can do is tweak sentinel around the edges, when I get around to it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13034">slennox</a> — Fri Jan 14, 2005 1:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mog]]></name></author>
		<updated>2005-01-11T19:24:43-04:00</updated>

		<published>2005-01-11T19:24:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45290#p45290</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45290#p45290"/>
		<title type="html"><![CDATA[sentinel does not ban flooder after channel locked.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45290#p45290"><![CDATA[
<blockquote class="uncited"><div>Hmm, is that what this non-banning issue is about? sentinel can get away with banning every non-op who does a CTCP, join-part, and so on during a flood because that's relatively uncommon. Non-flooders sending text during a flood happens a lot, so banning in that case would result in a lot of "collateral damage". The TEXT flood detector was only implemented to detect any type of flood sentinel.tcl wouldn't otherwise watch for by putting a cap on the total number of messages that can be sent to the channel.</div></blockquote>I see what you mean, and sure, I wouldn't want it to ban the people who happen to be talking while there is a flood; although in my experience, innocent chatters only usually get one or two lines of text in during a flood (I'm not sure, perhaps the script could take this into account to help distinguish between then flooders and innocent users).<br><br>However I would expect it to have some way of being able to identify who the user was that caused the flood, even if it was only ever able to detect one person that caused the flood at a time. It would at least slowly weed out the flooders that were still in the channel as the script was triggered again.<br><br>Having the script lock the channel, and then unlock the channel again without taking any action seems ineffective to me. As there will just be a vicious cycle of channel locks and floods. I have seen a number of occasions when flooders have exploited this fact in order to flood a channel. I wonder if there maybe some kind of solution to this?<br><br>With thanks,<br>mog<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5798">mog</a> — Tue Jan 11, 2005 7:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[slennox]]></name></author>
		<updated>2005-01-10T11:30:07-04:00</updated>

		<published>2005-01-10T11:30:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45240#p45240</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45240#p45240"/>
		<title type="html"><![CDATA[sentinel does not ban flooder after channel locked.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45240#p45240"><![CDATA[
Hmm, is that what this non-banning issue is about? sentinel can get away with banning every non-op who does a CTCP, join-part, and so on during a flood because that's relatively uncommon. Non-flooders sending text during a flood happens a lot, so banning in that case would result in a lot of "collateral damage". The TEXT flood detector was only implemented to detect any type of flood sentinel.tcl wouldn't otherwise watch for by putting a cap on the total number of messages that can be sent to the channel.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13034">slennox</a> — Mon Jan 10, 2005 11:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dotslasher]]></name></author>
		<updated>2005-01-10T11:01:44-04:00</updated>

		<published>2005-01-10T11:01:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45238#p45238</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45238#p45238"/>
		<title type="html"><![CDATA[sentinel does not ban flooder after channel locked.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45238#p45238"><![CDATA[
well it isnt kicking  :p on TEXT floods<br><br>example: <br><blockquote class="uncited"><div>[15:56:25] [sdf618]: bsdgfsdfsqsd qsd qsdqsdqdlkqskl<br>[15:56:25] [sdf5919]: bsdgfsdfsqsd qsd qsdqsdqdlkqskl<br>[15:56:25] [sdf7056]: bsdgfsdfsqsd qsd qsdqsdqdlkqskl<br>[15:56:25] [sdf6250]: bsdgfsdfsqsd qsd qsdqsdqdlkqskl<br>[15:56:25] [sdf7651]: bsdgfsdfsqsd qsd qsdqsdqdlkqskl<br>[15:56:25] [sdf3587]: bsdgfsdfsqsd qsd qsdqsdqdlkqskl<br>[15:56:25] [a7868]: bsdgfsdfsqsd qsd qsdqsdqdlkqskl<br>[15:56:25] [sdf6636]: bsdgfsdfsqsd qsd qsdqsdqdlkqskl<br>[15:56:26] [sdf3301]: bsdgfsdfsqsd qsd qsdqsdqdlkqskl<br>[15:56:26] [sdf554]: bsdgfsdfsqsd qsd qsdqsdqdlkqskl<br>[15:56:26] [sdf5831]: bsdgfsdfsqsd qsd qsdqsdqdlkqskl<br>[15:56:26] [sdf7777]: bsdgfsdfsqsd qsd qsdqsdqdlkqskl<br>[15:56:26] [sdf863]: bsdgfsdfsqsd qsd qsdqsdqdlkqskl<br>[15:56:26] ::: Mode: (Sarevok) sets (+mi)<br>[15:56:27] -Sarevok@#pfft- Channel locked temporarily due to flood, sorry for any inconvenience this may cause <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":-)" title="Smile"></div></blockquote>and thats it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3637">dotslasher</a> — Mon Jan 10, 2005 11:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-01-10T10:53:47-04:00</updated>

		<published>2005-01-10T10:53:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45236#p45236</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45236#p45236"/>
		<title type="html"><![CDATA[sentinel does not ban flooder after channel locked.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45236#p45236"><![CDATA[
It's supposed to kick/ban them. The order (from memory) is setting +im and then setting the bans while kicking them out. I also have the repeat section of netbots enabled (which also helps). From your settings, all should be working properly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Jan 10, 2005 10:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dotslasher]]></name></author>
		<updated>2005-01-10T10:43:24-04:00</updated>

		<published>2005-01-10T10:43:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45235#p45235</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45235#p45235"/>
		<title type="html"><![CDATA[sentinel does not ban flooder after channel locked.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45235#p45235"><![CDATA[
well it bans on nick, ctcp and join floods, but it doesnt kick/ban on TEXT flood, it only locks the channel. Or is it designed to do that?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3637">dotslasher</a> — Mon Jan 10, 2005 10:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-01-10T08:21:27-04:00</updated>

		<published>2005-01-10T08:21:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45230#p45230</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45230#p45230"/>
		<title type="html"><![CDATA[sentinel does not ban flooder after channel locked.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45230#p45230"><![CDATA[
<blockquote class="uncited"><div>[22:16] &lt;Enfield&gt; [07:16] #Alchera# sentinel<br>[22:16] &lt;Enfield&gt; This bot is protected by sentinel.tcl by slennox<br>[22:16] &lt;Enfield&gt; Current settings<br>[22:16] &lt;Enfield&gt; - Bot CTCP flood: 5 in 30 secs<br>[22:16] &lt;Enfield&gt; - Bot MSG flood: 6 in 20 secs<br>[22:16] &lt;Enfield&gt; - Channel CTCP flood: 5 in 20 secs<br>[22:16] &lt;Enfield&gt; - Channel AVALANCHE flood: 6 in 20 secs<br>[22:16] &lt;Enfield&gt; - Channel TSUNAMI flood: 6 in 20 secs (10 ctrl codes / line)<br>[22:16] &lt;Enfield&gt; - Channel TEXT flood: 80 in 30 secs<br>[22:16] &lt;Enfield&gt; - Channel BOGUS flood: 4 in 20 secs<br>[22:16] &lt;Enfield&gt; - Channel JOIN-PART flood: Off<br>[22:16] &lt;Enfield&gt; - Channel NICK flood: 6 in 20 secs<br>[22:16] &lt;Enfield&gt; - Channel +i locktime: 120 secs<br>[22:16] &lt;Enfield&gt; - Channel +m locktime: 60 secs<br>[22:16] &lt;Enfield&gt; - Small flood short lock: Active<br>[22:16] &lt;Enfield&gt; - Channel flood bans: 24 hrs<br>[22:16] &lt;Enfield&gt; - Bogus username bans: 24 hrs<br>[22:16] &lt;Enfield&gt; - Ban type: Channel-specific *!*<a href="mailto:nick@host.domain">nick@host.domain</a><br>[22:16] &lt;Enfield&gt; - Maximum bans: 100<br>[22:16] &lt;Enfield&gt; - Flooder ignores: 4 hrs<br>[22:16] &lt;Enfield&gt; - Kicks per line: 1<br>[22:16] &lt;Enfield&gt; - Maximum channel bans: 19<br>[22:16] &lt;Enfield&gt; - Flood notification: Off<br>[22:16] &lt;Enfield&gt; - Public lc/uc commands: Enabled (+o users, ops required)<br>[22:16] &lt;Enfield&gt; - BitchX simulation: On</div></blockquote>The above settings work 100% on DALnet (bahamut) and under UltimateIRCd. DALnet is prone (more than most networks) to tsunami/avalanche channel floods.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Jan 10, 2005 8:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dotslasher]]></name></author>
		<updated>2005-01-10T05:34:24-04:00</updated>

		<published>2005-01-10T05:34:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45223#p45223</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45223#p45223"/>
		<title type="html"><![CDATA[sentinel does not ban flooder after channel locked.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45223#p45223"><![CDATA[
iv ran it on 2 of my 1.6.17 eggies and they dont ban.<br><br>i have also a question:<br><br>after the channel is being locked (+mi) why doesnt it kick or ban the people who TEXT-FLOODED the channel?<br><br>settings: <blockquote class="uncited"><div>[10:32:09] [Beholder]: This bot is protected by sentinel.tcl by slennox<br>[10:32:09] [Beholder]: Current settings<br>[10:32:09] [Beholder]: - Bot CTCP flood: 5 in 30 secs<br>[10:32:09] [Beholder]: - Bot MSG flood: 6 in 20 secs<br>[10:32:09] [Beholder]: - Channel CTCP flood: 5 in 15 secs<br>[10:32:09] [Beholder]: - Channel AVALANCHE flood: 6 in 25 secs<br>[10:32:09] [Beholder]: - Channel TSUNAMI flood: 6 in 25 secs (10 ctrl codes / line)<br>[10:32:09] [Beholder]: - Channel TEXT flood: 20 in 30 secs<br>[10:32:09] [Beholder]: - Channel BOGUS flood: 4 in 20 secs<br>[10:32:09] [Beholder]: - Channel JOIN-PART flood: 6 in 20 secs (quit detection OFF)<br>[10:32:09] [Beholder]: - Channel NICK flood: 6 in 20 secs<br>[10:32:09] [Beholder]: - Channel +i locktime: 300 secs<br>[10:32:09] [Beholder]: - Channel +m locktime: 90 secs<br>[10:32:09] [Beholder]: - Small flood short lock: Active<br>[10:32:09] [Beholder]: - Channel flood bans: 60 mins<br>[10:32:09] [Beholder]: - Bogus username bans: 60 mins<br>[10:32:09] [Beholder]: - Ban type: Global *!*@host.domain<br>[10:32:09] [Beholder]: - Maximum bans: 100<br>[10:32:10] [Beholder]: - Flooder ignores: 4 hrs<br>[10:32:10] [Beholder]: - Kicks per line: 1<br>[10:32:10] [Beholder]: - Maximum channel bans: 19<br>[10:32:10] [Beholder]: - Flood notification: Notifying dotslash<br>[10:32:10] [Beholder]: - Public lc/uc commands: Enabled (+o users, ops required)<br>[10:32:10] [Beholder]: - BitchX simulation: Off</div></blockquote>and whats the difference between avalance and tsunami flooding? they hardly ever get triggered.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3637">dotslasher</a> — Mon Jan 10, 2005 5:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-12-21T18:09:10-04:00</updated>

		<published>2004-12-21T18:09:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44336#p44336</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44336#p44336"/>
		<title type="html"><![CDATA[sentinel does not ban flooder after channel locked.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44336#p44336"><![CDATA[
I have 29 1.6.17's running netbots (latest version) and I've not noticed any problems with sentinel to date.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Dec 21, 2004 6:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[slennox]]></name></author>
		<updated>2004-12-21T10:37:44-04:00</updated>

		<published>2004-12-21T10:37:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44303#p44303</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44303#p44303"/>
		<title type="html"><![CDATA[sentinel does not ban flooder after channel locked.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44303#p44303"><![CDATA[
A couple of people have reported a similar problem recently by e-mail; maybe one of those reports is yours. Might be coincidence or might be related to 1.6.17. Haven't had time to look into it.<br><br>Can anyone running sentinel confirm that it <em class="text-italics">is</em> setting bans with 1.6.17? I assume I'd be getting more reports if it were a general problem rather than one that appears under specific circumstances.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13034">slennox</a> — Tue Dec 21, 2004 10:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mog]]></name></author>
		<updated>2004-12-18T19:47:00-04:00</updated>

		<published>2004-12-18T19:47:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44146#p44146</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44146#p44146"/>
		<title type="html"><![CDATA[sentinel does not ban flooder after channel locked.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44146#p44146"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>Maximum bans: 100<br>Maximum channel bans: 19<br>Small flood short lock: Active<br>Flood notification: Off</div></blockquote>Unless your network actually permits a channel ban list in excess of 19 I'd suggest setting it to just 19.<br><br>Possibly also:<div class="codebox"><p>Code: </p><pre><code>.chanset #chan -enforcebans +dynamicbans</code></pre></div></div></blockquote>It does permit ban lists greater than 19. Also, this configuration is just a general setup that I am using to test the problem. Thank you for your input anyway though.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5798">mog</a> — Sat Dec 18, 2004 7:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-12-18T18:50:31-04:00</updated>

		<published>2004-12-18T18:50:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44145#p44145</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44145#p44145"/>
		<title type="html"><![CDATA[sentinel does not ban flooder after channel locked.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44145#p44145"><![CDATA[
<blockquote class="uncited"><div>Maximum bans: 100<br>Maximum channel bans: 19<br>Small flood short lock: Active<br>Flood notification: Off</div></blockquote>Unless your network actually permits a channel ban list in excess of 19 I'd suggest setting it to just 19.<br><br>Possibly also:<div class="codebox"><p>Code: </p><pre><code>.chanset #chan -enforcebans +dynamicbans</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Dec 18, 2004 6:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mog]]></name></author>
		<updated>2004-12-18T16:35:12-04:00</updated>

		<published>2004-12-18T16:35:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44144#p44144</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44144#p44144"/>
		<title type="html"><![CDATA[sentinel does not ban flooder after channel locked.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44144#p44144"><![CDATA[
Of course... Please note that the 'text flood' setting is only set so low to make it easier to trigger the locking script when I was testing. The others are pretty much left at their defaults.<br><br>- Bot CTCP flood:           5 in 30 secs<br>- Bot MSG flood:            6 in 20 secs<br>- Channel CTCP flood:       5 in 20 secs<br>- Channel AVALANCHE flood:  6 in 20 secs<br>- Channel TSUNAMI flood:    6 in 20 secs (10 ctrl odes / line)<br>- Channel TEXT flood:       10 in 30 secs<br>- Channel BOGUS flood:      4 in 20 secs<br>- Channel JOIN-PART flood:  6 in 20 secs (quit detection OFF)<br>- Channel NICK flood:       6 in 20 secs<br>- Channel +i locktime:      120 secs<br>- Channel +m locktime:      60 secs<br>- Small flood short lock:   Inactive<br>- Channel flood bans:       24 hrs<br>- Bogus username bans:      24 hrs<br>- Ban type:                 Channel-specific *!*<a href="mailto:nick@host.domain">nick@host.domain</a><br>- Maximum bans:             80<br>- Flooder ignores:          4 hrs<br>- Kicks per line:           1<br>- Maximum channel bans:     60<br>- Flood notification:       Notifying YourNick<br>- Public lc/uc commands:    Enabled (+o users, ops required)<br>- BitchX simulation:        On<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5798">mog</a> — Sat Dec 18, 2004 4:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-12-17T15:05:08-04:00</updated>

		<published>2004-12-17T15:05:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44107#p44107</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44107#p44107"/>
		<title type="html"><![CDATA[sentinel does not ban flooder after channel locked.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44107#p44107"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>sl_ban  (default: 1440)  Length of time in minutes to ban channel flooders. This makes the bot perform kicks and bans on flooders after the channel lock. For the most effective protection, you should disable this on at least one bot.  Valid settings: 0 to disable, otherwise 1 or higher.</code></pre></div>It would be helpful if you were to post your sentinel settings [<strong class="text-strong">.sentinel</strong>].  With so many different facets of floods being covered by sentinel's scripting, it is vital to carefully read <em class="text-italics">components.txt</em> from start to finish  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Fri Dec 17, 2004 3:05 pm</p><hr />
]]></content>
	</entry>
	</feed>
