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

	<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>2026-02-24T18:53:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[hm2k]]></name></author>
		<updated>2008-01-22T10:06:21-04:00</updated>

		<published>2008-01-22T10:06:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80262#p80262</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80262#p80262"/>
		<title type="html"><![CDATA[botpack error..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80262#p80262"><![CDATA[
Appears to be similar to harry.tcl...<br><br><div class="codebox"><p>Code: </p><pre><code>proc xindex {xr xr1} { return [join [lrange [split $xr] $xr1 $xr1]]}proc xrange {xr xr1 xr2} { return [join [lrange [split $xr] $xr1 $xr2]]}</code></pre></div>Relates to this post also: <a href="http://forum.egghelp.org/viewtopic.php?p=70207" class="postlink">http://forum.egghelp.org/viewtopic.php?p=70207</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8177">hm2k</a> — Tue Jan 22, 2008 10:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-03-23T21:50:56-04:00</updated>

		<published>2007-03-23T21:50:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71554#p71554</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71554#p71554"/>
		<title type="html"><![CDATA[botpack error..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71554#p71554"><![CDATA[
A quick search for 'xindex' and 'xrange' shows a couple of scripts that define them as custom procs, one is a  filesharing script, another is a hub/relay script..  Neither seem to apply in this case.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Fri Mar 23, 2007 9:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-03-22T23:27:08-04:00</updated>

		<published>2007-03-22T23:27:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71515#p71515</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71515#p71515"/>
		<title type="html"><![CDATA[botpack error..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71515#p71515"><![CDATA[
<blockquote class="uncited"><div>I did i got this:<br><div class="codebox"><p>Code: </p><pre><code>&lt;eggdrop&gt; illegal channel option: 115&lt;eggdrop&gt; Tcl Error: while executing&lt;eggdrop&gt; Tcl Error: "channel set [xindex $arg 1] $s"&lt;eggdrop&gt; Tcl Error:  ("foreach" body line 3)&lt;eggdrop&gt; Tcl Error:  invoked from within&lt;eggdrop&gt; Tcl Error: "foreach s [lrange $arg 2 end] {</code></pre></div></div></blockquote>You still haven't posted the whole code, we can't help you unless we see the whole script (of course, what you've posted is not near to "whole").<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Mar 22, 2007 11:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[flexboy]]></name></author>
		<updated>2026-02-24T18:52:40-04:00</updated>

		<published>2007-03-22T22:04:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71507#p71507</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71507#p71507"/>
		<title type="html"><![CDATA[botpack error..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71507#p71507"><![CDATA[
...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8677">flexboy</a> — Thu Mar 22, 2007 10:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-03-22T21:52:18-04:00</updated>

		<published>2007-03-22T21:52:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71504#p71504</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71504#p71504"/>
		<title type="html"><![CDATA[botpack error..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71504#p71504"><![CDATA[
There is NO such thing as "xindex".<br><br><a href="http://www.tcl.tk/man/tcl8.4/TclCmd/" class="postlink">http://www.tcl.tk/man/tcl8.4/TclCmd/</a><br><br>And what was posted was definitely not the "full" script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Mar 22, 2007 9:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[flexboy]]></name></author>
		<updated>2026-02-24T18:53:53-04:00</updated>

		<published>2007-03-22T21:49:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71503#p71503</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71503#p71503"/>
		<title type="html"><![CDATA[botpack error..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71503#p71503"><![CDATA[
...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8677">flexboy</a> — Thu Mar 22, 2007 9:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-03-22T20:49:45-04:00</updated>

		<published>2007-03-22T20:49:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71501#p71501</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71501#p71501"/>
		<title type="html"><![CDATA[botpack error..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71501#p71501"><![CDATA[
Full script? try loading that and tell me if it works <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Mar 22, 2007 8:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[flexboy]]></name></author>
		<updated>2026-02-24T18:53:44-04:00</updated>

		<published>2007-03-22T19:04:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71493#p71493</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71493#p71493"/>
		<title type="html"><![CDATA[botpack error..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71493#p71493"><![CDATA[
...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8677">flexboy</a> — Thu Mar 22, 2007 7:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-03-22T18:40:09-04:00</updated>

		<published>2007-03-22T18:40:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71491#p71491</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71491#p71491"/>
		<title type="html"><![CDATA[botpack error..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71491#p71491"><![CDATA[
What's [xindex] and what's $arg?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Mar 22, 2007 6:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[flexboy]]></name></author>
		<updated>2026-02-24T18:53:16-04:00</updated>

		<published>2007-03-22T18:10:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71489#p71489</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71489#p71489"/>
		<title type="html"><![CDATA[botpack error..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71489#p71489"><![CDATA[
...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8677">flexboy</a> — Thu Mar 22, 2007 6:10 pm</p><hr />
]]></content>
	</entry>
	</feed>
