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

	<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>2011-06-24T09:34:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[while]]></name></author>
		<updated>2011-06-24T09:34:11-04:00</updated>

		<published>2011-06-24T09:34:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97087#p97087</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97087#p97087"/>
		<title type="html"><![CDATA[User database with search and auto remove]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97087#p97087"><![CDATA[
i've seen something like:<br> !userlist to see all the users<br>!info &lt;user&gt; and reads the lines for the user from the eggdrop(name).user <br>ex: !info test<br>reply: test is an op with host *!*@host added X days ago<br><br>maybe a userlist script to tweak a little and it will reply what you are looking for<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10748">while</a> — Fri Jun 24, 2011 9:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cuthbertx]]></name></author>
		<updated>2011-05-02T12:08:14-04:00</updated>

		<published>2011-05-02T12:08:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=96816#p96816</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=96816#p96816"/>
		<title type="html"><![CDATA[User database with search and auto remove]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=96816#p96816"><![CDATA[
Hey guys,<br><br>I've been trying to wrap my head around this or find a script that is close to what I am looking for, and am now seeking assistance. Perhaps someone knows of a script that is close to what I am needing or has one already made.<br><br>What I am looking for, is a script where a user can type: <br><div class="codebox"><p>Code: </p><pre><code>!userlog &lt;nick&gt;</code></pre></div>And then it will store the nick of the person who typed the command, the nick argument and the current time in a database.<br><br>Then the user can just type:<br><div class="codebox"><p>Code: </p><pre><code>!userlog</code></pre></div> <br><br>And it will list all of the nicks stored in the database with their own nick.<br><br>The users on the list should expire after 24 hours, hence the timestamp. My guess on having this done is have the code just check what the current time is and calculate the timestamp from the database and remove the user from the log if it's +24. <br><br>The !userlog command should list all entries in the database for the user that typed the command.<br><br>So example of the output.<br><div class="codebox"><p>Code: </p><pre><code>Cuthbertx: !userlog TestuserBOT: Testuser has been added to your userlog with a timestamp of 5/2/2011 9:00 AMCuthbertx: !userlog Testuser2BOT: Testuser2 has been added to your userlog with a timestamp of 5/2/2011 9:05 AMCuthbertx: !userlogBOT: Here are your user logs: Testuser (5/2/2011 9:00 AM) Testuser2 (5/2/2011 9:05 AM)</code></pre></div>Any assistance on this or guiding me into the right direction would be much appreciated.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11578">cuthbertx</a> — Mon May 02, 2011 12:08 pm</p><hr />
]]></content>
	</entry>
	</feed>
