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

	<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-07-11T07:49:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[sinistergentoo]]></name></author>
		<updated>2005-07-11T07:49:24-04:00</updated>

		<published>2005-07-11T07:49:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52244#p52244</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52244#p52244"/>
		<title type="html"><![CDATA[need help with an auto kickban script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52244#p52244"><![CDATA[
beautiful. thank you so much. so far, works perfectly. ill fine tune it when i get home from work today. thank again for all the help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6459">sinistergentoo</a> — Mon Jul 11, 2005 7:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-11T06:21:30-04:00</updated>

		<published>2005-07-11T06:21:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52238#p52238</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52238#p52238"/>
		<title type="html"><![CDATA[need help with an auto kickban script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52238#p52238"><![CDATA[
This should kick whoever repeats *.mp3 5 or more times in 30 or less seconds:<div class="codebox"><p>Code: </p><pre><code>bind pubm - *.mp3 mp3:repeatproc mp3:repeat {nick uhost hand chan arg} { global mp3r if {![info exists mp3r($uhost:$chan)]} { set mp3r($uhost:$chan) 0 } incr mp3r($uhost:$chan) utimer 30 [list incr mp3r($uhost:$chan) -1] if {$mp3r($uhost:$chan) &gt;= 5} {  putkick $chan $nick "Do not repeat."  pushmode $chan +b *!*@[lindex [split $uhost @] 1]  timer 15 [list pushmode $chan -b *!*@[lindex [split $uhost @] 1]] }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Jul 11, 2005 6:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-11T03:22:46-04:00</updated>

		<published>2005-07-11T03:22:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52228#p52228</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52228#p52228"/>
		<title type="html"><![CDATA[need help with an auto kickban script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52228#p52228"><![CDATA[
well, to be frank, it doesn't make much sense to me to allow repeat flood of anything but one particular text mask; that being said, it is certainly possible to modify repeat.tcl in such way<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Jul 11, 2005 3:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sinistergentoo]]></name></author>
		<updated>2005-07-11T02:02:41-04:00</updated>

		<published>2005-07-11T02:02:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52221#p52221</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52221#p52221"/>
		<title type="html"><![CDATA[need help with an auto kickban script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52221#p52221"><![CDATA[
correct. in other words, if someone pastes 5 lines ending in .mp3 (example, !nick song.mp3) in less than 30 seconds, i want the script to kickban them for a specific amount of time. i dont know if that makes sense or not, just let me know<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6459">sinistergentoo</a> — Mon Jul 11, 2005 2:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-11T00:13:56-04:00</updated>

		<published>2005-07-11T00:13:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52217#p52217</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52217#p52217"/>
		<title type="html"><![CDATA[need help with an auto kickban script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52217#p52217"><![CDATA[
you want to allow repeating of anything but lines ending with .mp3?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Jul 11, 2005 12:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sinistergentoo]]></name></author>
		<updated>2005-07-10T22:27:15-04:00</updated>

		<published>2005-07-10T22:27:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52215#p52215</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52215#p52215"/>
		<title type="html"><![CDATA[need help with an auto kickban script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52215#p52215"><![CDATA[
i dl'ed a repeatkick script, which looks like it will work, if i only knew how to make it check for lines ending in .mp3  if someone knows how to edit it <a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=293" class="postlink">here</a> is the link to the actual tar.gz  i know its a bit much, but like previously said, i have NO idea what im doing editing tcl scripts. thanks again for all the help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6459">sinistergentoo</a> — Sun Jul 10, 2005 10:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-09T12:50:57-04:00</updated>

		<published>2005-07-09T12:50:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52110#p52110</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52110#p52110"/>
		<title type="html"><![CDATA[need help with an auto kickban script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52110#p52110"><![CDATA[
Yeah I use md5 in the repeat proc in allfloodprotection and I also strip control codes from the message (suggested by De Kus), but I use utimers <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> although timestamps would be better as you said.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jul 09, 2005 12:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-09T12:13:36-04:00</updated>

		<published>2005-07-09T12:13:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52102#p52102</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52102#p52102"/>
		<title type="html"><![CDATA[need help with an auto kickban script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52102#p52102"><![CDATA[
<blockquote class="uncited"><div>demond I don't think there is a repeat script that only checks for one-after-another repeats, most of these scripts check for the repeat in a certain period of time so I'm sure he can find a quality script <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> sinistergentoo how about you try slennox's repeat script?</div></blockquote>now that you mentioned it, I bothered to download and take a look at repeat.tcl by slennox; indeed, it has the functionality I talked about, and I would have written it roughly the same way, with two notable exceptions - I'd  store not the phrase itself but md5 hashed key of it (should save memory), also instead of utimers (you know I dislike utimers) I'd keep a timestamp (of course periodically cleaning up older records)<br><br>I'd imagine that's very good and useful anti-repeat script, certainly one that covers the needs of this thread's originator<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Jul 09, 2005 12:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-09T05:15:24-04:00</updated>

		<published>2005-07-09T05:15:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52083#p52083</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52083#p52083"/>
		<title type="html"><![CDATA[need help with an auto kickban script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52083#p52083"><![CDATA[
demond I don't think there is a repeat script that only checks for one-after-another repeats, most of these scripts check for the repeat in a certain period of time so I'm sure he can find a quality script <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> sinistergentoo how about you try slennox's repeat script?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jul 09, 2005 5:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-09T01:06:07-04:00</updated>

		<published>2005-07-09T01:06:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52072#p52072</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52072#p52072"/>
		<title type="html"><![CDATA[need help with an auto kickban script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52072#p52072"><![CDATA[
a quality anti-repeat script should do; I don't know if such scripts in the archive have any quality or/and the functionality you need, but you could at least try and see for yourself<br><br>if it turns out there's nothing suitable for you, let us know<br><br>P.S. by "quality anti-repeat" I mean a script that keeps track of identical lines said over a short period of time, not necessarily immediately one after another (again, I have no idea if such script exists, I normally don't use and/or review other people's botscripts)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Jul 09, 2005 1:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sinistergentoo]]></name></author>
		<updated>2005-07-08T23:59:05-04:00</updated>

		<published>2005-07-08T23:59:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52070#p52070</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52070#p52070"/>
		<title type="html"><![CDATA[need help with an auto kickban script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52070#p52070"><![CDATA[
its for my mp3 channel. i just want it to kickban them if there are more than 4 lines of <br><br>!nick blah.mp3<br><br>within 30 seconds of each other.  so if there are 5 in 30 seconds, kickban them. fairly simple, i think, but i havent found anything for it<br><br>EDIT<br><br>still searching the tcl archive, but nothing yet<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6459">sinistergentoo</a> — Fri Jul 08, 2005 11:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-08T23:55:29-04:00</updated>

		<published>2005-07-08T23:55:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52069#p52069</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52069#p52069"/>
		<title type="html"><![CDATA[need help with an auto kickban script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52069#p52069"><![CDATA[
what kind of requests?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Jul 08, 2005 11:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sinistergentoo]]></name></author>
		<updated>2005-07-08T23:52:28-04:00</updated>

		<published>2005-07-08T23:52:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52068#p52068</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52068#p52068"/>
		<title type="html"><![CDATA[need help with an auto kickban script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52068#p52068"><![CDATA[
i looked in there and havent found anything, unless im searching for the wrong thing. i tried auto kickban and just kickban with nothing like what i need. i hope im not just that stupid <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6459">sinistergentoo</a> — Fri Jul 08, 2005 11:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-07-08T23:49:04-04:00</updated>

		<published>2005-07-08T23:49:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52067#p52067</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52067#p52067"/>
		<title type="html"><![CDATA[need help with an auto kickban script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52067#p52067"><![CDATA[
search the <a href="http://www.egghelp.org/tcl.htm" class="postlink">Tcl Archive</a> for repeat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Fri Jul 08, 2005 11:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sinistergentoo]]></name></author>
		<updated>2005-07-08T23:45:45-04:00</updated>

		<published>2005-07-08T23:45:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52066#p52066</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52066#p52066"/>
		<title type="html"><![CDATA[need help with an auto kickban script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52066#p52066"><![CDATA[
i have been trying to find an auto kickban script for months now that will set a kickban if there are more than 4 requests made in 30 seconds. i know i need to learn TCL, but i REALLY have no time to learn it, or i would, so if there is anyone out there hwo knows/has one of these scripts, i would be greatly appreciative if you shared it. thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6459">sinistergentoo</a> — Fri Jul 08, 2005 11:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
