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

	<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-07-27T14:36:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-07-27T14:36:02-04:00</updated>

		<published>2007-07-27T14:36:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74784#p74784</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74784#p74784"/>
		<title type="html"><![CDATA[deop rm help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74784#p74784"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>setudef flag deoprmbind mode - "* -o" deop:rmproc deop:rm {nick uhost hand chan mc deop} {   if {[channel get $chan deoprm] &amp;&amp; ![matchattr $hand nmb|nmb $chan] &amp;&amp; [matchattr [nick2hand $deop $chan] nm|nm $chan]} {    set banmask *!*@[lindex [split [getchanhost $nick $chan] @] 1]    catch {deluser $hand}    save    putlog "Removed $hand Reason: Deoped bot or a admin on $chan."    putserv "MODE $chan -o+b $nick $banmask"    putserv "kick $chan $nick :Cya loser."  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Jul 27, 2007 2:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sdays]]></name></author>
		<updated>2007-07-26T17:33:38-04:00</updated>

		<published>2007-07-26T17:33:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74773#p74773</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74773#p74773"/>
		<title type="html"><![CDATA[deop rm help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74773#p74773"><![CDATA[
Okay, when a op on bot deops a guest he removes op and kbs him, i want this to work only when a user deops bot owner or master<br><div class="codebox"><p>Code: </p><pre><code>setudef flag deoprmbind mode - "* -o" deop:rmproc deop:rm {nick uhost hand chan mc deop} {    if {[channel get $chan deoprm] &amp;&amp; ![matchattr $hand nmb|nmb $chan]} {    set banmask *!*@[lindex [split [getchanhost $nick $chan] @] 1]    catch {deluser $hand}    save    putlog "Removed $hand Reason: Deoped bot or a admin on $chan."    putserv "MODE $chan -o+b $nick $banmask"    putserv "kick $chan $nick :Cya loser."  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8306">sdays</a> — Thu Jul 26, 2007 5:33 pm</p><hr />
]]></content>
	</entry>
	</feed>
