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

	<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>2001-11-12T20:21:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-11-12T20:21:00-04:00</updated>

		<published>2001-11-12T20:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1625#p1625</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1625#p1625"/>
		<title type="html"><![CDATA[problems with bseen script! [user] was last seen only -90502]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1625#p1625"><![CDATA[
This is correct. It was down to a date issue.<br><br>As you should know, unixtime is stored and read as seconds since epoc (crap, when was that, can't remember).<br><br>In C, you have to set the size of a variable, 1 size too many for the data you are going to handle, as a null terminator is used at the end, and as such, is part of the strings length.<br><br>When the size of the number increased an extra digit in september, it caused problems on some systems.<br><br>This was fixed way back, between 1.6.4 and 1.6.5, but was never very well publicised until a few weeks before the bug was due to occur.<br><br>A simple upgrade is all that is needed to fix the issue, or placing the following 3 lines at the bottom of your config file<blockquote class="uncited"><div>proc unixtime {} {<br>  return [clock seconds]<br>}</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Nov 12, 2001 8:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-12T18:30:00-04:00</updated>

		<published>2001-11-12T18:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1622#p1622</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1622#p1622"/>
		<title type="html"><![CDATA[problems with bseen script! [user] was last seen only -90502]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1622#p1622"><![CDATA[
thanks!<br>that solved the problem.<p>Statistics: Posted by Guest — Mon Nov 12, 2001 6:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-12T17:06:00-04:00</updated>

		<published>2001-11-12T17:06:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1620#p1620</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1620#p1620"/>
		<title type="html"><![CDATA[problems with bseen script! [user] was last seen only -90502]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1620#p1620"><![CDATA[
I had this problem as well with 1.6.4.  Upgrading to 1.6.6 solved the issue.  My belief at the time was it was caused by the date bug which was documented on the front page here back when it surfaced and became an issue.<br><br>later<br>P<br><p>Statistics: Posted by Guest — Mon Nov 12, 2001 5:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-12T15:55:00-04:00</updated>

		<published>2001-11-12T15:55:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1619#p1619</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1619#p1619"/>
		<title type="html"><![CDATA[problems with bseen script! [user] was last seen only -90502]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1619#p1619"><![CDATA[
hi<br>i got this strange problem with my bseen script. it seems like it counts the time since a user left the chan 10 times too slow or it prints a message like this one:<br><br>crnholio, [user] was last seen on @bot/#chan only -905027966 seconds ago.<br><br>could somebody help me please? it ssems like its a failure in the user-file, because the failure is on the whole botnet (2bots <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile">)<p>Statistics: Posted by Guest — Mon Nov 12, 2001 3:55 pm</p><hr />
]]></content>
	</entry>
	</feed>
