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

	<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>2008-02-27T20:01:22-04:00</updated>

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

		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-02-27T20:01:22-04:00</updated>

		<published>2008-02-27T20:01:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81214#p81214</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81214#p81214"/>
		<title type="html"><![CDATA[http.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81214#p81214"><![CDATA[
<blockquote class="uncited"><div>Ok so i tried what you both said, and it didnt say anything about http loading, but i can get http results from the partyline, but not in the channels, and yes they are set so they can recieve them if it helps.</div></blockquote><em class="text-italics">.chanset #yourchan +setting</em><br>Most scripts use this to allow/deny the ability to perform in each channel.<br><br>If you "<strong class="text-strong">READ</strong>" the documentation included with the script (if the script has none, read the top comments of the script) you will most always find the reason for things not going as expected.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Wed Feb 27, 2008 8:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Solo]]></name></author>
		<updated>2008-02-24T14:31:33-04:00</updated>

		<published>2008-02-24T14:31:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81123#p81123</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81123#p81123"/>
		<title type="html"><![CDATA[http.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81123#p81123"><![CDATA[
Ok so i tried what you both said, and it didnt say anything about http loading, but i can get http results from the partyline, but not in the channels, and yes they are set so they can recieve them if it helps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9734">Solo</a> — Sun Feb 24, 2008 2:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Solo]]></name></author>
		<updated>2008-02-23T19:55:47-04:00</updated>

		<published>2008-02-23T19:55:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81105#p81105</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81105#p81105"/>
		<title type="html"><![CDATA[http.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81105#p81105"><![CDATA[
Yea i did it without the http tcl first, and the links didnt show still in irc (i tried a youtube and googler tcl scripts)<br><br>So, i'll try what you both suggested and come back <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9734">Solo</a> — Sat Feb 23, 2008 7:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-02-22T15:11:02-04:00</updated>

		<published>2008-02-22T15:11:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81074#p81074</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81074#p81074"/>
		<title type="html"><![CDATA[http.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81074#p81074"><![CDATA[
Even further, never ever load tcl-packages using <em class="text-italics">source</em>, use the <em class="text-italics">package require</em> command for these. It'll make sure the proper version is loaded, keeps track which packages are loaded, etc.<br><br>Of course, this does not apply to normal scripts, which are loaded using the <em class="text-italics">source</em> command as usual.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Feb 22, 2008 3:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2008-02-22T12:08:51-04:00</updated>

		<published>2008-02-22T12:08:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81069#p81069</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81069#p81069"/>
		<title type="html"><![CDATA[http.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81069#p81069"><![CDATA[
Unload the script. There is already a HTTP package in the TCL library.<br><br>(Use package require http if you don't have it in your script)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Feb 22, 2008 12:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Solo]]></name></author>
		<updated>2008-02-22T11:52:44-04:00</updated>

		<published>2008-02-22T11:52:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81066#p81066</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81066#p81066"/>
		<title type="html"><![CDATA[http.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81066#p81066"><![CDATA[
Ok so i have this youtube script, and it says in comments that http.tcl is required, which im assuming is so bot can connect with http to get the youtube information. <br><br>So i got this http.tcl script and put it in my scripts folder and added the source scripts/http.tcl to conf and restated bot, it didn't appear to load, and i got this error.<br><div class="codebox"><p>Code: </p><pre><code>0415:11…   10 Rufus: [15:17] #Solo# rehash15:11…   10 Rufus: Rehashing.15:11…   10 Rufus: [15:17] Writing user file...15:11…   10 Rufus: [15:17] Writing channel file...15:11…   10 Rufus: [15:17] Rehashing ...15:11…   10 Rufus: [15:17] Listening at telnet port 3336 (all).15:11…   10 Rufus: [15:17] Tcl error in file 'rufus.conf':15:11…   10 Rufus: [15:17] conflicting versions provided for package "http": 2.5.3, then 2.5.015:11…   10 Rufus: while executing15:11…   10 Rufus: "package provide http 2.5.0"15:11…   10 Rufus: (file "scripts/http-2.5.tcl" line 28)15:11…   10 Rufus: invoked from within15:11…   10 Rufus: "source scripts/http-2.5.tcl"15:11…   10 Rufus: (file "rufus.conf" line 1338)15:11…   10 Rufus: [15:17] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)</code></pre></div>So yea, im figuring eggdrop has its own build in version or something? well i dunno, ill let you guys tell me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9734">Solo</a> — Fri Feb 22, 2008 11:52 am</p><hr />
]]></content>
	</entry>
	</feed>
