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

	<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-03-28T11:30:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-03-28T11:30:00-04:00</updated>

		<published>2002-03-28T11:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5749#p5749</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5749#p5749"/>
		<title type="html"><![CDATA[http 2.3]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5749#p5749"><![CDATA[
The next error you presented is due to an old version of Tcl.<br><br>In newer versions, the "string" command, has more built-in sub-functions, equals being one of them.<br><br>The only cure is upgrading your Tcl version<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Mar 28, 2002 11:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2002-03-26T07:29:00-04:00</updated>

		<published>2002-03-26T07:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5698#p5698</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5698#p5698"/>
		<title type="html"><![CDATA[http 2.3]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5698#p5698"><![CDATA[
<blockquote class="uncited"><div>On 2002-03-25 20:18, dehd wrote:<br>something i just noticed....<br>when in the partyline, and a person does<br>!imdb movie name , comes thru the partyline &lt;hr&gt;<br>[20:05] Tcl error [imdb_handler]: bad option "equal": must be compare,.....<br>[snip]<br>&lt;hr&gt;<br>heh. any tcl'ers around :Þ<br></div></blockquote>It will help if you give a link to the location of the script you are running. The imdb script at <a href="http://www.botcentral.net/tclscripts/1_fj.htm" class="postlink">http://www.botcentral.net/tclscripts/1_fj.htm</a><br>probably is different from the one you are using.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Tue Mar 26, 2002 7:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-25T23:18:00-04:00</updated>

		<published>2002-03-25T23:18:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5693#p5693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5693#p5693"/>
		<title type="html"><![CDATA[http 2.3]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5693#p5693"><![CDATA[
something i just noticed....<br>when in the partyline, and a person does<br>!imdb movie name , comes thru the partyline &lt;hr&gt;<br>[20:05] Tcl error [imdb_handler]: bad option "equal": must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart<br>&lt;hr&gt;<br>heh. any tcl'ers around :Þ<br><p>Statistics: Posted by Guest — Mon Mar 25, 2002 11:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-25T22:21:00-04:00</updated>

		<published>2002-03-25T22:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5692#p5692</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5692#p5692"/>
		<title type="html"><![CDATA[http 2.3]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5692#p5692"><![CDATA[
i actually had the same problem, but i seen ppslim's post and picked up the http.tcl, and got it into my conf file. the bot IS up and functional. <br>!imdb does list the help commands. but<br>!imdb movie does nothing.<br><br>any idea's??<br><br><br><p>Statistics: Posted by Guest — Mon Mar 25, 2002 10:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-01-22T23:02:00-04:00</updated>

		<published>2002-01-22T23:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3990#p3990</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3990#p3990"/>
		<title type="html"><![CDATA[http 2.3]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3990#p3990"><![CDATA[
Your script requires the http package provided with Tcl. This allows it to download web-pages.<br><br>The problem here is, that the http package is not available. This usualy occurs when the systems admin removes it, or your using an old version of Tcl.<br><br>If you are using Tcl 8.1 or higher, you can download <a href="http://www.ppslim.ukshells.co.uk/netbots/http.tcl" class="postlink">this script</a>.<br><br>This is the actual http package. You should save it in the bots script dir, and add this line to the config file.<blockquote class="uncited"><div>source scripts/http.tcl</div></blockquote>Note: This line should be above the line<blockquote class="uncited"><div>source scripts/imdb.tcl</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Jan 22, 2002 11:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-22T13:41:00-04:00</updated>

		<published>2002-01-22T13:41:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3975#p3975</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3975#p3975"/>
		<title type="html"><![CDATA[http 2.3]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3975#p3975"><![CDATA[
i got this error when i tried to run a TCL script.  this should be easy to fix for someone who knows what they are doing.<br><br>TCL error in file 'PiSO.conf':<br>can't find package http 2.3<br>    while executing<br>"package require http 2.3"<br>    (file "scripts/imdb.tcl" line 28)<br>    invoked from within<br>"source scripts/imdb.tcl"<br>    (file "PiSO.conf" line 114)<br>[07:24] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br><br>help<br><p>Statistics: Posted by Guest — Tue Jan 22, 2002 1:41 pm</p><hr />
]]></content>
	</entry>
	</feed>
