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

	<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>2004-08-29T03:05:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[dr_Fell]]></name></author>
		<updated>2004-08-29T03:05:32-04:00</updated>

		<published>2004-08-29T03:05:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40345#p40345</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40345#p40345"/>
		<title type="html"><![CDATA[missing close-bracket  (repeatkick.tcl)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40345#p40345"><![CDATA[
I have found another version of that script that doesn't generate errors, but instead - isn't too efficient. Now I'm using repeatkick by slennox as You said awyeah. BTW I'm using need... works fine for me, thanks <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=5194">dr_Fell</a> — Sun Aug 29, 2004 3:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dr_Fell]]></name></author>
		<updated>2004-08-25T12:22:27-04:00</updated>

		<published>2004-08-25T12:22:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40165#p40165</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40165#p40165"/>
		<title type="html"><![CDATA[missing close-bracket  (repeatkick.tcl)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40165#p40165"><![CDATA[
thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">, it seems to be much better than tcl I was using before - I am just putting it on the server. Although script that isn't working have option of kicking for repeating similar lines, not only identical.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5194">dr_Fell</a> — Wed Aug 25, 2004 12:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-08-24T21:32:10-04:00</updated>

		<published>2004-08-24T21:32:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40138#p40138</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40138#p40138"/>
		<title type="html"><![CDATA[missing close-bracket  (repeatkick.tcl)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40138#p40138"><![CDATA[
Try the repeatkick by slennox (<a href="http://www.egghelp.org" class="postlink">www.egghelp.org</a> - My Scripts) it is fairly good and quite customizable as well!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Aug 24, 2004 9:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dr_Fell]]></name></author>
		<updated>2004-08-24T12:10:41-04:00</updated>

		<published>2004-08-24T12:10:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40114#p40114</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40114#p40114"/>
		<title type="html"><![CDATA[missing close-bracket  (repeatkick.tcl)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40114#p40114"><![CDATA[
There were another errors. I think that script isn't worth it... I'll search for other that does the same. Thank You all.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5194">dr_Fell</a> — Tue Aug 24, 2004 12:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Jil Larner]]></name></author>
		<updated>2004-08-24T10:45:16-04:00</updated>

		<published>2004-08-24T10:45:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40105#p40105</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40105#p40105"/>
		<title type="html"><![CDATA[missing close-bracket  (repeatkick.tcl)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40105#p40105"><![CDATA[
Hi,<br><br>let [channels] into foreach. I think repeatkick($chan) is defined before in the proc so when tcl wants to create an array, it can't because variable is already defined, and not with an array type. You can try to add<div class="codebox"><p>Code: </p><pre><code>unset repeatkick</code></pre></div>just before foreach() but be careful, i don't know the script so i can't say what it will do.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5337">Jil Larner</a> — Tue Aug 24, 2004 10:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dr_Fell]]></name></author>
		<updated>2004-08-23T13:14:40-04:00</updated>

		<published>2004-08-23T13:14:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40077#p40077</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40077#p40077"/>
		<title type="html"><![CDATA[missing close-bracket  (repeatkick.tcl)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40077#p40077"><![CDATA[
I thought that I should put my channelname there, becouse with original version there are errors too:<br><div class="codebox"><p>Code: </p><pre><code>foreach chan [channels] {   # --- Number of repeats before kicking[quote][/quote][19:08] Tcl error in file './eggdrop.conf':[19:08] can't set "repeatkick(#syscomp)": variable isn't array    while executing"set repeatkick($chan) 3"    ("foreach" body line 3)    invoked from within"foreach chan [channels] {   # --- Number of repeats before kicking   set repeatkick($chan) 3   # --- ..in how many seconds   set repeattime($chan)..."    (file "myscripts/repeatkick.tcl" line 33)    invoked from within"source myscripts/repeatkick.tcl"    (file "./eggdrop.conf" line 342)</code></pre></div>Could it be an error if tcl ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5194">dr_Fell</a> — Mon Aug 23, 2004 1:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-08-23T12:50:46-04:00</updated>

		<published>2004-08-23T12:50:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40074#p40074</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40074#p40074"/>
		<title type="html"><![CDATA[Re: missing close-bracket  (repeatkick.tcl)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40074#p40074"><![CDATA[
<blockquote class="uncited"><div>[#syscomp]</div></blockquote>That "#" is interpreted as the start of a comment, so the ] is seen as part of that comment and ignored.<br>What exactly are you trying to do? That foreach doesn't make sense unless you have a command called "#syscomp" that returns a list. (in that case, escape the hash using a backslash)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon Aug 23, 2004 12:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dr_Fell]]></name></author>
		<updated>2004-08-23T11:15:23-04:00</updated>

		<published>2004-08-23T11:15:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40070#p40070</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40070#p40070"/>
		<title type="html"><![CDATA[missing close-bracket  (repeatkick.tcl)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40070#p40070"><![CDATA[
Hello<br><br>I tried to install repeatkick.tcl and when I tried to restart bot I got this message:<br><div class="codebox"><p>Code: </p><pre><code>[17:09] Tcl error in file './eggdrop.conf':[17:09] missing close-bracket    while executing"foreach chan [#syscomp] {   # --- Number of repeats before kicking   set repeatkick($chan) 3   # --- ..in how many seconds   set repeattime($chan)..."    (file "myscripts/repeatkick.tcl" line 33)    invoked from within"source myscripts/repeatkick.tcl"    (file "./eggdrop.conf" line 342)[17:09] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)</code></pre></div>in line 33 brackets seem to be fine for me (but I know almost nothing about tcl...)<div class="codebox"><p>Code: </p><pre><code>foreach chan [#syscomp] {   # --- Number of repeats before kicking   set repeatkick($chan) 3   # --- ..in how many seconds   set repeattime($chan) 20   # --- Repeatkick message   set repeatmsg($chan) "Repeating"   # --- Floodkick message   set floodmsg($chan) "Flooding"   # --- Ban on any repeat    set repeatban($chan) 0   # --- Ban duration   set repeatbantime($chan) 15   # --- Repeatkick enabled/disabled (default: on)   set repeatonoff($chan) 1   # --- Floodkick enabled/disabled (default: on)   set floodonoff($chan) 1   # --- 'Character presence' tolerance   set chartolerance($chan) 90   # --- 'Positional matching' tolerance   set postolerance($chan) 45   # --- Logging of kicks (default: on)   set logging($chan) 1   # --- Timer ID   set repeattimer($chan) 0   }</code></pre></div>Maybe somebody else can tell what's wrong here ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5194">dr_Fell</a> — Mon Aug 23, 2004 11:15 am</p><hr />
]]></content>
	</entry>
	</feed>
