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

	<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-02-26T08:30:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-02-26T08:30:18-04:00</updated>

		<published>2005-02-26T08:30:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46962#p46962</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46962#p46962"/>
		<title type="html"><![CDATA[Warn +f users when they flood]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46962#p46962"><![CDATA[
I think its small "f" not big "F". Small "f" = friend flag in eggdrops.<br><br>You can also use something like this:<br><br>Bind on flud. You can use the wildcard "*" for all or specify which type you would want to use, join, ctcp, chan, msg and etc.<br><div class="codebox"><p>Code: </p><pre><code>if {[matchattr $hand f|f $chan]} {     putserv "KICK $chan $nick :flood type: $type flood"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Feb 26, 2005 8:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Burke]]></name></author>
		<updated>2005-02-22T00:13:42-04:00</updated>

		<published>2005-02-22T00:13:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46843#p46843</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46843#p46843"/>
		<title type="html"><![CDATA[Warn +f users when they flood]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46843#p46843"><![CDATA[
i read in tcl doc: flags are ignored (bind flud)<br><br>for future info why bind flud in not usefull have a look:<br><a href="http://forum.egghelp.org/viewtopic.php?t=9191" class="postlink">http://forum.egghelp.org/viewtopic.php?t=9191</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5969">Burke</a> — Tue Feb 22, 2005 12:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-02-13T17:38:01-04:00</updated>

		<published>2005-02-13T17:38:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46584#p46584</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46584#p46584"/>
		<title type="html"><![CDATA[Warn +f users when they flood]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46584#p46584"><![CDATA[
bind flud F<br>will trigger on floods from persons having global +F<br>bind flud F|F<br>will trigger on floods from persons having global +F <strong class="text-strong">or</strong> channel +F<br><br>as people having not +F will not trigger the return 1, they will be normally punished. to make it clear 1 more time: this trigger, trigger only built in floods, not any provided by TCLs like sentinel, repeat, etc.. They need extra editing so far as they are loaded.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Feb 13, 2005 5:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-02-13T14:27:15-04:00</updated>

		<published>2005-02-13T14:27:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46579#p46579</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46579#p46579"/>
		<title type="html"><![CDATA[Warn +f users when they flood]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46579#p46579"><![CDATA[
no, this will only trigger on +F users.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Feb 13, 2005 2:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HecKel]]></name></author>
		<updated>2005-02-13T12:32:28-04:00</updated>

		<published>2005-02-13T12:32:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46577#p46577</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46577#p46577"/>
		<title type="html"><![CDATA[Warn +f users when they flood]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46577#p46577"><![CDATA[
If I place anythis like this:<div class="codebox"><p>Code: </p><pre><code>bind flud F * flood_control(...)</code></pre></div>and an user doesn't had that flag, the egg kicks/ban as usualy?<br><br>tnks HecKel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5906">HecKel</a> — Sun Feb 13, 2005 12:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-13T05:43:54-04:00</updated>

		<published>2005-02-13T05:43:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46569#p46569</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46569#p46569"/>
		<title type="html"><![CDATA[Warn +f users when they flood]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46569#p46569"><![CDATA[
If your +f friends are flooding then maybe you should consider removing their +f flag from them and let them be dealt by the bot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sun Feb 13, 2005 5:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-02-12T21:33:46-04:00</updated>

		<published>2005-02-12T21:33:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46563#p46563</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46563#p46563"/>
		<title type="html"><![CDATA[Warn +f users when they flood]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46563#p46563"><![CDATA[
i dont think that would be that easy, since +f will exclude them from flood control. If you use only intern flood control (not via .tcl) you could set up a user defined flag like +F (case matters) and bind to flud like<div class="codebox"><p>Code: </p><pre><code>bind flud F|F * friendwarning</code></pre></div>. if you return the proc with 1 the bot will not punish the user. read more about return values and binds in... figure what... the documentation <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz">. however, the user will be punished from any tcl scripts if you remove the real +f (which would be necessary for my suggestion), so you would have to change all one by one to add a special threatment for +F.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat Feb 12, 2005 9:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HecKel]]></name></author>
		<updated>2005-02-12T21:23:53-04:00</updated>

		<published>2005-02-12T21:23:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46562#p46562</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46562#p46562"/>
		<title type="html"><![CDATA[Warn +f users when they flood]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46562#p46562"><![CDATA[
I want to make a tcl that warn +f users whem they flood(chan, kick, join, nick, etc) and say the type of flood, like this:<br><br><strong class="text-strong">Lammer, don't flood here (flood type: join flood)</strong><br><br>tnks HecKel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5906">HecKel</a> — Sat Feb 12, 2005 9:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
