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

	<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-04-25T17:50:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-04-25T17:50:58-04:00</updated>

		<published>2007-04-25T17:50:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72254#p72254</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72254#p72254"/>
		<title type="html"><![CDATA[Eggdrop De-Op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72254#p72254"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind mode - "% +o" bot:deopproc bot:deop {nick uhost hand chan mc targ} { if {[isbotnick $targ]} {  pushmode $chan -o $::botnick }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Apr 25, 2007 5:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MattShiloh]]></name></author>
		<updated>2007-04-25T14:03:10-04:00</updated>

		<published>2007-04-25T14:03:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72251#p72251</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72251#p72251"/>
		<title type="html"><![CDATA[Eggdrop De-Op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72251#p72251"><![CDATA[
Our admin/guru tried the code with no success.  Thank you for the idea though, it was much better than what I had.<br><br>Anyone else have anything?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8943">MattShiloh</a> — Wed Apr 25, 2007 2:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2007-04-25T11:33:22-04:00</updated>

		<published>2007-04-25T11:33:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72247#p72247</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72247#p72247"/>
		<title type="html"><![CDATA[Eggdrop De-Op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72247#p72247"><![CDATA[
Try:<br><div class="codebox"><p>Code: </p><pre><code>bind mode -|- "% *+o*" check:opproc check:op {nick host hand chan mode victim} {    global botnick    if {$mode == +o &amp;&amp; [string equal -nocase $botnick $victim]} {        putquick "MODE $chan -o $botnick" -next    }}# when the bot joins a channel and no one is op, and the bot becomes op, we  need to reverse thisbind join -|- {*} check:joinproc check:join {nick host hand chan} {    global botnick    if {![string equal -nocase $botnick $nick]} { return }    if {[botisop $chan]} {        putquick "MODE $chan -o $botnick" -next    }}</code></pre></div>Not tested!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Wed Apr 25, 2007 11:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MattShiloh]]></name></author>
		<updated>2007-04-25T14:00:32-04:00</updated>

		<published>2007-04-25T10:59:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=72246#p72246</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=72246#p72246"/>
		<title type="html"><![CDATA[Eggdrop De-Op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=72246#p72246"><![CDATA[
The company I work for runs an internal IRC Server that we use for a "unofficial" communications method when our SIP Server decides to take a nap, and so that the Linux kids can talk to the others.  On this server our admin runs an eggdrop that logs channels upon request of the channel founders.<br><br>What we have found is that sometimes these channels are abandoned and the channel will drop from reg on the server, but the eggdrop will still join these channels as the channel was on the autojoin.  However when the channel isn't registered, our eggdrop automatically gets ops... and we don't want that.  So my question is:<br><br>Does anyone know of a way in which to make eggdrop automatically remove ops from itself when it gets them, or is given them by someone (ie a channel op) or by chanserv?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8943">MattShiloh</a> — Wed Apr 25, 2007 10:59 am</p><hr />
]]></content>
	</entry>
	</feed>
