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

	<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>2003-10-13T09:43:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-10-13T09:43:57-04:00</updated>

		<published>2003-10-13T09:43:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28394#p28394</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28394#p28394"/>
		<title type="html"><![CDATA[chanlimit with random/set delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28394#p28394"><![CDATA[
it works soomthely with no errors <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> , I haven't tried the new features yet (I only enabled the server limit check, but yet didnt happen). I'll inform if anything detected. thank you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Oct 13, 2003 9:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[slennox]]></name></author>
		<updated>2003-10-12T15:03:19-04:00</updated>

		<published>2003-10-12T15:03:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28347#p28347</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28347#p28347"/>
		<title type="html"><![CDATA[chanlimit with random/set delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28347#p28347"><![CDATA[
Well, here it is finally. I actually finished most of the code changes a couple of weeks ago, but got sidetracked (as one does) before finishing the documentation.<br><br>I didn't add my "set the limit based on the number of users in the channel (a percentage setting)" feature--after some thinking I decided it would be silly in practice. Instead, I implemented a feature that will let you do ".chanset #channel +chanlimit" and the like, which I believe is what some people want.<br><br>This is the first of the stock netbots.tcl components to be made in a "unified" format so that I don't have to maintain a separate netbots.tcl component and standalone version. This required the setting descriptions be split into a separate "readme.txt" file, so that the little settings block in the script file itself can be copied to netset.tcl, if required, without making a mess. I was also thinking of making the readme.txt in HTML instead. In any case, the "settings descriptions" section needs improvement and I might add the "default" and "valid settings" tips which are a feature of the netbots.tcl component docs.<br><br>In future I intend to split all of the components (botnetop.tcl, extras.tcl, etc.) from the netbots.tcl core and create these separate unified versions. This will allow me to update them individually, instead of netbots.tcl as a whole (which is too big for me to work on these days). I won't be doing anything revolutionary with the scripts, just adding some basic features as I've done with chanlimit.tcl. I'll also stamp the GNU GPL on them to replace my poor excuse for a licence.<br><br>Anyway, load the thing and let me know if it spits out errors or doesn't work as expected <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><br><br><a href="http://www.egghelp.org/chanlimit4.5.tar.gz" class="postlink">http://www.egghelp.org/chanlimit4.5.tar.gz</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13034">slennox</a> — Sun Oct 12, 2003 3:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-09-23T12:18:27-04:00</updated>

		<published>2003-09-23T12:18:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27475#p27475</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27475#p27475"/>
		<title type="html"><![CDATA[chanlimit with random/set delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27475#p27475"><![CDATA[
I dont have any problem testing it too <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=3085">Sir_Fz</a> — Tue Sep 23, 2003 12:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bytez]]></name></author>
		<updated>2003-09-23T00:02:28-04:00</updated>

		<published>2003-09-23T00:02:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27457#p27457</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27457#p27457"/>
		<title type="html"><![CDATA[chanlimit with random/set delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27457#p27457"><![CDATA[
Thanks Slennox, I'll surely test it  Your scripts rocks! <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=3647">Bytez</a> — Tue Sep 23, 2003 12:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[slennox]]></name></author>
		<updated>2003-09-22T23:01:30-04:00</updated>

		<published>2003-09-22T23:01:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27455#p27455</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27455#p27455"/>
		<title type="html"><![CDATA[chanlimit with random/set delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27455#p27455"><![CDATA[
Three things I'll probably be motivated to do with chanlimit.tcl in the next week:<ul><li>Add a random delay, as suggested by yourself.</li><li>Add a +l enforcement option, as suggested by Oliviero.</li><li>Set the limit based on the number of users in the channel (a percentage setting) rather than a fixed number, as suggested by myself.</li></ul>Then I'll release it as an updated netbots component and standalone version.<br><br>The condition is that someone here has to test it, otherwise I'm not doing anything <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13034">slennox</a> — Mon Sep 22, 2003 11:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bytez]]></name></author>
		<updated>2003-09-19T20:16:41-04:00</updated>

		<published>2003-09-19T20:16:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27327#p27327</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27327#p27327"/>
		<title type="html"><![CDATA[chanlimit with random/set delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27327#p27327"><![CDATA[
Hi, I'm currently using the non-netbots version of chanlimit1.5.  I was wondering if there will be a random delay option like the one on netbots in the future?  The reason is because I don't want to have to go through the hassle of configuring again since I only want that one feature in the netbots version.  I want more than one bot to have the chanlimit running so there is always a bot available to do the limiting whenever the other bots are not available.  <br><br>Slennox, is it possible for you paste the code to add a random delay to the non-netbots version of chanlimit1.5.tcl  and an option to load the script on all bots ? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">   Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3647">Bytez</a> — Fri Sep 19, 2003 8:16 pm</p><hr />
]]></content>
	</entry>
	</feed>
