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

	<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>2004-07-29T01:24:40-04:00</updated>

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

		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-07-29T01:24:40-04:00</updated>

		<published>2004-07-29T01:24:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39199#p39199</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39199#p39199"/>
		<title type="html"><![CDATA[whois script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39199#p39199"><![CDATA[
Well i figured out the last seen command with some help from perpleXa, now to find out how to get it to display all logged in users :&lt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Thu Jul 29, 2004 1:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-07-28T11:04:03-04:00</updated>

		<published>2004-07-28T11:04:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39172#p39172</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39172#p39172"/>
		<title type="html"><![CDATA[whois script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39172#p39172"><![CDATA[
Have a look at the '<strong class="text-strong">ctime</strong>' and '<strong class="text-strong">duration</strong>' commands.<br>See tcl-commands.doc for details.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Wed Jul 28, 2004 11:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-07-28T07:52:15-04:00</updated>

		<published>2004-07-28T07:52:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39165#p39165</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39165#p39165"/>
		<title type="html"><![CDATA[whois script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39165#p39165"><![CDATA[
lol, it didnt help me very much, i need to convert the unix time then and i have no clue how <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>If someone could make them i would appreciate it alot :&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Jul 28, 2004 7:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-07-28T04:08:11-04:00</updated>

		<published>2004-07-28T04:08:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39161#p39161</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39161#p39161"/>
		<title type="html"><![CDATA[whois script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39161#p39161"><![CDATA[
The following may be of some help:<div class="codebox"><p>Code: </p><pre><code>  getuser &lt;handle&gt; &lt;entry-type&gt; [extra info]    Description: an interface to the new generic userfile support. Valid      entry types are:        BOTFL   - returns the current bot-specific flags for the user                  (bot-only)        BOTADDR - returns a list containing the bot's address, telnet port,                  and relay port (bot-only)        HOSTS   - returns a list of hosts for the user        LASTON  - returns a list containing the unixtime last seen and the                  last seen place. LASTON #channel returns the time last                  seen time for the channel or 0 if no info exists.        INFO    - returns the user's global info line        XTRA    - returns the user's XTRA info        COMMENT - returns the master-visible only comment for the user        EMAIL   - returns the user's e-mail address        URL     - returns the user's url        HANDLE  - returns the user's handle as it is saved in the userfile        PASS    - returns the user's encrypted password    Returns: info specific to each entry-type</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Jul 28, 2004 4:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-07-28T03:15:30-04:00</updated>

		<published>2004-07-28T03:15:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39157#p39157</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39157#p39157"/>
		<title type="html"><![CDATA[whois script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39157#p39157"><![CDATA[
Im working on a whois script but i cant figure out how to do these things :<br><br>Account users: ( tells u all the users currently logged in as "person" )<br>Last seen : ( Tells you when the bot last seen this person )<br><br>Those are the two i've been trying to figure out.<br><br>If anyone could make those 2 variables, i'd be happy <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=5078">metroid</a> — Wed Jul 28, 2004 3:15 am</p><hr />
]]></content>
	</entry>
	</feed>
