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

	<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>2006-02-12T06:04:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-02-12T06:04:58-04:00</updated>

		<published>2006-02-12T06:04:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60339#p60339</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60339#p60339"/>
		<title type="html"><![CDATA[Join-part need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60339#p60339"><![CDATA[
sure, just add after<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG X :ban $chan *!*@[lindex [split $uhost @] 1] 100 100 Join/part flood" </code></pre></div>this:<div class="codebox"><p>Code: </p><pre><code>putquick "MODE $chan +r" -nextutimer 60 [list putquick "MODE $chan -r" -next]</code></pre></div>and should do what you wanted.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Feb 12, 2006 6:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[silverboy]]></name></author>
		<updated>2006-02-11T22:43:24-04:00</updated>

		<published>2006-02-11T22:43:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60323#p60323</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60323#p60323"/>
		<title type="html"><![CDATA[Join-part need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60323#p60323"><![CDATA[
Thanxxxxxxxxxxxxx that script was great but can u make it +r for 60 secs when it detects a revolving door flood...I really get irritated when the chan banlist gets full ( 45 bans ) but when the bot bans via X it can add ard 300 bans<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7362">silverboy</a> — Sat Feb 11, 2006 10:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-02-11T07:19:14-04:00</updated>

		<published>2006-02-11T07:19:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60303#p60303</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60303#p60303"/>
		<title type="html"><![CDATA[Join-part need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60303#p60303"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>setudef flag rdoorbind part * * revolving:doorproc revolving:door {nick uhost hand chan txt} {  if {![channel get $chan rdoor] || ![botisop $chan] || ![onchan X $chan]} return  if {[unixtime] - [getchanjoin $nick $chan] &lt;= 60} {    putserv "PRIVMSG X :ban $chan *!*@[lindex [split $uhost @] 1] 100 100 Join/part flood"  }}</code></pre></div>Just '.chanset #channel +/-rdoor' to activate/deactivate it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Feb 11, 2006 7:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[silverboy]]></name></author>
		<updated>2006-02-11T06:44:16-04:00</updated>

		<published>2006-02-11T06:44:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60302#p60302</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60302#p60302"/>
		<title type="html"><![CDATA[Join-part need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60302#p60302"><![CDATA[
Can anyone help me convert this mrc to a tcl ??? plzzz <br><div class="codebox"><p>Code: </p><pre><code>ON @*:PART:#:{  IF ($nick isop #) { RETURN }  SET -u60 %rd. [ $+ [ $chan ] $+ . $+ [ $nick ] ] $calc( %rd. [ $+ [ $chan ] $+ . $+ [ $nick ] ] + 1 )  ; This just sets a variable: %rd.#channel.nick to keep track of the nbr of joins in 60secs  IF ( %rd. [ $+ [ $chan ] $+ . $+ [ $nick ] ] &gt;= 2) {    ; This if statement checks to see if the variable is &gt;= 4, theif  x isop $chan { msg x ban $chan $nick $read(kicks.txt) 100 100 Join/part flood  }  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7362">silverboy</a> — Sat Feb 11, 2006 6:44 am</p><hr />
]]></content>
	</entry>
	</feed>
