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

	<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>2002-09-09T10:42:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-09T10:42:09-04:00</updated>

		<published>2002-09-09T10:42:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10693#p10693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10693#p10693"/>
		<title type="html"><![CDATA[also looking for a lineflood.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10693#p10693"><![CDATA[
hehe np <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Mon Sep 09, 2002 10:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mackenzie]]></name></author>
		<updated>2002-09-09T10:40:39-04:00</updated>

		<published>2002-09-09T10:40:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10692#p10692</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10692#p10692"/>
		<title type="html"><![CDATA[also looking for a lineflood.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10692#p10692"><![CDATA[
yup...my faulth....<br><br>was forgotten to save the last code....<br><br>sowwie  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br><br><br>many tnx for your help this works nice tnx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1661">Mackenzie</a> — Mon Sep 09, 2002 10:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-09T10:35:28-04:00</updated>

		<published>2002-09-09T10:35:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10691#p10691</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10691#p10691"/>
		<title type="html"><![CDATA[also looking for a lineflood.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10691#p10691"><![CDATA[
that script works. I'v tetested it and it does exactly as u wanted. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>*it checks the max length of the line(total chars, excluding whitespace)<br>*it checks <span style="text-decoration:underline">every</span> word in a line and kicks if the word is longer than the max wordlength...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Mon Sep 09, 2002 10:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mackenzie]]></name></author>
		<updated>2002-09-09T09:59:43-04:00</updated>

		<published>2002-09-09T09:59:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10690#p10690</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10690#p10690"/>
		<title type="html"><![CDATA[also looking for a lineflood.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10690#p10690"><![CDATA[
ellew papillon,<br><br>this part works nice<br><div class="codebox"><p>Code: </p><pre><code>bind pubm - * longword set wordlength "15" proc longword {nick uhost hand chan text} {   global wordlength linelength   set l [join [split $text] ""]   if {[string length $l] &gt; "$linelength"}  {     putkick $chan $nick "long line: line length [string length $l] chars"     return </code></pre></div><br>but i taught when this part controls every word on a line it can catch the lineflood to<br><br>example: "this is superformidable"<br><br>word "this" (control characters=4 nothing happend goes to next word)<br>         "is"   (control characters=2 nothing happend goes to next word)<br>superformidable (control characters=15 kick )<br><br>or next example the lineflood: xxxxxxxxxxxxxxx  (controle characters=15 kick)<br><br>i think it works with a sort of "loop" (just guessing  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> )<br><br>i try all the codes out, look how they are build...then i can see what's happening...<br><br>tnx<br>Mack<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1661">Mackenzie</a> — Mon Sep 09, 2002 9:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-08T07:51:41-04:00</updated>

		<published>2002-09-08T07:51:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10649#p10649</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10649#p10649"/>
		<title type="html"><![CDATA[also looking for a lineflood.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10649#p10649"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pubm - * longword set wordlength "20"set linelength "100"proc longword {nick uhost hand chan text} {   global wordlength linelength  set l [join [split $text] ""]   if {[string length $l] &gt; "$linelength"}  {     putkick $chan $nick "long line: line length [string length $l] chars"     return   }   if {[llength [split $text]] &gt; 1} {     set al [split $text]     foreach l $al {       regsub { } $l {} n       if {[string length $n] &gt; "$wordlength"}  {         putkick $chan $nick "long line: word length [string length $n] chars"       }     }   } } </code></pre></div>this has been tested, and it works<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sun Sep 08, 2002 7:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mackenzie]]></name></author>
		<updated>2002-09-08T07:29:44-04:00</updated>

		<published>2002-09-08T07:29:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10648#p10648</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10648#p10648"/>
		<title type="html"><![CDATA[also looking for a lineflood.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10648#p10648"><![CDATA[
euh...what do you mean?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1661">Mackenzie</a> — Sun Sep 08, 2002 7:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-08T07:20:48-04:00</updated>

		<published>2002-09-08T07:20:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10647#p10647</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10647#p10647"/>
		<title type="html"><![CDATA[also looking for a lineflood.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10647#p10647"><![CDATA[
it should, change the max linelength and wordlength e.g. line: 100 chars  word: 30 chars<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sun Sep 08, 2002 7:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mackenzie]]></name></author>
		<updated>2002-09-08T06:39:59-04:00</updated>

		<published>2002-09-08T06:39:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10643#p10643</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10643#p10643"/>
		<title type="html"><![CDATA[also looking for a lineflood.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10643#p10643"><![CDATA[
nope<br><br>it don't check every word....<br><br><br>[12:39] &lt;Mackenzie&gt; ttttttttttttttttttttttttttttttttttttttttttttttttttt<br>[12:39] *** U bent buitengekegeld door Wallace (long line: line length 51 chars)<br>*** Rejoined #stabroek<br>[12:39] &lt;Mackenzie&gt; ttttttttttttttttttttttttttt tttttttttttttttttttttttt<br>[12:39] *** U bent buitengekegeld door Wallace (long line: line length 51 chars)<br>*** Rejoined #stabroek<br><br>Mack<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1661">Mackenzie</a> — Sun Sep 08, 2002 6:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-08T06:28:06-04:00</updated>

		<published>2002-09-08T06:28:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10642#p10642</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10642#p10642"/>
		<title type="html"><![CDATA[also looking for a lineflood.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10642#p10642"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pubm - * longword proc longword {nick uhost hand chan text} {   set l [join [split $text] ""]   if {[string length $l] &gt; 50}  {     putkick $chan $nick "long line: line length [string length $l] chars"     return   }   if {[llength [split $text]] &gt; 1} {     set al [split $text]     foreach l $al {       regsub { } $l {} n       if {[string length $n] &gt; 50}  {         putkick $chan $nick "long line: word length [string length $text] chars"       }     }   }}</code></pre></div>dunno what I was thinking! this should do what u want, just messed up some variables <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> I'd suggest u change the length of the "max length on words" , cause if not the word checking will be pretty useless<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sun Sep 08, 2002 6:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mackenzie]]></name></author>
		<updated>2002-09-08T06:08:53-04:00</updated>

		<published>2002-09-08T06:08:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10641#p10641</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10641#p10641"/>
		<title type="html"><![CDATA[also looking for a lineflood.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10641#p10641"><![CDATA[
got the solution....when you see the example:<br><br>[11:46] &lt;D12BiTcH&gt; flowerkeeeeeeeeeeeeeeuuuuuuuuuuuuuuuhhhhhhhhhhhhh Jeeeeeeeeeeuuuuuuuuuhhhhhh!!!!!!!!!! xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxjeeeeeeuuuuuuuuuuuzzzzzz!!!!!!!!! :pppppp<br>[11:46] *** D12BiTcH was kicked by @BotNick (lineflood: 63)<br><br>the bot kicks on the last part...(63 characters)<br><br>the tcl checq every word...counts every word on a line for characters...<br>when a word reach 50 characters then kick<br><br>when it don't reach the 50 characters it checq the next word<br><br>is that possibel?<br><br>Mack<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1661">Mackenzie</a> — Sun Sep 08, 2002 6:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mackenzie]]></name></author>
		<updated>2002-09-07T20:03:56-04:00</updated>

		<published>2002-09-07T20:03:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10633#p10633</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10633#p10633"/>
		<title type="html"><![CDATA[also looking for a lineflood.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10633#p10633"><![CDATA[
i think how it must work<br><br>when somebody set a line flood like<br><br>XXXXXXXXXXXXXXXXXXX (50 characters)<br>de bot will kick at this moment.<br><br>but when somebody type long lines normally tekst the bot will also kick on 50 characters...<br><br>i think when it is possibel to have a good lineflood kicker...the tcl must check every word in a line....and when in that line a word is larger then example 20 characters...then a kick.... (cause some people misled the bot with xxxx xxxxxxxxxxxxxxxxxxxxxx)<br><br>that part of x x x x x x x x x x x x x x is not possibel to check i guess at this point....or the bot must count the characters on that line (not the spaces) and kick this manner at example on a count of 20 characters....<br><br>i know it is difficult to make but is that manner not better? and who can help me with that kind of tcl<br><br>greetz<br>Mack<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1661">Mackenzie</a> — Sat Sep 07, 2002 8:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mackenzie]]></name></author>
		<updated>2002-09-07T14:21:40-04:00</updated>

		<published>2002-09-07T14:21:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10624#p10624</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10624#p10624"/>
		<title type="html"><![CDATA[also looking for a lineflood.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10624#p10624"><![CDATA[
don't know yet....<br><br>bot starts up but can't join the servers  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><br><br>access denied<br><br>think we must reboot the linuxbox<br><br>i shall repport when i can connect again<br><br><br>Mack<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1661">Mackenzie</a> — Sat Sep 07, 2002 2:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-07T13:33:15-04:00</updated>

		<published>2002-09-07T13:33:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10623#p10623</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10623#p10623"/>
		<title type="html"><![CDATA[also looking for a lineflood.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10623#p10623"><![CDATA[
oops ... my fault <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>did it work?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sat Sep 07, 2002 1:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mackenzie]]></name></author>
		<updated>2002-09-07T13:29:21-04:00</updated>

		<published>2002-09-07T13:29:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10622#p10622</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10622#p10622"/>
		<title type="html"><![CDATA[also looking for a lineflood.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10622#p10622"><![CDATA[
found it...i think<br><div class="codebox"><p>Code: </p><pre><code>bind pubm - * longword proc longword {nick uhost hand chan text} {   set l [join [split $text] ""]   if {[string length $l] &gt; 50}  {     putkick $chan $nick "long line: line length [string length $l] chars"     return   }   if {[llength [split $text]] &gt; 1} {     set al [split $text]     foreach l $al {       regsub { } $al {} n       if {[string length $al] &gt; 50}  {       putkick $chan $nick "long line: word length [string length $text] chars"     }   } } }put extra closebrace at the end</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1661">Mackenzie</a> — Sat Sep 07, 2002 1:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mackenzie]]></name></author>
		<updated>2002-09-07T12:52:17-04:00</updated>

		<published>2002-09-07T12:52:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10621#p10621</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10621#p10621"/>
		<title type="html"><![CDATA[also looking for a lineflood.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10621#p10621"><![CDATA[
[18:50] Tcl error in file 'g-force.conf':<br>[18:50] missing close-brace<br>    while executing<br>"proc longword {nick uhost hand chan text}"<br>    (file "scripts/lineflood.tcl" line 3)<br>    invoked from within<br>"source scripts/lineflood.tcl"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1661">Mackenzie</a> — Sat Sep 07, 2002 12:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
