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

	<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-08-05T20:25:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-08-05T20:25:28-04:00</updated>

		<published>2007-08-05T20:25:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75063#p75063</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75063#p75063"/>
		<title type="html"><![CDATA[Re: ayeah sir]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75063#p75063"><![CDATA[
<blockquote class="uncited"><div>if we already have more bots the bot will aslo deop the other bot ? if they are idle????</div></blockquote>Yes indeed..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Aug 05, 2007 8:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ircguru]]></name></author>
		<updated>2007-08-04T16:37:52-04:00</updated>

		<published>2007-08-04T16:37:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74985#p74985</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74985#p74985"/>
		<title type="html"><![CDATA[ayeah sir]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74985#p74985"><![CDATA[
if we already have more bots the bot will aslo deop the other bot ? if they are idle????<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9170">ircguru</a> — Sat Aug 04, 2007 4:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZEXEL]]></name></author>
		<updated>2007-05-09T00:18:25-04:00</updated>

		<published>2007-05-09T00:18:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72614#p72614</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72614#p72614"/>
		<title type="html"><![CDATA[yeah..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72614#p72614"><![CDATA[
thanks @awyeah &amp; nice job!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7909">ZEXEL</a> — Wed May 09, 2007 12:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-05-11T08:57:38-04:00</updated>

		<published>2007-05-08T21:36:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72612#p72612</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72612#p72612"/>
		<title type="html"><![CDATA[auto deop &amp; devoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72612#p72612"><![CDATA[
Heres a similar script I coded, it uses chanserv why replies to find out. You can check it out, though you need to modify the active channels and upto which chanserv access level the bot can deop the user. <br><br>It runs every 15mins and checks all idle ops and deops if they are idle for an hour or more and voices them instead.<br><div class="codebox"><p>Code: </p><pre><code>bind time - "*" idle:opsbind notc - "*" idle:ops:chanserv:whyproc idle:ops {m h d mo y} { global botnick chanserv idledeop if {$m} {set m [string trimleft $m 0]} if {$m % 15 == 0} { foreach chan "#klsex #miri" {  foreach user [chanlist $chan] {   if {[isop $user $chan] &amp;&amp; ![isbotnick $user] &amp;&amp; ![string equal "awyeah" $user] &amp;&amp; ![string equal "enforcing" $user] &amp;&amp; ([getchanidle $user $chan] &gt; 60)} {    putserv "PRIVMSG $chanserv :WHY $chan $user"      if {[info exists idledeop]} { unset idledeop }        set idledeop 1        }      }    }  }}proc idle:ops:chanserv:why {nick uhost hand text {dest ""}} { global botnick idledeop  if {[info exists idledeop]} {  set text [stripcodes bcruag $text]   if {[isbotnick $dest] &amp;&amp; [string equal "ChanServ" $nick] &amp;&amp; [string match "*has * access to #* *Reason:*" $text] &amp;&amp; [string equal -nocase "#klsex" [string trimright [lindex $text 5] .]] || [string equal -nocase "#miri" [string trimright [lindex $text 5] .]]} {    if {[string equal "AOp" [lindex $text 2]] || [string equal "NO" [lindex $text 2]]} {     utimer [rand 60] [list putquick "MODE [string trimright [lindex $text 5] .] -o+v-k [lindex $text 0] [lindex $text 0] 2Idle.op.12deoped.and.2voiced" -next]      if {[info exists idledeop]} { unset idledeop }      }    }  }}</code></pre></div><em class="text-italics">Note: edited as there was a small bug</em><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue May 08, 2007 9:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-03-20T02:25:31-04:00</updated>

		<published>2007-03-20T02:25:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71407#p71407</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71407#p71407"/>
		<title type="html"><![CDATA[auto deop &amp; devoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71407#p71407"><![CDATA[
<a href="http://www.egghelp.org/tcl.htm" class="postlink">Tcl Archive</a><br><br>Using "autovoice" or "autoop" you should find a number of scripts that need little or no editing.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Mar 20, 2007 2:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KONTOL]]></name></author>
		<updated>2007-03-20T01:12:46-04:00</updated>

		<published>2007-03-20T01:12:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71401#p71401</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71401#p71401"/>
		<title type="html"><![CDATA[auto deop &amp; devoice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71401#p71401"><![CDATA[
Does any one can help us to write a standalone tcl script that can read:<br>*** HG`Net`Berau is away:  O....F.......F.....................<br>*** pletok- has been idle 8hrs 11mins 31secs, signed on Tue Mar 20 02:10:46<br>that will be show when we WHOIS some one on dalnet irc.<br><br>The bot will be check all of the nick on some channel every xxx minutes like we want and then if match, then bot will be deop or devoice that nick. I hope some one can help us! I just need standalone script not all-in-one like AllProtection. And I've been searching all around of <a href="http://www.egghelp.org/tcl.htm" class="postlink">Tcl Archive</a> but doesn't finded the good one!   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"> <br><br>Thank you very much for your attention and I appriciated...  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8826">KONTOL</a> — Tue Mar 20, 2007 1:12 am</p><hr />
]]></content>
	</entry>
	</feed>
