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

	<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>2012-10-12T22:23:21-04:00</updated>

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

		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2012-10-12T22:23:21-04:00</updated>

		<published>2012-10-12T22:23:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100122#p100122</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100122#p100122"/>
		<title type="html"><![CDATA[lilyurl1.2.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100122#p100122"><![CDATA[
<blockquote class="uncited"><div>The problem I'm running into is that whenever a URL is posted, instead of doing anything, it gives me this error when telnet'd to eggdrop.<br><div class="codebox"><p>Code: </p><pre><code>Tcl error [pubm:url2irc]: invalid command name "::http::meta"</code></pre></div>So let's see if my suggestion fixes your issue and then hopefully someone can help me with mine <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"></div></blockquote>The problem you are having is.... http package version differences.<br><br>Http package 2.5 has no http::meta included. To duplicate it, add this procedure to the end of the script requiring http::meta.<div class="codebox"><p>Code: </p><pre><code>proc http::meta {token} {    variable $token    upvar 0 $token state    return $state(meta)}</code></pre></div>Http package 2.7 and above include this procedure by default. There is no need to modify the script to support it. You can tell which version of http package you have by typing <strong class="text-strong">.tcl package present http</strong> in your bots partyline.<br><br>Hope this helps <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=8138">speechles</a> — Fri Oct 12, 2012 10:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[slaapliedje]]></name></author>
		<updated>2012-10-12T18:38:12-04:00</updated>

		<published>2012-10-12T18:38:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100121#p100121</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100121#p100121"/>
		<title type="html"><![CDATA[lilyurl1.2.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100121#p100121"><![CDATA[
I was able to get this to load on my Debian Sqeeze setup by installing the following packages;<br><br>tcllib<br>tcl-tls<br>libsqlite3-tcl<br><br>tcllib contains the struct.tcl, so anything that'll use it is installed globally, I didn't have to include it in the eggdrop.conf file.<br><br>The problem I'm running into is that whenever a URL is posted, instead of doing anything, it gives me this error when telnet'd to eggdrop.<br><div class="codebox"><p>Code: </p><pre><code>Tcl error [pubm:url2irc]: invalid command name "::http::meta"</code></pre></div>So let's see if my suggestion fixes your issue and then hopefully someone can help me with mine <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">[/code]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12043">slaapliedje</a> — Fri Oct 12, 2012 6:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[swarfega]]></name></author>
		<updated>2012-08-25T10:31:03-04:00</updated>

		<published>2012-08-25T10:31:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99939#p99939</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99939#p99939"/>
		<title type="html"><![CDATA[lilyurl1.2.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99939#p99939"><![CDATA[
I cant get this to run. <br><br>I get this error: <a href="http://pastebin.com/fQFSadwf" class="postlink">http://pastebin.com/fQFSadwf</a><br><br>Could someone be kind enough to list the required tcls please.<br><br>So far Ive added:<br><br>source scripts/http.tcl<br>source scripts/tls.tcl<br>source scripts/struct.tcl<br>source scripts/graph_tcl.tcl<br>source scripts/htmlparse.tcl<br>source scripts/statusd.tcl<br>source scripts/lilyurl1.2.tcl<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8269">swarfega</a> — Sat Aug 25, 2012 10:31 am</p><hr />
]]></content>
	</entry>
	</feed>
