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

	<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-12-29T23:29:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-29T23:29:00-04:00</updated>

		<published>2001-12-29T23:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3264#p3264</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3264#p3264"/>
		<title type="html"><![CDATA[partyline mboot / anti-idle?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3264#p3264"><![CDATA[
WHat are you trying to say, that the bot is not booting people off on other bots, only the bot with the script?<br><br>If so, then this is the way the script is working fine, yet a setting on the other bot, is blocking the boot. There is a setting, which will only allow local boots, and no remote boots.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Dec 29, 2001 11:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-29T20:59:00-04:00</updated>

		<published>2001-12-29T20:59:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3259#p3259</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3259#p3259"/>
		<title type="html"><![CDATA[partyline mboot / anti-idle?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3259#p3259"><![CDATA[
Ok this is good, but what if some user is in other bot and not on this one which runs the script.<br>command is like: .boot nick@bot<br><br>Is some fix for that?<p>Statistics: Posted by Guest — Sat Dec 29, 2001 8:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-23T05:33:00-04:00</updated>

		<published>2001-12-23T05:33:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3089#p3089</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3089#p3089"/>
		<title type="html"><![CDATA[partyline mboot / anti-idle?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3089#p3089"><![CDATA[
<br><br>&lt;font size=-1&gt;[ This Message was edited by: jedis on 2001-12-23 04:54 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Sun Dec 23, 2001 5:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-22T23:07:00-04:00</updated>

		<published>2001-12-22T23:07:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3078#p3078</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3078#p3078"/>
		<title type="html"><![CDATA[partyline mboot / anti-idle?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3078#p3078"><![CDATA[
Great, thanks ppslim <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 — Sat Dec 22, 2001 11:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-22T22:53:00-04:00</updated>

		<published>2001-12-22T22:53:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3077#p3077</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3077#p3077"/>
		<title type="html"><![CDATA[partyline mboot / anti-idle?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3077#p3077"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>#set this to the amount of mins idle, before they are kicked offset aidlet 20bind time - "*" time:mbootproc time:mboot {min hour day month year} {  global aidlet  if {[expr [string trimleft $min 0] % 15]} { return }  foreach _A [whom *] {    if {[lindex $_A 3] == "*"} { continue }    if {[lindex $_A 4] == $aidlet} {      boot "[lindex $_A 0]@[lindex $_A 1]" "Anti-idle boot"    }  }}bind dcc n "mboot" dcc:mbootproc dcc:mboot {hand idx arg} {  foreach _A [dcclist chat] {    if {[matchattr [lindex $_A 1] n]} { continue }    boot [lindex $_A 1] "Mass boot"  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Dec 22, 2001 10:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-22T22:35:00-04:00</updated>

		<published>2001-12-22T22:35:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3075#p3075</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3075#p3075"/>
		<title type="html"><![CDATA[partyline mboot / anti-idle?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3075#p3075"><![CDATA[
Found killdcc.tcl, but how about the idle checking?<p>Statistics: Posted by Guest — Sat Dec 22, 2001 10:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-22T22:23:00-04:00</updated>

		<published>2001-12-22T22:23:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3074#p3074</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3074#p3074"/>
		<title type="html"><![CDATA[partyline mboot / anti-idle?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3074#p3074"><![CDATA[
Has anyone heard of such a tcl?<br><br>Looking for something that will check for all users on the partyline, except owners (including remote bots, yes they have remote boot enabled), and if they have been idle more than 15 minutes, to kill their dcc connection.<br><br>Also, a way to kill all dcc connections to the bot, except owners, whether they are idleing or not. .mboot, for example.<br><br>Thanks<p>Statistics: Posted by Guest — Sat Dec 22, 2001 10:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
