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

	<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>2013-12-09T14:51:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[VoodooServ]]></name></author>
		<updated>2013-12-09T14:51:02-04:00</updated>

		<published>2013-12-09T14:51:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102286#p102286</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102286#p102286"/>
		<title type="html"><![CDATA[NTP Time TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102286#p102286"><![CDATA[
Now:          <div class="codebox"><p>Code: </p><pre><code>NTP couldn't open socket: host is unreachable</code></pre></div>Please test.<br><br>how to fix ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12287">VoodooServ</a> — Mon Dec 09, 2013 2:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2013-11-05T11:58:56-04:00</updated>

		<published>2013-11-05T11:58:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102186#p102186</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102186#p102186"/>
		<title type="html"><![CDATA[NTP Time TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102186#p102186"><![CDATA[
Time package is a part of TCLLIB.<br>For GMT add extra 2 hours to the current time (GMT +0)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Tue Nov 05, 2013 11:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[VoodooServ]]></name></author>
		<updated>2013-11-04T12:20:34-04:00</updated>

		<published>2013-11-04T12:20:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102178#p102178</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102178#p102178"/>
		<title type="html"><![CDATA[NTP Time TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102178#p102178"><![CDATA[
Thanks for script.<br>How to config for GMT+2 ?<br>I can't find package time .<br><div class="codebox"><p>Code: </p><pre><code>can't find package timewhile executing"package require time"     (file "scripts/ntp.tcl" line 12)     invoked from within "source scripts/ntp.tcl"     (file "eggdrop.conf" line 1396) * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12287">VoodooServ</a> — Mon Nov 04, 2013 12:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2013-11-03T07:24:46-04:00</updated>

		<published>2013-11-03T07:24:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102170#p102170</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102170#p102170"/>
		<title type="html"><![CDATA[NTP Time TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102170#p102170"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># Author: tomekk# e-mail:  tomekk/@/tomekk/./org# home page: http://tomekk.org/## Version 0.1## This file is Copyrighted under the GNU Public License.# http://www.gnu.org/copyleft/gpl.htmlset server "pool.ntp.org"###########################################################bind pub - !ntp gimme_timepackage require timeproc gimme_time { nick uhost hand chan arg } {        global server        set tok [time::getsntp $server]        time::wait $tok        if {[time::status $tok] eq "ok"} {                set t [time::unixtime $tok]                putquick "PRIVMSG $chan :NTP $server time: [clock format $t -format "%H:%M:%S"]"        } else {                putquick "PRIVMSG $chan :NTP [time::error $tok]"        }        time::cleanup $tok}putlog "ntp.tcl ver 0.1 by tomekk loaded"</code></pre></div>check it.... its kinda old...<br>GMT calculation .. do it at your own<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Sun Nov 03, 2013 7:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[VoodooServ]]></name></author>
		<updated>2013-10-27T13:16:10-04:00</updated>

		<published>2013-10-27T13:16:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102158#p102158</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102158#p102158"/>
		<title type="html"><![CDATA[NTP Time TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102158#p102158"><![CDATA[
Hi. Can write TCL script in command: !time ot !ntp bot telling time directly from a specific NTP server.<br><br>for example: <br>User: !ntp<br>Bot: NTP pool.ntp.org time: 09:45:63 GMT+2<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12287">VoodooServ</a> — Sun Oct 27, 2013 1:16 pm</p><hr />
]]></content>
	</entry>
	</feed>
