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

	<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>2006-06-05T06:37:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-06-05T06:37:15-04:00</updated>

		<published>2006-06-05T06:37:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63731#p63731</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63731#p63731"/>
		<title type="html"><![CDATA[Clock script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63731#p63731"><![CDATA[
I think there was a fix floating around... Though I am not sure, if it can still query the most recent changes of the layout.<br>I changed the regexp to<div class="codebox"><p>Code: </p><pre><code>regexp {&lt;div id="analog-digital"&gt;&lt;font size="7"&gt;(.+?)&lt;/font&gt;&lt;/div&gt;} $tzout {} tztime</code></pre></div>when the site changed last time, but since I changed many things, I have no idea, if you can use that in any way <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">.<br>and the url is created now by:<div class="codebox"><p>Code: </p><pre><code>set url "/current_time_in_[lindex $tempurl 0].aspx?[lindex $tempurl 1]"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Mon Jun 05, 2006 6:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NTHosts]]></name></author>
		<updated>2006-06-04T17:06:27-04:00</updated>

		<published>2006-06-04T17:06:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63707#p63707</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63707#p63707"/>
		<title type="html"><![CDATA[lol]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63707#p63707"><![CDATA[
Thanks De Kus,<br><br>I tried it but it dont work, seems its a VERY old script, back from 2001 it says <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> no longer works lol<br>Oh well, thanks anyway <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6839">NTHosts</a> — Sun Jun 04, 2006 5:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-06-04T12:37:02-04:00</updated>

		<published>2006-06-04T12:37:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63701#p63701</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63701#p63701"/>
		<title type="html"><![CDATA[Clock script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63701#p63701"><![CDATA[
Actually there is a script called worldtime.tcl around here, which can be changed to query it. I am personally currently working on something major about time zones, but I cannot find the ideal way/page to query the offset from a timezone name. It currently looks like I'd have to temporarily change env(TZ) ^-^.<br>But queriing GMT times can be done via RFC 867 or RFC 868 time servers, if the shell local time is not accurate enough.<br><br>@caesar:<br>I dont want to discourage you, but clock in TCL 8.4 has a few less features. I would be happy to be able to use these <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Jun 04, 2006 12:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-06-03T16:13:47-04:00</updated>

		<published>2006-06-03T16:13:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63665#p63665</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63665#p63665"/>
		<title type="html"><![CDATA[Clock script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63665#p63665"><![CDATA[
Check the <a href="http://tmml.sourceforge.net/doc/tcl/clock.html" class="postlink">clock - Obtain and manipulate dates and times</a> page and do it yourself.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Jun 03, 2006 4:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NTHosts]]></name></author>
		<updated>2006-06-03T12:38:32-04:00</updated>

		<published>2006-06-03T12:38:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63654#p63654</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63654#p63654"/>
		<title type="html"><![CDATA[Clock script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63654#p63654"><![CDATA[
Hi, I have searched the tcl pages and googled it but i can seem to find a script so that if i type !GMT in a channel the bot responds with the current time in GMT...<br>Does anyone know of a script like this or where to get it please ? <br>Thanks in advance <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6839">NTHosts</a> — Sat Jun 03, 2006 12:38 pm</p><hr />
]]></content>
	</entry>
	</feed>
