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

	<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-08-27T14:08:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-27T14:08:30-04:00</updated>

		<published>2005-08-27T14:08:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54923#p54923</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54923#p54923"/>
		<title type="html"><![CDATA[clock error with tcl 8.5a3]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54923#p54923"><![CDATA[
you are probably trying to use [clock] erroneously; post a log<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Aug 27, 2005 2:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[incubus]]></name></author>
		<updated>2005-08-27T09:37:04-04:00</updated>

		<published>2005-08-27T09:37:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54903#p54903</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54903#p54903"/>
		<title type="html"><![CDATA[clock error with tcl 8.5a3]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54903#p54903"><![CDATA[
as i wrote, the eggdrop is linked with the new tcl. .status says:<br>Tcl library: /tcl8.5a3/library<br>Tcl version: 8.5a3 (header version 8.5a3)<br><blockquote class="uncited"><div>The easiest way of finding th older date is to convert them both into unixtime (clock scan) and see which one is smaller.</div></blockquote>this was my idea too but the clock command isnt working. also i cant use the .tcl in partyline. it says "what? you need `.help`"<br><br>edit:<br>i fixed my .tcl error... unbind tcl was still active<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6646">incubus</a> — Sat Aug 27, 2005 9:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-26T13:37:07-04:00</updated>

		<published>2005-08-26T13:37:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54871#p54871</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54871#p54871"/>
		<title type="html"><![CDATA[clock error with tcl 8.5a3]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54871#p54871"><![CDATA[
also, if you really need your bot to use the newly installed Tcl, you must recompile the bot, making sure it links against the new library (use <em class="text-italics">configure</em> switches or TCLINC/TCLLIB environment variables)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Aug 26, 2005 1:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-08-26T11:29:55-04:00</updated>

		<published>2005-08-26T11:29:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54866#p54866</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54866#p54866"/>
		<title type="html"><![CDATA[clock error with tcl 8.5a3]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54866#p54866"><![CDATA[
Make sure the eggdrop isnt using the older version of tcl, a .status on partyline should say.<br><br>The easiest way of finding th older date is to convert them both into unixtime (clock scan) and see which one is smaller.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Fri Aug 26, 2005 11:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[incubus]]></name></author>
		<updated>2005-08-26T09:42:38-04:00</updated>

		<published>2005-08-26T09:42:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54860#p54860</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54860#p54860"/>
		<title type="html"><![CDATA[clock error with tcl 8.5a3]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54860#p54860"><![CDATA[
i need for my script the new clock command from tcl 8.5, so i dl tcl8.5.a3 and installed it (eggdrop reconfig and reinstalled too, successfully linked with new tcl).<br>my eggy always keep saying that clock is an invalid command. but in tclsh i can use it with no error. i also tried to load clock.tcl (shipped with tcl8.5a3) with my eggdrop but it keeps saying, clock is invalid.<br><br>does someone knows a solution for this or perhaps a function to compare 2 dates and tell which one is "older"?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6646">incubus</a> — Fri Aug 26, 2005 9:42 am</p><hr />
]]></content>
	</entry>
	</feed>
