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

	<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>2008-04-29T19:41:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Torrevado]]></name></author>
		<updated>2008-04-29T19:41:32-04:00</updated>

		<published>2008-04-29T19:41:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82625#p82625</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82625#p82625"/>
		<title type="html"><![CDATA[translating &quot;unixtime&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82625#p82625"><![CDATA[
Thanks speechles  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8047">Torrevado</a> — Tue Apr 29, 2008 7:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-04-29T19:18:59-04:00</updated>

		<published>2008-04-29T19:18:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82624#p82624</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82624#p82624"/>
		<title type="html"><![CDATA[Re: translating &quot;unixtime&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82624#p82624"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>whois:putmsg $channel "$target idle: [string map {"years" "tyears""weeks" "tweeks" "days" "tdays" "hours" "thours" "minutes" "tminutes" "seconds" "tseconds"} [duration $idletime]]. Sined on [ctime $signon]"</code></pre></div>Pretend the above is all on one line, the string map delineated by spaces. In the string map, change each reference starting with T to your translated word for each. String map can also be used for translating the signed on time.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Tue Apr 29, 2008 7:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Torrevado]]></name></author>
		<updated>2008-04-29T19:11:00-04:00</updated>

		<published>2008-04-29T19:11:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82623#p82623</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82623#p82623"/>
		<title type="html"><![CDATA[translating &quot;idletime&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82623#p82623"><![CDATA[
I'd like to translate  "$idletime", would it be possible?<div class="codebox"><p>Code: </p><pre><code>proc whois:idle { from keyword arguments } {set channel $::whoischannelset target $::whoistargetset idletime [lindex [split $arguments] 2]set signon [lindex [split $arguments] 3]whois:putmsg $channel "$target idle: [duration $idletime]. Signed on [ctime $signon]"unbind RAW - 317 whois:idle}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8047">Torrevado</a> — Tue Apr 29, 2008 7:11 pm</p><hr />
]]></content>
	</entry>
	</feed>
