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

	<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>2010-07-03T06:00:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Koo]]></name></author>
		<updated>2010-07-03T06:00:30-04:00</updated>

		<published>2010-07-03T06:00:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93434#p93434</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93434#p93434"/>
		<title type="html"><![CDATA[Not your average Seen Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93434#p93434"><![CDATA[
Sorry for bringing this old thread back but since I'm too lazy to create a new thread about gseen therefore I think I should ask this here.<br><br>Can gseen be configured to dislay the time in second too? This is what I mean:<br><br><br>ORIGINAL GSEEN RESULT taken from speechles' post. Sorry speechles! &gt;.&lt;<blockquote class="uncited"><div>&lt;speechles&gt; !seen *atlanticbb.net<br>&lt;bot&gt; speechles, I found 5 matches to your query: jimmy, chey803, jim, arthegost, Apoc`. jimmy (~<a href="mailto:jim@207-255-139-113-dhcp.bfd.pa.atlanticbb.net">jim@207-255-139-113-dhcp.bfd.pa.atlanticbb.net</a>) was last seen quitting #here 2 weeks 3 days 13 hours 6 minutes ago (11.11. 00:51) stating "Quit: ~ Trillian Astra - <a href="http://www.trillian.im" class="postlink">www.trillian.im</a> ~" after spending 10 hours 56 minutes there.</div></blockquote>Can it be made to display the result like this:<blockquote class="uncited"><div>&lt;speechles&gt; !seen *atlanticbb.net<br>&lt;bot&gt; speechles, I found 5 matches to your query: jimmy, chey803, jim, arthegost, Apoc`. jimmy (~<a href="mailto:jim@207-255-139-113-dhcp.bfd.pa.atlanticbb.net">jim@207-255-139-113-dhcp.bfd.pa.atlanticbb.net</a>) was last seen quitting #here 2 weeks 3 days 13 hours 6 minutes <strong class="text-strong">and 15 secs</strong> ago (11.11. 00:51) stating "Quit: ~ Trillian Astra - <a href="http://www.trillian.im" class="postlink">www.trillian.im</a> ~" after spending 10 hours 56 minutes <strong class="text-strong">and 15 secs</strong> there.</div></blockquote>The "<strong class="text-strong">and 15 secs</strong>" part is just an example btw. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><br><br><br>Is it possible? Any help from TCL legends would be appreciated.<br><br><br>Thanks. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11158">Koo</a> — Sat Jul 03, 2010 6:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-12-04T19:53:24-04:00</updated>

		<published>2009-12-04T19:53:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91198#p91198</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91198#p91198"/>
		<title type="html"><![CDATA[Not your average Seen Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91198#p91198"><![CDATA[
Actually, the HANDLEN macro has no effect on gseen unless you've enabled the use-handles setting, and even then, it would only affect already known users of the bot.<br>Additionally, modifying the HANDLEN macro will render your current userfile useless, unless you correct each user record to the proper length by hand.<br><br>Instead, add a line such as this to your gseen.conf file:<div class="codebox"><p>Code: </p><pre><code>set seen-nick-len 32</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Dec 04, 2009 7:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Joori]]></name></author>
		<updated>2009-12-04T19:40:27-04:00</updated>

		<published>2009-12-04T19:40:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91196#p91196</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91196#p91196"/>
		<title type="html"><![CDATA[Not your average Seen Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91196#p91196"><![CDATA[
Yes by editing eggdrop.h and changing the max characters of HANDLEN to 32 or w/e the server you are on supports and then recompile your eggdrop. eggdrop.h is found in your eggdrop's src dir.<br><br>An example of my eggdrop.h file.<div class="codebox"><p>Code: </p><pre><code>#define HANDLEN 32  /* valid values 9-&gt;NICKMAX  */</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7538">Joori</a> — Fri Dec 04, 2009 7:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[blake]]></name></author>
		<updated>2009-12-04T13:44:35-04:00</updated>

		<published>2009-12-04T13:44:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91192#p91192</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91192#p91192"/>
		<title type="html"><![CDATA[Not your average Seen Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91192#p91192"><![CDATA[
Have installed gseen to my bot and is all working only one problem it only will allow the nicknames to be so many letters long can this be changed<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10512">blake</a> — Fri Dec 04, 2009 1:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Joori]]></name></author>
		<updated>2009-12-01T23:36:09-04:00</updated>

		<published>2009-12-01T23:36:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91155#p91155</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91155#p91155"/>
		<title type="html"><![CDATA[Not your average Seen Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91155#p91155"><![CDATA[
Just follow the instructions. in the README file.<br><div class="codebox"><p>Code: </p><pre><code>You need the eggdrop source to compile the module.The following instructions assume, ~/eggdrop1.6.2/ is the directorywhere you installed your eggdrop from. (of course, other source dirswill work as well)Put gseen.mod.1.1.0.tar.gz in ~/eggdrop1.6.2/src/mod/,and unpack it (tar xfz gseen.mod.1.1.0.tar.gz). Change directoryback to ~/eggdrop1.6.2/.Now just do what you've done when you compiled your bot:"./configure""make config" (you can skip this command on eggdrop 1.4)"make""make install"Don't forget to copy the langfiles from eggdrop1.6.2/src/mod/gseen.mod/ toeggdrop/language.All settings can be found in ~/eggdrop1.6.2/src/mod/gseen.mod/gseen.confCopy it to your eggdrop directory, edit it to fit your needs and put"source gseen.conf" at the end of your eggdrop config file. The last thingto do is to .rehash your bot.</code></pre></div>Worked a treat for me. Didn't even have to restart/shutdown the bot for the compile or anything <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> Props to speechless who brought the module to my attention! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7538">Joori</a> — Tue Dec 01, 2009 11:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[blake]]></name></author>
		<updated>2009-11-30T21:15:27-04:00</updated>

		<published>2009-11-30T21:15:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91141#p91141</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91141#p91141"/>
		<title type="html"><![CDATA[Not your average Seen Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91141#p91141"><![CDATA[
Just downloaded gseen can it be added to a bot that is already configured all will i need to recompile the bot again<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10512">blake</a> — Mon Nov 30, 2009 9:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Joori]]></name></author>
		<updated>2009-11-28T23:10:31-04:00</updated>

		<published>2009-11-28T23:10:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91123#p91123</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91123#p91123"/>
		<title type="html"><![CDATA[Not your average Seen Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91123#p91123"><![CDATA[
rofl great stuff.<br><br>i'll take my 2c and spend it on an upgrade of my 'search skill' ..sheesh who would have though aye. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>I kind of suspected bseen would *probably* be able to do that but couldn't recall ever seeing it do so and googling for a while made me forget all about even trying bseen out <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"><br><br>Guess you live and learn *goes off to try bseen out once more and sample gseen*  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7538">Joori</a> — Sat Nov 28, 2009 11:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2009-11-28T19:16:55-04:00</updated>

		<published>2009-11-28T19:16:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91119#p91119</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91119#p91119"/>
		<title type="html"><![CDATA[Not your average Seen Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91119#p91119"><![CDATA[
Um.. The simpsons already did it.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><br><blockquote class="uncited"><div>&lt;speechles&gt; !seen *atlanticbb.net<br>&lt;bot&gt; speechles, I found 5 matches to your query: jimmy, chey803, jim, arthegost, Apoc`. jimmy (~<a href="mailto:jim@207-255-139-113-dhcp.bfd.pa.atlanticbb.net">jim@207-255-139-113-dhcp.bfd.pa.atlanticbb.net</a>) was last seen quitting #here 2 weeks 3 days 13 hours 6 minutes ago (11.11. 00:51) stating "Quit: ~ Trillian Astra - <a href="http://www.trillian.im" class="postlink">www.trillian.im</a> ~" after spending 10 hours 56 minutes there.</div></blockquote>Here's your 2cents back. Keep it for something not yet realized. The above is produced using "gseen". I'm quite sure bseen supports similar behavior.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat Nov 28, 2009 7:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Joori]]></name></author>
		<updated>2009-11-28T09:48:03-04:00</updated>

		<published>2009-11-28T09:48:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91115#p91115</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91115#p91115"/>
		<title type="html"><![CDATA[Not your average Seen Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91115#p91115"><![CDATA[
Hi all you tcl legends. Thought i'd throw an idea out there and see if anyone is up for the challenge..<br><br>What i'm thinking is, well, you have your regular seen scripts that lookup when a particular nick was last seen on the network. What if there was an option or script that you could look up last seen IP's. By that i mean, the script could have it's own DB of hosts/ip's (masked or unmasked depending if the network you are on supports host masking) and people could lookup a users host/IP rather than their nick... or both if they so wish.. could maybe have your regular seen script add the last host used by that nick if nothing else.<br><br>But yeah, thats my 2c on a suggestion/request for a script. Would appreciate feedback on it - if it can be done, will it be done, won't it be done and if not why not.<br><br>Cheers,<br><br>Joori<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7538">Joori</a> — Sat Nov 28, 2009 9:48 am</p><hr />
]]></content>
	</entry>
	</feed>
