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

	<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>2004-05-17T13:17:35-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-05-17T13:17:35-04:00</updated>

		<published>2004-05-17T13:17:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36412#p36412</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36412#p36412"/>
		<title type="html"><![CDATA[protection script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36412#p36412"><![CDATA[
Hmm, so you want to also reop the deoped<br>nick back.<br><br>Okay well we need to add an extra line<br>and it should work. Infact doing it in one<br>line would be okay, and would reduce mode<br>floods.<br><br>Here is the code:<br><div class="codebox"><p>Code: </p><pre><code>#Set the specifed nick, which will be deoped #to trigger this script. set deopednick "persons-nick-here" bind mode - "-o" deoped:nick bind mode - "*-o*" deoped:nick proc deoped:nick {nick uhost hand chan mode arg} { global botnick deopednick if {($mode == "-o") &amp;&amp; ($nick != $botnick) &amp;&amp; ([string compare -nocase $deopednick $nick] == 0)} { putquick "MODE $chan -o+o $arg $deopednick"} }</code></pre></div>I think this should do it.<br>Try it out and let me know.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon May 17, 2004 1:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[duofruo]]></name></author>
		<updated>2004-05-17T02:58:16-04:00</updated>

		<published>2004-05-17T02:58:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36398#p36398</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36398#p36398"/>
		<title type="html"><![CDATA[protection script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36398#p36398"><![CDATA[
thx }{<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4023">duofruo</a> — Mon May 17, 2004 2:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-05-17T01:41:24-04:00</updated>

		<published>2004-05-17T01:41:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36390#p36390</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36390#p36390"/>
		<title type="html"><![CDATA[protection script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36390#p36390"><![CDATA[
Try this, this should work.<br>It is a very simple example.<br><blockquote class="uncited"><div>#Set the specifed nick, which will be deoped<br>#to trigger this script.<br>set deopednick "persons-nick-here"<br><br>bind mode - "-o" deoped:nick<br>bind mode - "*-o*" deoped:nick<br><br>proc deoped:nick {nick uhost hand chan mode arg} {<br>global botnick deopednick<br> if {($mode == "-o") &amp;&amp; ($nick != $botnick) &amp;&amp; ([string compare -nocase $deopednick $nick] == 0)} {<br>    putquick "MODE $chan -o $nick"<br>   }<br>}</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon May 17, 2004 1:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dollar]]></name></author>
		<updated>2004-05-16T13:46:39-04:00</updated>

		<published>2004-05-16T13:46:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36383#p36383</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36383#p36383"/>
		<title type="html"><![CDATA[protection script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36383#p36383"><![CDATA[
See the "revenge" and "revenge-mode" chan settings in eggdrop, and take a look at user flag +f.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4046">dollar</a> — Sun May 16, 2004 1:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[duofruo]]></name></author>
		<updated>2004-05-16T09:52:52-04:00</updated>

		<published>2004-05-16T09:52:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36379#p36379</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36379#p36379"/>
		<title type="html"><![CDATA[protection script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36379#p36379"><![CDATA[
i need a script that will deop a person who deops a specific nick in my chan. and that nick to be opped back<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4023">duofruo</a> — Sun May 16, 2004 9:52 am</p><hr />
]]></content>
	</entry>
	</feed>
