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

	<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>2009-12-12T14:29:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[HVR]]></name></author>
		<updated>2009-12-12T14:29:01-04:00</updated>

		<published>2009-12-12T14:29:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91276#p91276</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91276#p91276"/>
		<title type="html"><![CDATA[Can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91276#p91276"><![CDATA[
very cool !!!!!<br><br>thank you so much !!!!!!!!!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11011">HVR</a> — Sat Dec 12, 2009 2:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-12-11T15:45:07-04:00</updated>

		<published>2009-12-11T15:45:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91267#p91267</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91267#p91267"/>
		<title type="html"><![CDATA[Can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91267#p91267"><![CDATA[
EST is 5 hours behind UTC/GTM, so we would need to use <div class="codebox"><p>Code: </p><pre><code> bind pub -|- !est pub:est proc pub:est {nick host hand chan text} {  puthelp "PRIVMSG $chan :It is now [clock format [clock scan "1 hour"] -format "%I:%M %p"] E.S.T" }</code></pre></div> and we use <strong class="text-strong">%I</strong> not <strong class="text-strong">%H</strong> if you want it in 12 hours not 24 hours.<br><br>Eggdrop goes off the shell's time, but i belive there is a patch to fix this available from the files page on the <a href="http://www.egghelp.org/" class="postlink">main website</a>. But the settings are in eggdrop.conf file <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=8130">TCL_no_TK</a> — Fri Dec 11, 2009 3:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HVR]]></name></author>
		<updated>2009-12-10T22:46:06-04:00</updated>

		<published>2009-12-10T22:46:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91262#p91262</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91262#p91262"/>
		<title type="html"><![CDATA[Can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91262#p91262"><![CDATA[
thank you very much for coding this<br><br><br>the bot is running on GMT -6 I believe<br><br>installed and have the following result:<br><br>[21:39] &lt;Burke&gt; !est<br>[21:39] &lt;RadioChick&gt; It is now 15:39 PM E.S.T<br><br>My questions now would be, what do I change to get the time moved ahead 6 hours, and, how do I get it to display in regular time, not 24 hour format ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11011">HVR</a> — Thu Dec 10, 2009 10:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-12-10T22:22:38-04:00</updated>

		<published>2009-12-10T22:22:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91261#p91261</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91261#p91261"/>
		<title type="html"><![CDATA[Can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91261#p91261"><![CDATA[
Assuming the bot is running on UTC (+0000) time<div class="codebox"><p>Code: </p><pre><code> bind pub -|- !est pub:est proc pub:est {nick host hand chan text} {  puthelp "PRIVMSG $chan :It is now [clock format [clock scan "5 hours ago"] -format "%H:%M %p"] E.S.T" }</code></pre></div> <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=8130">TCL_no_TK</a> — Thu Dec 10, 2009 10:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[HVR]]></name></author>
		<updated>2009-12-10T17:23:31-04:00</updated>

		<published>2009-12-10T17:23:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91259#p91259</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91259#p91259"/>
		<title type="html"><![CDATA[Can this be done ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91259#p91259"><![CDATA[
I would like to know if it would be possible to have a time script which only gives the time in Eastern standard time.<br><br>Something like:<br><br>HVR !est<br>[bot] It is now 4:23 P.M. E.S.T.<br><br>I would be grateful for any help with this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11011">HVR</a> — Thu Dec 10, 2009 5:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
