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

	<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>2002-08-28T06:40:20-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-08-28T06:40:20-04:00</updated>

		<published>2002-08-28T06:40:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10098#p10098</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10098#p10098"/>
		<title type="html"><![CDATA[Eggdrop Seen Problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10098#p10098"><![CDATA[
There is no need for the .save.<br><br>The userfile is just a filesystem based version of what it has in memory about the users (with the exception of storing the current channel modes the user has).<br><br>The user file is just used to re-create what it has in memory about the user, when the bot requires a restart.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Aug 28, 2002 6:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-28T06:17:12-04:00</updated>

		<published>2002-08-28T06:17:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10096#p10096</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10096#p10096"/>
		<title type="html"><![CDATA[Eggdrop Seen Problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10096#p10096"><![CDATA[
<blockquote class="uncited"><div>when wth is somebody in the userfile ?!<br>somebody enter and leave the chan, and he isn't seen with the bot ...</div></blockquote>One tip in addition to the above (I hope this is valid!) is to type: .save in the eggdrop console after you add the user and before you try and run a seen query on the bot.  <br><br>If the user isn't registered in the eggdrop's user file (by typing .adduser user hostname? in console) AND the userfile isn't updated (ie by typing .save in console), then as I understand it no seen data will be logged for that user and consequently no seen requests will be successful.<br><br>I had this problem a few times when trying to get the seen mod to work.<p>Statistics: Posted by Guest — Wed Aug 28, 2002 6:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-08-15T18:46:35-04:00</updated>

		<published>2002-08-15T18:46:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9829#p9829</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9829#p9829"/>
		<title type="html"><![CDATA[Eggdrop Seen Problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9829#p9829"><![CDATA[
As stated, it's up to you, and it depends on your requirments.<br><br>Compiling the seen module, if you need it or not, will not affect your use of eggdrop.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Aug 15, 2002 6:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-15T18:43:23-04:00</updated>

		<published>2002-08-15T18:43:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9828#p9828</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9828#p9828"/>
		<title type="html"><![CDATA[Eggdrop Seen Problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9828#p9828"><![CDATA[
so, to compile the seen module within is useless, or not ?<p>Statistics: Posted by Guest — Thu Aug 15, 2002 6:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-08-15T17:03:38-04:00</updated>

		<published>2002-08-15T17:03:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9827#p9827</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9827#p9827"/>
		<title type="html"><![CDATA[Eggdrop Seen Problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9827#p9827"><![CDATA[
Eggdrop is heavily based on it's userfile.<br><br>The usefile stores and records user information, like password, flags, hostmasks, last seen times and more.<br><br>Only people that are specificaly added by a master or owner are recorded.<br><br>The seen module works by recalling data allready stored int he userfile, and as such, only recalls users it knows. <strong class="text-strong">It can't recall any old joe that comes a knocking!!</strong><br><br>To do this, see the seen script bseen, or it's module equivilant gseen.<br><br>Searches on google or looking in the links and tcl archive will help you find these.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Aug 15, 2002 5:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-15T16:59:58-04:00</updated>

		<published>2002-08-15T16:59:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9826#p9826</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9826#p9826"/>
		<title type="html"><![CDATA[Eggdrop Seen Problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9826#p9826"><![CDATA[
when wth is somebody in the userfile ?!<br>somebody enter and leave the chan, and he isn't seen with the bot ...<p>Statistics: Posted by Guest — Thu Aug 15, 2002 4:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kain]]></name></author>
		<updated>2002-08-15T16:13:06-04:00</updated>

		<published>2002-08-15T16:13:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9823#p9823</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9823#p9823"/>
		<title type="html"><![CDATA[Eggdrop Seen Problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9823#p9823"><![CDATA[
like i just said, if your trying to do a !seen on someone that isnt in the userfile it wont work, either try it on a nick that is, or download <a href="http://www.egghelp.org/files/tcl/bseen1.4.2.tar.gz" class="postlink">Bass's seen script</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=981">kain</a> — Thu Aug 15, 2002 4:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-15T16:10:06-04:00</updated>

		<published>2002-08-15T16:10:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9822#p9822</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9822#p9822"/>
		<title type="html"><![CDATA[Eggdrop Seen Problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9822#p9822"><![CDATA[
in which part ?<br>at the beginning with e.g. blowfish it has no effect <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">(<p>Statistics: Posted by Guest — Thu Aug 15, 2002 4:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kain]]></name></author>
		<updated>2002-08-15T16:08:21-04:00</updated>

		<published>2002-08-15T16:08:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9821#p9821</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9821#p9821"/>
		<title type="html"><![CDATA[Eggdrop Seen Problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9821#p9821"><![CDATA[
Thats the problem, your using the most simple config file. however that doesnt matter, add the following text to your .conf file and the seen module will be loaded:<br><br>#### SEEN MODULE #### <br><br>loadmodule seen <br><br>Thats all you need to do, but you must remember that the seen module included with your eggdrop is basic, it will only store seen data on users who exist in its userfile, ie: they must have an account on your bot.<br>There are other seen scripts in the <a href="http://www.egghelp.org/tcl.htm" class="postlink">TCL Archive</a>, <a href="http://www.egghelp.org/files/tcl/bseen1.4.2.tar.gz" class="postlink">Bass's seen script</a> is very good and has other functions like !lastspoke &lt;nick&gt; (returns time since nick last spoke) and wildcard searches. check the <a href="http://www.egghelp.org/tcl.htm" class="postlink">TCL Archive</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=981">kain</a> — Thu Aug 15, 2002 4:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-08-15T15:55:03-04:00</updated>

		<published>2002-08-15T15:55:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9820#p9820</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9820#p9820"/>
		<title type="html"><![CDATA[Eggdrop Seen Problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9820#p9820"><![CDATA[
You can simply add this line, without any issue.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Aug 15, 2002 3:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-15T15:48:51-04:00</updated>

		<published>2002-08-15T15:48:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9819#p9819</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9819#p9819"/>
		<title type="html"><![CDATA[Eggdrop Seen Problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9819#p9819"><![CDATA[
hmm, in the eggdrop.simple.conf this lines doesnt exist<p>Statistics: Posted by Guest — Thu Aug 15, 2002 3:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kain]]></name></author>
		<updated>2002-08-15T15:44:54-04:00</updated>

		<published>2002-08-15T15:44:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9818#p9818</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9818#p9818"/>
		<title type="html"><![CDATA[Eggdrop Seen Problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9818#p9818"><![CDATA[
In your bots *.conf file, look for:<br><br>#### SEEN MODULE ####<br><br># This module provides very basic seen commands via msg, on channel or via dcc.<br># This module works only for users in the bot's userlist. If you are looking for<br># a better and more advanced seen module, try the gseen module by G'Quann. You<br># can find it at <a href="http://www.visions-of-fantasy.de/gseen.mod/" class="postlink">http://www.visions-of-fantasy.de/gseen.mod/</a>.<br>#loadmodule seen<br><br>The bottom line needs to be: "loadmodule seen" remove the # and the basic seen module will be loaded.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=981">kain</a> — Thu Aug 15, 2002 3:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-15T15:37:29-04:00</updated>

		<published>2002-08-15T15:37:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9817#p9817</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9817#p9817"/>
		<title type="html"><![CDATA[Eggdrop Seen Problem.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9817#p9817"><![CDATA[
Hi<br>I have compiled an eggdrop1.6.10 on a FreeBSD 4.5 System with an similar howto as yours (additional tcl install howto.)<br>i rewrote the eggdrop.simple.conf to eggdrop.conf<br>now, although i installed the seen module in make iconfig, it isn`t started automatically when the bot enters the channel.<br>(if it is important, it runs in the euirc network)<br>now, how can i activate my seen module ?<br><br>ps: dust on my head, i didnt know to search with the right keywords that are related to such a topic, i`m sure it is answered quite often<p>Statistics: Posted by Guest — Thu Aug 15, 2002 3:37 pm</p><hr />
]]></content>
	</entry>
	</feed>
