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

	<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-03-05T19:47:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[FuE-]]></name></author>
		<updated>2005-03-05T19:47:27-04:00</updated>

		<published>2005-03-05T19:47:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47209#p47209</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47209#p47209"/>
		<title type="html"><![CDATA[iMDB]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47209#p47209"><![CDATA[
aha tnx <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=5711">FuE-</a> — Sat Mar 05, 2005 7:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-03-05T18:14:49-04:00</updated>

		<published>2005-03-05T18:14:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47206#p47206</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47206#p47206"/>
		<title type="html"><![CDATA[iMDB]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47206#p47206"><![CDATA[
I've explained the problem <a href="http://forum.egghelp.org/viewtopic.php?t=8988&amp;start=20" class="postlink">here</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Mar 05, 2005 6:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FuE-]]></name></author>
		<updated>2005-02-27T11:52:33-04:00</updated>

		<published>2005-02-27T11:52:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47000#p47000</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47000#p47000"/>
		<title type="html"><![CDATA[iMDB]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47000#p47000"><![CDATA[
hm, i read it and i have downloaded B0unTy's "working" script<br>but i get<br><blockquote class="uncited"><div>[18:01] Tcl error [imdb_proc]: can't read "location": no such variable</div></blockquote>when i using !imdb &lt;movie&gt;<br><br>And in imdb.tcl<br><div class="codebox"><p>Code: </p><pre><code># set IMDB_ALTERNATIVE 0 = use the internal tcl http 2.3 package# set IMDB_ALTERNATIVE 1 = use the external curl 6.0+set IMDB_ALTERNATIVE 1# set here the location path where find curl 6.0+set binary(CURL) "C:/Jul/bot/scripts/imdb/"</code></pre></div>And then regxp fix...<br><div class="codebox"><p>Code: </p><pre><code>proc imdb_proc { nick uhost handle chan arg } {   global IMDB_DEBUG pub_or_not announce random binary IMDB_ALTERNATIVE   set arg [string map {\\ \\\\ \" \\\" \' \\\' \{ \\\{ \} \\\} \[ \\\[ \] \\\] \( \\\( \) \\\)} $arg]   # channel_check permission</code></pre></div>What shall i do? I feel stupid to ask this but i can't find anything in the fourm who can help me right now....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5711">FuE-</a> — Sun Feb 27, 2005 11:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-02-27T11:41:43-04:00</updated>

		<published>2005-02-27T11:41:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46999#p46999</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46999#p46999"/>
		<title type="html"><![CDATA[iMDB]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46999#p46999"><![CDATA[
# set IMDB_ALTERNATIVE 0 = use the internal tcl http 2.3 package<br># set IMDB_ALTERNATIVE 1 = use the external curl 6.0+<br>set IMDB_ALTERNATIVE 0 <br><br>use curl and set that to 1 <br><br><a href="http://curl.haxx.se/download.html" class="postlink">http://curl.haxx.se/download.html</a><br><a href="http://forum.egghelp.org/viewtopic.php?t=8988" class="postlink">http://forum.egghelp.org/viewtopic.php?t=8988</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sun Feb 27, 2005 11:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-02-27T11:35:00-04:00</updated>

		<published>2005-02-27T11:35:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46998#p46998</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46998#p46998"/>
		<title type="html"><![CDATA[iMDB]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46998#p46998"><![CDATA[
does that use http package ? and your probably using a windrop ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sun Feb 27, 2005 11:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FuE-]]></name></author>
		<updated>2005-02-26T18:00:44-04:00</updated>

		<published>2005-02-26T18:00:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46976#p46976</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46976#p46976"/>
		<title type="html"><![CDATA[iMDB]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46976#p46976"><![CDATA[
hi i have tried Chilla's IMDb info script latest script from 2004.<br>And when i do ex. !imdb -c -o One Tree Hill<br><br>i get this in party line<br><div class="codebox"><p>Code: </p><pre><code>(22:58:41) (F) -=[ chilla's IMDB info version 20040110 loaded ]=- lastupdate 10-01-04(22:58:41) (F) Userfile loaded, unpacking...**** THIS IS WHEN I HAVE DONE IMDB SEARCH ***(22:58:44) (F) * Last context: tclhash.c/684 [Tcl proc: imdb_handler, param: $_pub1 $_pub2 $_pub3 $_pub4 $_pub5](22:58:44) (F) * Please REPORT this BUG!(22:58:44) (F) * Check doc/BUG-REPORT on how to do so.(22:58:44) (F) * Wrote DEBUG(22:58:44) (F) * SEGMENT VIOLATION -- CRASHING!</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5711">FuE-</a> — Sat Feb 26, 2005 6:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
