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

	<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-01-04T10:41:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-01-04T10:41:38-04:00</updated>

		<published>2003-01-04T10:41:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14886#p14886</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14886#p14886"/>
		<title type="html"><![CDATA[Join flood problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14886#p14886"><![CDATA[
Thanks for explaining a bit mate, got the hang of it now =)<p>Statistics: Posted by Guest — Sat Jan 04, 2003 10:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-01-03T07:15:29-04:00</updated>

		<published>2003-01-03T07:15:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14830#p14830</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14830#p14830"/>
		<title type="html"><![CDATA[Join flood problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14830#p14830"><![CDATA[
One of the things you have to watch out for in eggdrop, is load order.<br><br>First off.<br><br>global-flood-join is used as a global setting, for any new channels created via .+chan in the partyline, or channels in the config file, whitout any specific settings.<br><br>In the config file, the setting used in the channel section, are for use of first creation.<br><br><strong class="text-strong">Load order:</strong><br><br>When eggdrop loads up, it will read it's config file. In this, any channels are loaded int his file, and the channel file and what not are named/set.<br><br>After this, the channel files is loaded, which will change any values within the config file, to those set in this file, thus overiding it.<br><br>Simply make the changes in the partyline with ".chanset"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Jan 03, 2003 7:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-01-03T05:36:14-04:00</updated>

		<published>2003-01-03T05:36:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14823#p14823</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14823#p14823"/>
		<title type="html"><![CDATA[Join flood problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14823#p14823"><![CDATA[
set global-flood-chan 30:60<br>set global-flood-deop 3:10<br>set global-flood-kick 3:10<br>set global-flood-join 0:0<br>set global-flood-ctcp 3:60<br>set global-flood-nick 20:10<br>set global-aop-delay 5:30<br>set global-idle-kick 0<br>set global-chanmode "nt"<br>set global-stopnethack-mode 0<br>set global-revenge-mode 0<br>set global-ban-time 1<br>set global-exempt-time 60<br>set global-invite-time 60<br><br>set global-chanset {<br>        -autoop         -autovoice<br>        -bitch          +cycle<br>        +dontkickops    +dynamicbans<br>        +dynamicexempts +dynamicinvites<br>        -enforcebans    +greet<br>        -inactive       -nodesynch<br>        -protectfriends +protectops<br>        -revenge        -revengebot<br>        -secret         -seen<br>        +shared         +statuslog<br>        +userbans       +userexempts<br>        +userinvites    -protecthalfops<br>        -autohalfop  <br>}<br><br>    channel add #somechan {<br>      chanmode "+nts-likm"<br>      idle-kick 0<br>      stopnethack-mode 0<br>      revenge-mode 0  <br>      ban-time 1<br>      exempt-time 60 <br>      invite-time 60  <br>      aop-delay 5:30 <br>      need-op { putserv "PRIVMSG #somechan :op me, I'm the channel bot!" }<br>      need-invite { putserv "PRIVMSG #somechan :let me in!" }<br>      need-key { putserv "PRIVMSG #somechan :let me in!" }<br>      need-unban { putserv "PRIVMSG #somechan :let me in!" }<br>      need-limit { putserv "PRIVMSG #somechan :let me in!" }<br>      flood-chan 30:60<br>      flood-deop 3:10<br>      flood-kick 3:10<br>      flood-join 0:0<br>      flood-ctcp 3:60<br>      flood-nick 20:10<br>    }<br><br>loadmodule dns<br>loadmodule channels<br>loadmodule server<br>loadmodule ctcp<br>loadmodule irc<br>loadmodule notes<br>loadmodule console<br>loadmodule blowfish<br>loadmodule uptime<br><br>source scripts/alltools.tcl<br>source scripts/action.fix.tcl<br>source scripts/compat.tcl<br>source scripts/userinfo.tcl<br><br><br>that's all I use.<p>Statistics: Posted by Guest — Fri Jan 03, 2003 5:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-01-02T21:19:57-04:00</updated>

		<published>2003-01-02T21:19:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14804#p14804</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14804#p14804"/>
		<title type="html"><![CDATA[Join flood problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14804#p14804"><![CDATA[
It may be possible that it's not just eggdrops own flood protection, and that of a script you are running.<br><br>On top, where are you actualy changing these settings, as you may be doing this in the wrong place.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Jan 02, 2003 9:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-01-02T19:34:35-04:00</updated>

		<published>2003-01-02T19:34:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=14800#p14800</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=14800#p14800"/>
		<title type="html"><![CDATA[Join flood problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=14800#p14800"><![CDATA[
As usual, there's a pretty good chance I should rtfm once again, or maybe I'm just plain stupid. Please bear with me.<br><br>I can't get my bot to stop bankick people for join floods. I've tried setting the values to both 0:0 and 100:1, both global and chan, fiddled with revenge mode etc. etc. but it just ignores me.<br><br>And yes, I really want to turn this off, it's not a normal "protective" bot.<br><br><br>Please, any ideas are appriciated. This is somewhat frustrating.<br>/Hamlet<p>Statistics: Posted by Guest — Thu Jan 02, 2003 7:34 pm</p><hr />
]]></content>
	</entry>
	</feed>
