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

	<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>2007-05-27T20:47:17-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-05-27T20:47:17-04:00</updated>

		<published>2007-05-27T20:47:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73076#p73076</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73076#p73076"/>
		<title type="html"><![CDATA[Idlekickcode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73076#p73076"><![CDATA[
To get your started off:<br>Basically you have to store every users idle time of a channel in an array I suppose and update them every sec. Check everymin for every person in the array and kick/ban the ones idle for 10 or more mins.<br><br>Now to check for the interesting words. If a user types a msg and it is not "." (anti-idle sign) or does not contain "." or any other uninteresting word, change the idle time for that user in the array, incr the previous value by 10.<br><br>This is what I understood from your explanation.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun May 27, 2007 8:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-05-24T17:46:14-04:00</updated>

		<published>2007-05-24T17:46:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72968#p72968</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72968#p72968"/>
		<title type="html"><![CDATA[Idlekickcode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72968#p72968"><![CDATA[
@xU:<br>Unfortunately, getchanidle does not allow you to ignore "non-important" messages, which is the kind of solution the thread-author initially requested.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu May 24, 2007 5:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[xU]]></name></author>
		<updated>2007-05-24T17:36:38-04:00</updated>

		<published>2007-05-24T17:36:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72965#p72965</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72965#p72965"/>
		<title type="html"><![CDATA[Idlekickcode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72965#p72965"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>  getchanidle &lt;nickname&gt; &lt;channel&gt;    Returns: number of minutes that person has been idle; 0 if the      specified user isn't on the channel    Module: irc</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9018">xU</a> — Thu May 24, 2007 5:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2007-05-18T18:21:24-04:00</updated>

		<published>2007-05-18T18:21:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72826#p72826</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72826#p72826"/>
		<title type="html"><![CDATA[Idlekickcode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72826#p72826"><![CDATA[
<blockquote class="uncited"><div>I've been there an most scripts where pre 2006 so I'm not quite sure whether they are at all compatible to current versions.<br>I'll try your suggestion then.</div></blockquote>While you are correct in assuming that some scripts won't work for <em class="text-italics">all</em> eggdrops, the majority of tcl's written these days are for the eggdrop1.6x series, which (imho) is the best and most stable eggdrop yet.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Fri May 18, 2007 6:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TheConstructor]]></name></author>
		<updated>2007-05-18T11:43:29-04:00</updated>

		<published>2007-05-18T11:43:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72819#p72819</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72819#p72819"/>
		<title type="html"><![CDATA[Idlekickcode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72819#p72819"><![CDATA[
I've been there an most scripts where pre 2006 so I'm not quite sure whether they are at all compatible to current versions.<br>I'll try your suggestion then.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8875">TheConstructor</a> — Fri May 18, 2007 11:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2007-05-18T11:27:29-04:00</updated>

		<published>2007-05-18T11:27:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72818#p72818</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72818#p72818"/>
		<title type="html"><![CDATA[Idlekickcode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72818#p72818"><![CDATA[
<blockquote class="uncited"><div>So which script did you find?<br><br>I'm now in that position, that i want to filter msges with less than 3 chars and don't know which script is still running in recent eggdrop releases.</div></blockquote>I found thirty-oen matches for <em class="text-italics">idle</em> in the tcl archive.  Don't be so lazy  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink">  try <a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=152" class="postlink">MC_8's anti-idle script</a>, which I have used in the past, mainly because it is so flexible.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Fri May 18, 2007 11:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TheConstructor]]></name></author>
		<updated>2007-05-18T09:40:05-04:00</updated>

		<published>2007-05-18T09:40:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72812#p72812</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72812#p72812"/>
		<title type="html"><![CDATA[Idlekickcode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72812#p72812"><![CDATA[
So which script did you find?<br><br>I'm now in that position, that i want to filter msges with less than 3 chars and don't know which script is still running in recent eggdrop releases.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8875">TheConstructor</a> — Fri May 18, 2007 9:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tales[c]]]></name></author>
		<updated>2006-10-12T08:29:39-04:00</updated>

		<published>2006-10-12T08:29:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67100#p67100</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67100#p67100"/>
		<title type="html"><![CDATA[Idlekickcode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67100#p67100"><![CDATA[
thank you. closed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8275">tales[c]</a> — Thu Oct 12, 2006 8:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-10-12T07:45:15-04:00</updated>

		<published>2006-10-12T07:45:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67099#p67099</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67099#p67099"/>
		<title type="html"><![CDATA[Idlekickcode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67099#p67099"><![CDATA[
<blockquote class="uncited"><div>Search the TCL Archive. Don't be lazy  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"></div></blockquote>I tried that one.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Oct 12, 2006 7:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-10-11T01:51:52-04:00</updated>

		<published>2006-10-11T01:51:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67081#p67081</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67081#p67081"/>
		<title type="html"><![CDATA[Idlekickcode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67081#p67081"><![CDATA[
Search the TCL Archive. Don't be lazy  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Oct 11, 2006 1:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tales[c]]]></name></author>
		<updated>2006-10-10T14:11:45-04:00</updated>

		<published>2006-10-10T14:11:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67074#p67074</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67074#p67074"/>
		<title type="html"><![CDATA[Idlekickcode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67074#p67074"><![CDATA[
Please can you write me such a script nevertheless?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8275">tales[c]</a> — Tue Oct 10, 2006 2:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2006-10-10T12:41:08-04:00</updated>

		<published>2006-10-10T12:41:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67067#p67067</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67067#p67067"/>
		<title type="html"><![CDATA[Idlekickcode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67067#p67067"><![CDATA[
I'd have to agree with rosc on that one...<br>If you really need to get rid of creative idlers, you'd best off manually kick+ban:ing 'em...<br><br>I guess you could write a script that kicks ppl immediately on texts like "."; but I'm afraid you'll end up increasing that list to such sizes that the search-time makes it really useless...<br><br>It's really abit like fighting spammers.. you're always one step behind<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Oct 10, 2006 12:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-10-10T11:37:59-04:00</updated>

		<published>2006-10-10T11:37:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67064#p67064</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67064#p67064"/>
		<title type="html"><![CDATA[Idlekickcode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67064#p67064"><![CDATA[
What's to stop users from simply using a script to produce random text, like from a quotes file?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Tue Oct 10, 2006 11:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tales[c]]]></name></author>
		<updated>2006-10-10T07:02:36-04:00</updated>

		<published>2006-10-10T07:02:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67053#p67053</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67053#p67053"/>
		<title type="html"><![CDATA[I am looking for an idlekickcode for my eggdrop.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67053#p67053"><![CDATA[
The eggdrop shall kick after 10 minutes user-idletime. Uninteresting words or commands shall filtered out.. If there is an interesting word or command, the counter shell start newly. The eggdrop shall be able to filter <span style="text-decoration:underline">not only one</span> word or sign out, but <span style="text-decoration:underline">more then one</span> word or sign simultaneously, which i can adjust manually in the code. At the moment I have only a "." as an uninteresting sign, but i will add some uninteresting words later. "." is an uninteresting sign, because the users use it as an anti-idle-sign, so they have new 10 minutes idletime. My aim is it to avoid nonsensical anti idle messages, more than before.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8275">tales[c]</a> — Tue Oct 10, 2006 7:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-10-09T18:58:58-04:00</updated>

		<published>2006-10-09T18:58:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67029#p67029</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67029#p67029"/>
		<title type="html"><![CDATA[Idlekickcode]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67029#p67029"><![CDATA[
<blockquote class="uncited"><div>I am looking for an idlekickcode for my eggdrop.</div></blockquote><a href="http://www.egghelp.org/tcl.htm" class="postlink">Tcl Archive</a><br><br>Use "idle" as your keyword.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Oct 09, 2006 6:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
