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

	<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>2021-03-24T11:27:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[m4s]]></name></author>
		<updated>2021-03-24T11:27:55-04:00</updated>

		<published>2021-03-24T11:27:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109617#p109617</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109617#p109617"/>
		<title type="html"><![CDATA[Nick tracker script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109617#p109617"><![CDATA[
<blockquote class="uncited"><div>That kind of output is typically found with !Seen<br>For example gseen or bseen</div></blockquote>Hm indeed. I did not think about it.<br>But the answer doesn't come automatically after joining.<br>That is the difference.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12672">m4s</a> — Wed Mar 24, 2021 11:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2021-03-23T14:47:07-04:00</updated>

		<published>2021-03-23T14:47:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109613#p109613</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109613#p109613"/>
		<title type="html"><![CDATA[Nick tracker script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109613#p109613"><![CDATA[
That kind of output is typically found with !Seen<br>For example gseen or bseen<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Tue Mar 23, 2021 2:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[m4s]]></name></author>
		<updated>2021-03-17T13:51:02-04:00</updated>

		<published>2021-03-17T13:51:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109569#p109569</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109569#p109569"/>
		<title type="html"><![CDATA[Nick tracker script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109569#p109569"><![CDATA[
<blockquote class="uncited"><div>Try this...  <a href="http://forum.egghelp.org/viewtopic.php?t=19948&amp;highlight=aka" class="postlink">http://forum.egghelp.org/viewtopic.php? ... hlight=aka</a></div></blockquote>Thanks SpiKe^^!<br><br>Script works but it has strange output.<br><br>Example:<br>nick1 joins -&gt;new names nick2, and nick3. Parts and joins as nick3.<br>The output: <strong class="text-strong">nick3</strong> nick2, nick1, <strong class="text-strong">nick3</strong><br><br>I would like this output after joining:<br><strong class="text-strong">nick1 (host) also known as: nick2, nick3, nick4.</strong><br><br>Can you help pls?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12672">m4s</a> — Wed Mar 17, 2021 1:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2021-03-16T16:51:55-04:00</updated>

		<published>2021-03-16T16:51:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109562#p109562</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109562#p109562"/>
		<title type="html"><![CDATA[Nick tracker script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109562#p109562"><![CDATA[
Try this...  <a href="http://forum.egghelp.org/viewtopic.php?t=19948&amp;highlight=aka" class="postlink">http://forum.egghelp.org/viewtopic.php? ... hlight=aka</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Tue Mar 16, 2021 4:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[m4s]]></name></author>
		<updated>2021-03-16T14:48:35-04:00</updated>

		<published>2021-03-16T14:48:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109561#p109561</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109561#p109561"/>
		<title type="html"><![CDATA[Nick tracker script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109561#p109561"><![CDATA[
Hello,<br><br>When nick1 joins the channel the nickname and host must be stored in a text file.<br>If nick1 change his nick to nick2 this nick2 also stored next to nick1 because the host hasn't changed. If he left irc and changes his nick to nick3 and joins nick3 also stored next to his host.<br><br>I would like to write out automatically to the channel what nicks belong to the host in the last 48hrs when a user joins. This 48hrs should be a variable in the script. <br><br>Example:<br><em class="text-italics">nick1 (<a href="mailto:user@this.is.his.host">user@this.is.his.host</a>) has joined this channel.<br>&lt;bot&gt; nick1 (this.is.his.host) also known as: nick2, nick3, nick4 in the last 48 hrs</em>. <br><br>May I ask someone to write this scrip to me?<br><br>Thanks in advance!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12672">m4s</a> — Tue Mar 16, 2021 2:48 pm</p><hr />
]]></content>
	</entry>
	</feed>
