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

	<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>2005-01-14T07:27:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2005-01-14T07:27:23-04:00</updated>

		<published>2005-01-14T07:27:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45380#p45380</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45380#p45380"/>
		<title type="html"><![CDATA[Deop n flag]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45380#p45380"><![CDATA[
hm.. i don't see any important problem in that. if it cannot op itself, it gets an error from the server - that's it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2617">arcane</a> — Fri Jan 14, 2005 7:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-01-14T03:48:39-04:00</updated>

		<published>2005-01-14T03:48:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45370#p45370</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45370#p45370"/>
		<title type="html"><![CDATA[Deop n flag]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45370#p45370"><![CDATA[
Use thise, since the bot cannot op itself also, unless it has an +a or greater flag<br>and you use /samode $chan +o $nick.<br><div class="codebox"><p>Code: </p><pre><code>bind mode - * mode:deop proc mode:deop {nick uhost hand chan mode victim} {  if {[string equal $mode "-o"] &amp;&amp; [matchattr $victim n] &amp;&amp; ![isbotnick $victim]} {   pushmode $chan +o $victim   } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri Jan 14, 2005 3:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-01-13T09:59:59-04:00</updated>

		<published>2005-01-13T09:59:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45342#p45342</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45342#p45342"/>
		<title type="html"><![CDATA[Deop n flag]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45342#p45342"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>if {[matchattr $victim n]} {pushmode $chan +o $victim}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Jan 13, 2005 9:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Longbow]]></name></author>
		<updated>2005-01-13T09:31:56-04:00</updated>

		<published>2005-01-13T09:31:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45341#p45341</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45341#p45341"/>
		<title type="html"><![CDATA[Deop n flag]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45341#p45341"><![CDATA[
This will re-op anyone...<br><br>bind mode - * mode:deop<br>proc mode:deop {nick uhost hand chan mode victim} {<br>  if {"$mode" == "-o"} {<br>    pushmode $chan +o $victim<br>  }<br>}<br><br><br>But how can I change it  so it will only react if $victim has the n flag?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5887">Longbow</a> — Thu Jan 13, 2005 9:31 am</p><hr />
]]></content>
	</entry>
	</feed>
