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

	<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>2003-08-13T01:25:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-08-13T01:25:51-04:00</updated>

		<published>2003-08-13T01:25:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24807#p24807</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24807#p24807"/>
		<title type="html"><![CDATA[Newbie help please on flood settings]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24807#p24807"><![CDATA[
Also the 0:0 will disable it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Aug 13, 2003 1:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-08-12T13:38:14-04:00</updated>

		<published>2003-08-12T13:38:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24779#p24779</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24779#p24779"/>
		<title type="html"><![CDATA[Newbie help please on flood settings]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24779#p24779"><![CDATA[
also in DCC chat or Telnet<br>do a <strong class="text-strong">.chaninfo</strong><br><br>notice:<blockquote class="uncited"><div>flood settings: chan ctcp join kick deop nick<br>number:            1     1     1     1     1     1<br>time :                1     1     1     1     1     1</div></blockquote>u can edit them by <strong class="text-strong">.chanset</strong><br>for example: .chanset #channel flood-chan 1:1 (how manny messages:how manny seconds)<br>or .chanset #channel flood-ctcp 1:1 ...etc (conclude flood-join flood-kick flood-deop and flood-nick)<br><br>also, in chaninfo, u can see: <strong class="text-strong">+dontkickops</strong> which is the setting to exempt the ops from the eggdrop kicks. if its -dontkickops then do a .chanset #channel +dontkickops<br><br>as for the TCL scripts, if u want to exampt some f users or voices or ops.<br><br>u have to read tcl-commands.doc in your doc/ eggdrop's dir.<br>see the commands like <strong class="text-strong">isop</strong>, <strong class="text-strong">isvoice</strong>, <strong class="text-strong">matchattr</strong><br><br>example: <strong class="text-strong">if {[isvoice $nick $chan]} {return 0}</strong> (doesn't apply if nick is voiced)<br>or <strong class="text-strong">if {[matchattr $nick f|f $chan]} {return 0}</strong> (doesn't apply if nick has +f flag)<br>the variables depend on the input of the proc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Aug 12, 2003 1:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2003-08-12T12:52:48-04:00</updated>

		<published>2003-08-12T12:52:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24776#p24776</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24776#p24776"/>
		<title type="html"><![CDATA[Newbie help please on flood settings]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24776#p24776"><![CDATA[
cmk wrote:<blockquote class="uncited"><div>Something about files resetting when zipped </div></blockquote>That is definitely a test from him, lol because I never heard of a file being changed (let alone having its settings reset) when it's zipped. Zipped files contain exactly the same information they did before being compressed. They just contain it in a different way so as to occupy less space.<br><br>About the flood settings, there are 6 types of floods eggdrop detects:<br><br>1) Main channel flood by a given nick means how many lines a nick is allowed to type on the main within a given period of time before getting kicked.<br>Syntax: set flood-chan lines:time-interval<br>Example: set flood-chan 7:10 (means 7 lines in 10 seconds)<br><br>2) Deop flood means how many operators can be deopped by another operator in a given interval of time before the bot kicks him/her.<br>Syntax: set flood-deop deops:time-interval<br>Example set flood-deop 3:10 (means 3 deops in 10 seconds)<br><br>3) Kick flood means how many nicks an operator is allowed to kick in a given interval of time before the bot kicks him/her.<br>Syntax: set flood-kick kicks:time-interval<br>Example: set flood-kick 10:15 (means 10 kicks in 15 seconds)<br><br>4) Join flood means how many nicks from the same host are allowed to join the channel in a given interval of time before the bot kicks them.<br>Syntax: set flood-join joins:time-interval<br>Example: set flood-join 3:10 (means 3 joins from the same host in 10 seconds)<br><br>5) Ctcp Flood means how many channel ctcps from the same person are allowed in a given interval of time before the bot kicks them.<br>Syntax: set flood-ctcp ctcps:time-interval<br>Example: set flood-ctcp 5:15 (5 ctcps in 15 seconds)<br><br>6) Nick Flood means how many nick changes from the same host are allowed in a given interval of time before the bot kicks them.<br>Syntax: set flood-nick nick-changes:time-interval<br>Example: set flood-nick 4:10 (4 nick changes from same host in 10 seconds)<br><br>You can set all these in the bot configuration file (they are already explained there). Good luck.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Tue Aug 12, 2003 12:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-12T07:07:51-04:00</updated>

		<published>2003-08-12T07:07:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24751#p24751</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24751#p24751"/>
		<title type="html"><![CDATA[Newbie help please on flood settings]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24751#p24751"><![CDATA[
On the grand scale of things I'm pretty new to mIRC. I OP in a channel but my knowledge is still a little on the limited side. We had a situation were our main bot was offline for a day so the 'users' it was set to ban etc were getting through and had to be sorted manually. This obvious became a pain so we decided that there should be a backup bot for when the main one wasn't around.<br><br>The problem is I've got the backup and it seems to run ok but not with full capabilities. Our channel boss sent me the files and talked through the setup etc and all went well. He then said that because all the settings weren't in place when he zipped the files to send I'd need to make some changes. Something about files resetting when zipped which I found a little weird but it might be a test on his part  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> .<br><br>Anyway he said that I need to "read how to set the flood so he (the bot) doesnt kick everybody" so here I am.<br><br>My knowledge of Eggdrop is next to nothing so I'm looking for some kind person to help me out here without getting too technical if possible.<br><br>Thanks in advance for the help.<p>Statistics: Posted by Guest — Tue Aug 12, 2003 7:07 am</p><hr />
]]></content>
	</entry>
	</feed>
