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

	<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-05-05T19:28:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-05-05T19:28:30-04:00</updated>

		<published>2006-05-05T19:28:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62661#p62661</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62661#p62661"/>
		<title type="html"><![CDATA[Kind of Countdown]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62661#p62661"><![CDATA[
I edited the code above to do so.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri May 05, 2006 7:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[traxx]]></name></author>
		<updated>2006-05-05T16:24:29-04:00</updated>

		<published>2006-05-05T16:24:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62651#p62651</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62651#p62651"/>
		<title type="html"><![CDATA[Kind of Countdown]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62651#p62651"><![CDATA[
Thanks, working perfectly, but... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>I wonder if it's possible to replace "weeks", "hours" and "days" in the time expression by it's german equivalents "wochen", "stunden" and "tage".<br><br>It would be great if anyone was so kind to explain that to me.<br><br>Thanks a lot!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7183">traxx</a> — Fri May 05, 2006 4:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-05-05T19:27:39-04:00</updated>

		<published>2006-05-05T12:03:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62646#p62646</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62646#p62646"/>
		<title type="html"><![CDATA[Kind of Countdown]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62646#p62646"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set reachdate mm/dd/yybind time - "00 *" postmsgproc postmsg {m h args} { global reachdate if {[scan $h %d]%3 == 0} {  set date [clock scan $reachdate]  set fulldate [clock format $date -format "%B %d %Y"]  set dur [germanize [duration [expr {$date-[clock seconds]}]]]  puthelp "privmsg #channel :A new feature will be available by $fulldate. Until then there are still $dur." }}proc germanize str { regsub -nocase {week(s?)} $str "wochen" str regsub -nocase {hour(s?)} $str "stunden" str regsub -nocase {day(s?)} $str "tage" str set str}</code></pre></div>Edit: added translating weeks, hours, and days to german.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri May 05, 2006 12:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[traxx]]></name></author>
		<updated>2006-05-05T11:20:34-04:00</updated>

		<published>2006-05-05T11:20:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62642#p62642</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62642#p62642"/>
		<title type="html"><![CDATA[Kind of Countdown]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62642#p62642"><![CDATA[
yap, i did <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=7183">traxx</a> — Fri May 05, 2006 11:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-05-05T10:01:21-04:00</updated>

		<published>2006-05-05T10:01:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62637#p62637</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62637#p62637"/>
		<title type="html"><![CDATA[Kind of Countdown]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62637#p62637"><![CDATA[
Did you change <strong class="text-strong">#channel</strong> to your <strong class="text-strong">#channelname</strong>?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri May 05, 2006 10:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[traxx]]></name></author>
		<updated>2006-05-05T07:54:09-04:00</updated>

		<published>2006-05-05T07:54:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62634#p62634</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62634#p62634"/>
		<title type="html"><![CDATA[Kind of Countdown]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62634#p62634"><![CDATA[
thanks for your answer, but for some strange reason the bot doesn't do anything <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7183">traxx</a> — Fri May 05, 2006 7:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-05-04T20:33:21-04:00</updated>

		<published>2006-05-04T20:33:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62621#p62621</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62621#p62621"/>
		<title type="html"><![CDATA[Kind of Countdown]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62621#p62621"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set reachdate mm/dd/yybind time - * postmsgproc postmsg {m h args} { global reachdate if {!([scan $h %d]%3)} {  set date [clock scan $reachdate]  set fulldate [clock format $date -format "%B %d %Y"]  set dur [duration [expr {$date-[clock seconds]}]]  puthelp "privmsg #channel :A new feature will be available by $fulldate. Until then there are still $dur." }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu May 04, 2006 8:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[traxx]]></name></author>
		<updated>2006-05-04T16:46:21-04:00</updated>

		<published>2006-05-04T16:46:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62612#p62612</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62612#p62612"/>
		<title type="html"><![CDATA[Kind of Countdown]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62612#p62612"><![CDATA[
Hi there,<br><br>could anyone please help me doing the following:<br>The bot should post a message every 3 hours. The content should be this: <br><br>"A new feature will be available by March 16 2006. Until then there are still X months, X days and X minutes."<br><br>It would be really great if somebody could help me.<br><br>Thanks in advance!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7183">traxx</a> — Thu May 04, 2006 4:46 pm</p><hr />
]]></content>
	</entry>
	</feed>
