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

	<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>2009-08-14T07:28:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Thanhas]]></name></author>
		<updated>2009-08-14T07:28:09-04:00</updated>

		<published>2009-08-14T07:28:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89871#p89871</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89871#p89871"/>
		<title type="html"><![CDATA[on PVT flood NOtice/Msg .+ignore *!*@*.*]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89871#p89871"><![CDATA[
Thank you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>so nice of you<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8161">Thanhas</a> — Fri Aug 14, 2009 7:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-08-04T07:47:36-04:00</updated>

		<published>2009-08-04T07:47:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89742#p89742</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89742#p89742"/>
		<title type="html"><![CDATA[on PVT flood NOtice/Msg .+ignore *!*@*.*]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89742#p89742"><![CDATA[
RE: eggdrop's ignore feature<br><br>Adding *!*@* (or any ignore) to eggdrop's ignore list, will cause the bot to ignore alot more than just Private Messages/Notice. Which is why i wrote it to issue a /silence for all hosts.<br><br>To get the eggdrop to change nickname's on a flood thou, you could change the following lines<div class="codebox"><p>Code: </p><pre><code>  putquick "SILENCE +*" -next   timer 3 [list putserv "SILENCE -*"]</code></pre></div> to this <div class="codebox"><p>Code: </p><pre><code>  putquick "NICK $::altnick" -next   timer 3 [list putserv "NICK $::botnick"]</code></pre></div> and add the following line <div class="codebox"><p>Code: </p><pre><code> global botnick altnick</code></pre></div> below <div class="codebox"><p>Code: </p><pre><code>proc silence:flud {nick host hand type chan} {</code></pre></div>RE: origional topic<br><br>It may be possible to creat a simple flood control going from the <strong class="text-strong">raw</strong> bind of PRIVMSG &amp; NOTICE, and getting eggdrop to <strong class="text-strong">return 1</strong> if the flood control is triggered. This will cause eggdrop not to process these events (would be a shot in the dark to assume that this will casue eggdrop to not get flooded.) As the Docs said thou, <blockquote class="uncited"><div>If the proc returns 1, Eggdrop will not process the line any further (this could cause unexpected behavior in some cases).</div></blockquote>Source: <a href="http://www.eggheads.org/support/egghtml/1.6.19/tcl-commands.html#binda" class="postlink">http://www.eggheads.org/support/egghtml ... html#binda</a><br><br>Do you use sentinel.tcl (spell) TCL Script by slennox? i belive this has a great feature for protecting the eggdrop againsts "private" floods, thats simlar to the possible "work around" mentioned above.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Tue Aug 04, 2009 7:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thanhas]]></name></author>
		<updated>2009-08-03T13:10:53-04:00</updated>

		<published>2009-08-03T13:10:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89734#p89734</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89734#p89734"/>
		<title type="html"><![CDATA[on PVT flood Notice/Msg .+ignore *!*@*.*]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89734#p89734"><![CDATA[
Thank you but my Topic is still open anyhow if is not possible make itsnick chnage? if any one flooded x lines change nick it self?<br><br>but ignore will work more.<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8161">Thanhas</a> — Mon Aug 03, 2009 1:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-08-03T13:07:14-04:00</updated>

		<published>2009-08-03T13:07:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89733#p89733</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89733#p89733"/>
		<title type="html"><![CDATA[on PVT flood NOtice/Msg .+ignore *!*@*.*]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89733#p89733"><![CDATA[
All Protetion4.5 TCL last time i checked has personal protection for eggdrop, that includes setting usermodes on the eggdrop client to protect it when its flooded. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_idea.gif" width="15" height="15" alt=":idea:" title="Idea"><br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_arrow.gif" width="15" height="15" alt=":arrow:" title="Arrow"> the <strong class="text-strong">/silence +*</strong> will tell the server to ignore all private messages/notices <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> and shouldn't change whats seen on the channel by eggdrop. (dont quote me on that, dont use dalnet)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Mon Aug 03, 2009 1:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thanhas]]></name></author>
		<updated>2009-08-03T00:25:46-04:00</updated>

		<published>2009-08-03T00:25:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89725#p89725</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89725#p89725"/>
		<title type="html"><![CDATA[on PVT flood NOtice/Msg .+ignore *!*@*.*]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89725#p89725"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind flud - * silence:fludproc silence:flud {nick host hand type chan} { if {![string equal -nocase "pub" "$type"]} {  putquick "SILENCE +*" -next  timer 3 [list putserv "SILENCE -*"]  return 0 }}</code></pre></div> I dont know if this will work for the notice flood, but everytime there is a flood (i.e msg flood) that is not on the channel (aka a text flood) the bot will send /silence +* and remove it after 3 mins, take from <a href="http://www.dalnethelpdesk.com/documentation/index.php?action=view_doc&amp;doc=Dalnet_Private_Flood_Protection.html" class="postlink">Dalnet Help Desk</a></div></blockquote><br>Good try thank you but there are alot of people who know how to make for notice too and my aim is just IGNORE +* on Private/Notice and Private/Msg not on channel flood for channel flood i have All Protetion4.5 TCL. i need Prrivate Protection. when someone flood on his PM he try ignoring one by one IPs of flooder which cases excced flood i need one PM flood ignore *!*@*.* for x minutes<br><br>Thankyou<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8161">Thanhas</a> — Mon Aug 03, 2009 12:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-08-02T18:38:32-04:00</updated>

		<published>2009-08-02T18:38:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89723#p89723</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89723#p89723"/>
		<title type="html"><![CDATA[on PVT flood NOtice/Msg .+ignore *!*@*.*]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89723#p89723"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind flud - * silence:fludproc silence:flud {nick host hand type chan} { if {![string equal -nocase "pub" "$type"]} {  putquick "SILENCE +*" -next  timer 3 [list putserv "SILENCE -*"]  return 0 }}</code></pre></div> I dont know if this will work for the notice flood, but everytime there is a flood (i.e msg flood) that is not on the channel (aka a text flood) the bot will send /silence +* and remove it after 3 mins, take from <a href="http://www.dalnethelpdesk.com/documentation/index.php?action=view_doc&amp;doc=Dalnet_Private_Flood_Protection.html" class="postlink">Dalnet Help Desk</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Sun Aug 02, 2009 6:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Daedalus]]></name></author>
		<updated>2009-08-02T17:22:54-04:00</updated>

		<published>2009-08-02T17:22:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89722#p89722</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89722#p89722"/>
		<title type="html"><![CDATA[on PVT flood NOtice/Msg .+ignore *!*@*.*]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89722#p89722"><![CDATA[
<blockquote class="uncited"><div>NO when 300 nicks come to flood it wont help i need such thing if any buddy have time make for me i dontmind if it take a week <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>Tanks</div></blockquote>Doesn't dalnet have a way of throttling joins?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9095">Daedalus</a> — Sun Aug 02, 2009 5:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thanhas]]></name></author>
		<updated>2009-08-02T12:28:00-04:00</updated>

		<published>2009-08-02T12:28:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89721#p89721</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89721#p89721"/>
		<title type="html"><![CDATA[on PVT flood NOtice/Msg .+ignore *!*@*.*]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89721#p89721"><![CDATA[
NO when 300 nicks come to flood it wont help i need such thing if any buddy have time make for me i dontmind if it take a week <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>Tanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8161">Thanhas</a> — Sun Aug 02, 2009 12:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-08-02T12:19:10-04:00</updated>

		<published>2009-08-02T12:19:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89719#p89719</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89719#p89719"/>
		<title type="html"><![CDATA[on PVT flood NOtice/Msg .+ignore *!*@*.*]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89719#p89719"><![CDATA[
I would think the <strong class="text-strong">flood-msg</strong> settings would be enough to prevent this, and the eggdrop should ignore the flooder anyway.<br><blockquote class="uncited"><div>set flood-msg &lt;messages&gt;:&lt;seconds&gt; - Set here how many msgs in how many seconds from one host constitutes a flood. If you set this to 0:0, msg flood protection will be disabled</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Sun Aug 02, 2009 12:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Thanhas]]></name></author>
		<updated>2009-08-02T01:14:36-04:00</updated>

		<published>2009-08-02T01:14:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=89717#p89717</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=89717#p89717"/>
		<title type="html"><![CDATA[on PVT flood NOtice/Msg .+ignore *!*@*.*]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=89717#p89717"><![CDATA[
Hello,<br><br>i am using Dalnet and i am Founder of #Chataway channel<br>people have pain in ass doing flood on my Channel but its fine BOTs can control it. but when the flood Gose to PM of bot it give hard time which is <strong class="text-strong">"Exceed Flood"</strong> what i need is on notice/msg flood to the PM of BOT it shuold do ignore Global msges/notices  <strong class="text-strong">.+ignore *!*@*.*</strong> and after x minute .<strong class="text-strong">-ignore *!*@*.*</strong> <br><br>Thanks in advance.<br><br>Best Regards<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8161">Thanhas</a> — Sun Aug 02, 2009 1:14 am</p><hr />
]]></content>
	</entry>
	</feed>
