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

	<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>2005-09-26T22:58:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[CP-Geek]]></name></author>
		<updated>2005-09-26T22:58:44-04:00</updated>

		<published>2005-09-26T22:58:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56125#p56125</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56125#p56125"/>
		<title type="html"><![CDATA[!banlist times, from unix-time to normal?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56125#p56125"><![CDATA[
Humble hank You's, works like a charm!<br><br>CP-Geek <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=6767">CP-Geek</a> — Mon Sep 26, 2005 10:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-26T20:54:18-04:00</updated>

		<published>2005-09-26T20:54:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56116#p56116</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56116#p56116"/>
		<title type="html"><![CDATA[!banlist times, from unix-time to normal?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56116#p56116"><![CDATA[
You'll have to convert the unixtime in each variable. i.e.<div class="codebox"><p>Code: </p><pre><code>[string map [list [lindex $a 3] [ctime [lindex $a 3]]] $a]</code></pre></div>(this should be applied on $b, $c and $d as well)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Sep 26, 2005 8:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CP-Geek]]></name></author>
		<updated>2005-09-26T07:17:25-04:00</updated>

		<published>2005-09-26T07:17:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56105#p56105</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56105#p56105"/>
		<title type="html"><![CDATA[!banlist times, from unix-time to normal?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56105#p56105"><![CDATA[
I'm having some trouble to figure out where ctime should me put, this is the !banlist-section of chan.tcl:<br><div class="codebox"><p>Code: </p><pre><code>#banlistproc pub_do_bans {nick uhost hand chan text} {       puthelp "NOTICE $nick : Ban List for $chan."  foreach {a b c d} [banlist $chan] {       puthelp "NOTICE $nick :- [format %-12s%-12s%-12s%-12s $a $b $c $d]"      }      puthelp "NOTICE $nick : Ban List for $chan Completed." }#end of banlist</code></pre></div>Ideas?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6767">CP-Geek</a> — Mon Sep 26, 2005 7:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-25T15:50:18-04:00</updated>

		<published>2005-09-25T15:50:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56100#p56100</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56100#p56100"/>
		<title type="html"><![CDATA[!banlist times, from unix-time to normal?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56100#p56100"><![CDATA[
[ctime]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Sep 25, 2005 3:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-25T15:50:13-04:00</updated>

		<published>2005-09-25T15:50:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56099#p56099</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56099#p56099"/>
		<title type="html"><![CDATA[!banlist times, from unix-time to normal?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56099#p56099"><![CDATA[
Use the [ctime] command, example:<div class="codebox"><p>Code: </p><pre><code>ctime [unixtime]</code></pre></div>will return the current date.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Sep 25, 2005 3:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CP-Geek]]></name></author>
		<updated>2005-09-25T15:40:17-04:00</updated>

		<published>2005-09-25T15:40:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56098#p56098</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56098#p56098"/>
		<title type="html"><![CDATA[!banlist times, from unix-time to normal?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56098#p56098"><![CDATA[
I'm running 1.16.17 botnet with two bots, all working like a charm. Well, almost. When I do !banlist I get the list of bans (ftom channel.user) with unix-time when they were set, how could this be altered to "normal" time?<br><br>CP-Geek <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=6767">CP-Geek</a> — Sun Sep 25, 2005 3:40 pm</p><hr />
]]></content>
	</entry>
	</feed>
