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

	<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>2005-09-13T16:27:17-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-13T16:18:33-04:00</updated>

		<published>2005-09-13T16:18:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55691#p55691</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55691#p55691"/>
		<title type="html"><![CDATA[Weird Problem with Serverlag on Eggdrop 1.6.17]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55691#p55691"><![CDATA[
milliseconds are almost meaningless on IRC, and it's amazing how many scripts follow BitchX's <em class="text-italics">133t</em> approach for measuring lag<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Sep 13, 2005 4:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-09-13T16:27:17-04:00</updated>

		<published>2005-09-13T16:06:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55690#p55690</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55690#p55690"/>
		<title type="html"><![CDATA[Weird Problem with Serverlag on Eggdrop 1.6.17]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55690#p55690"><![CDATA[
one note, the script doesn't use proper milliseconds, because uses<br>[clock clicks]<br>instead of<br>[clock clicks -m]<br>which is the proper way to get a milliseconds timestamp. Is it possible that while changing the eggdrop version also the system got some updates or it was compiled with another TCL version, so the clock command returned probably an other clicks type. ah dont forget to edit the expr line to compensade the change <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink">.<br><br>just to show you that it actually makes a difference:<blockquote class="uncited"><div>[20:55:41] tcl: evaluate (.tcl): clock clicks -m<br>Tcl: 1126641341021<br>[20:55:46] tcl: evaluate (.tcl): clock clicks<br>Tcl: 1126641346986467</div></blockquote>as you can see, on the system that was captured we have 3 more digits, so clicks are microseconds instead of milliseconds ^-^.<br><br>oh, and one more note, for measering lag, you usually use the "PING" command with a parameter like:<br>putquick "PING $lag"<br>and later you can check the return parameter of ping (the server will exactly reply the same parameter) to ensure we are really use the requested ping reply and not one that might have been send by another event.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Tue Sep 13, 2005 4:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-10T14:09:31-04:00</updated>

		<published>2005-09-10T14:09:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55569#p55569</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55569#p55569"/>
		<title type="html"><![CDATA[Weird Problem with Serverlag on Eggdrop 1.6.17]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55569#p55569"><![CDATA[
if your channel is registered with some form of network-wide channel service, you don't bother with takeovers - you can always easily reverse one, should it ever happen<br><br>if your channel is not registered and your enemies manage to somehow gain ops, chances are they will take over the channel anyway, no matter which version eggdrop you use - there isn't a bot or/and script that guarantees your botnet will emerge victorious from the op/deop battle - and if you don't have at least 10-15 opped bots, forget about protection from hacked ops<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Sep 10, 2005 2:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^CJ^]]></name></author>
		<updated>2005-09-10T13:51:38-04:00</updated>

		<published>2005-09-10T13:51:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55568#p55568</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55568#p55568"/>
		<title type="html"><![CDATA[Weird Problem with Serverlag on Eggdrop 1.6.17]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55568#p55568"><![CDATA[
Thanks for the answer!<br>As the bots are basically used as channelprotection on quakenet, i thought it might be better to have a fast latency in order to react more quickly to overtake attempts. Considering that would you still recommend the slower latency? If not so, would it be a stable solution to use the new eggdrop version with the old server.so?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6709">^CJ^</a> — Sat Sep 10, 2005 1:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-10T12:58:19-04:00</updated>

		<published>2005-09-10T12:58:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55564#p55564</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55564#p55564"/>
		<title type="html"><![CDATA[Weird Problem with Serverlag on Eggdrop 1.6.17]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55564#p55564"><![CDATA[
that's probably due to a change in output queue(s) handling in .17<br><br>however, the ms latency is not that important; what is important is a proper output rate so the bot won't flood itself out<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Sep 10, 2005 12:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^CJ^]]></name></author>
		<updated>2005-09-10T10:52:52-04:00</updated>

		<published>2005-09-10T10:52:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55560#p55560</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55560#p55560"/>
		<title type="html"><![CDATA[Weird Problem with Serverlag on Eggdrop 1.6.17]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55560#p55560"><![CDATA[
Hi,<br><br>i recently experienced a weird problem on my shell:<br><br>using a script that checks the lag the bot has to IRC, i got totally different results on eggdrop 1.6.17 and 1.6.15. I had one bot of each version connected from the same shell to the same irc server, the .15 bot hat a latency of 0.8-4ms, the .17 bot had 48ms+! I used this script: <a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=971" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... oad&amp;id=971</a> and also another one to which i have no url but which returned exaclty the same results...<br><br>I also found a workaround for the problem after a lot of experimenting: after i copied the server.so from the .15 modules/ folder to .17 and restarted, the .17 bot had the same low ping!<br><br>I tried that on 2 different shells and the result was the same. Is anyone else experiencing the same problem? Maybe this is just some sort of compatibility problem with the script? I'm not sure whether the bot really has that higher latency or if its just the displayed value thats different.<br><br>pls help  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6709">^CJ^</a> — Sat Sep 10, 2005 10:52 am</p><hr />
]]></content>
	</entry>
	</feed>
