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

	<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>2006-08-19T13:58:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-08-19T13:50:56-04:00</updated>

		<published>2006-08-19T13:50:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65639#p65639</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65639#p65639"/>
		<title type="html"><![CDATA[Deop user that was op'ed by op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65639#p65639"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind mode - * check_deop proc check_deop {nick host hand chan mode target} {  if {$mode == "+o" &amp;&amp; ![isbotnick $nick] &amp;&amp; ![isbotnick $target]} {   pushmode $chan "-o" $target  } } </code></pre></div>This did the trick thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Sat Aug 19, 2006 1:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-08-19T13:58:00-04:00</updated>

		<published>2006-08-19T13:16:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65635#p65635</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65635#p65635"/>
		<title type="html"><![CDATA[Deop user that was op'ed by op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65635#p65635"><![CDATA[
Nope it don't have secureop services thats why I am looking for a simple script to force bot to deop temp oppers, the bots op levels are stronger then the regular ops levels...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Sat Aug 19, 2006 1:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2006-08-19T08:22:45-04:00</updated>

		<published>2006-08-19T08:22:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65626#p65626</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65626#p65626"/>
		<title type="html"><![CDATA[Deop user that was op'ed by op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65626#p65626"><![CDATA[
If your bot does'nt deop ppl being opped, it's due to one of these reasons:<ol style="list-style-type:decimal"><li>User opping is identified as Master (+m) or Owner (+n)</li><li>User being opped is identified as an Op (+o)</li><li>Channel was not successfully set +bitch</li></ol>Also, having your eggdrop stopping ppl from opping other can be abit daunting, as you'd still have to keep a list of who's allowed to op, possibly who's allowed to get ops, etc..<br><br>I'd either try something like suggested by Alchera, or let the eggie handle all opping, except using services to keep bots opped at all times..<br><br>Trying to keep eggdrop userlists and channel service permissions in sync is just a... well, ****** mess.<br><br>As for the mode binding, try something like this:<div class="codebox"><p>Code: </p><pre><code>bind mode - * check_deopproc check_deop {nick host hand chan mode target} { if {$mode == "+o" &amp;&amp; ![isbotnick $nick] &amp;&amp; ![isbotnick $target]} {  pushmode $chan "-o" $target }}</code></pre></div>Should'nt allow anyone to op other than your bot.. prolly have to tweak it to handle service-op properly...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Aug 19, 2006 8:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-08-19T02:39:03-04:00</updated>

		<published>2006-08-19T02:39:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65616#p65616</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65616#p65616"/>
		<title type="html"><![CDATA[Deop user that was op'ed by op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65616#p65616"><![CDATA[
The Network you reside on has no services? If they do, then simply save yourself a headache and do as I suggested in my post; that is unless this is a "project" you have undertaken to see how many headaches can be gained in one day. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><blockquote class="uncited"><div>MODE #channel +o Nick<br>nick!<a href="mailto:username@domain.com">username@domain.com</a> MODE #channel +o Nick</div></blockquote>The above is the notice sent when a user ops another.<br><br>Just use your RAW log window in mIRC to view various events.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Aug 19, 2006 2:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-08-19T01:56:31-04:00</updated>

		<published>2006-08-19T01:56:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65613#p65613</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65613#p65613"/>
		<title type="html"><![CDATA[Deop user that was op'ed by op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65613#p65613"><![CDATA[
I tried +bitch and the bot didn't deop anyone or do a thing when ops gave others temp ops??<br><br>I then tried superbitch.tcl in scripts archive that was no go, same for a few other scripts, those deop scripts look like old coding so im guessing their out of date?<br><br>While im still learning tcl, I still don't know how to make the bot grab the 2nd nick.. 1stNick: sets mode +o 2ndNick then deop it.<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Sat Aug 19, 2006 1:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-08-18T03:42:04-04:00</updated>

		<published>2006-08-18T03:42:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65588#p65588</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65588#p65588"/>
		<title type="html"><![CDATA[Deop user that was op'ed by op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65588#p65588"><![CDATA[
eggdrop.conf:<blockquote class="uncited"><div>#<br># bitch<br>#    Only let users with +o flag be opped on the channel?<br>#</div></blockquote>'stopnethack-mode' is also affected if not turned off.<br><br>Some networks have a 'SecureOps' setting the forbids anyone not in the access list getting opped.<br><blockquote class="uncited"><div>-ChanServ- Syntax: SET channel SECUREOPS {ON | OFF}<br>-ChanServ-  <br>-ChanServ- Enables or disables the secure ops option for a channel.<br>-ChanServ- When secure ops is set, users who are not on the userlist<br>-ChanServ- will not be allowed chanop status.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Aug 18, 2006 3:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-08-17T23:32:52-04:00</updated>

		<published>2006-08-17T23:32:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65585#p65585</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65585#p65585"/>
		<title type="html"><![CDATA[Deop user that was op'ed by op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65585#p65585"><![CDATA[
Yeah but if I use +bitch don't that mean I have to give all ops a +o flag via the bot? Our chat network allows all ops to join channels automatically op'ed by the server so you come in like:<br><br>[8:00pm] * Joins: Nick (Nick@Nick)<br>[8:00pm] * Nick sets mode: +o Nick<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Thu Aug 17, 2006 11:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2006-08-17T11:57:22-04:00</updated>

		<published>2006-08-17T11:57:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65566#p65566</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65566#p65566"/>
		<title type="html"><![CDATA[Deop user that was op'ed by op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65566#p65566"><![CDATA[
Setting the channel +bitch should do this, atleast the de-opping (won't nag the one opping tho).<br><br>There's also a few scripts with names similar to "bitch" that behaves in a similar fashion (some kick, some do ther stuffs), might be worth checking..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Aug 17, 2006 11:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-08-17T11:48:57-04:00</updated>

		<published>2006-08-17T11:48:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65565#p65565</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65565#p65565"/>
		<title type="html"><![CDATA[Deop user that was op'ed by op]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65565#p65565"><![CDATA[
I tried with no luck looking in archives..<br><br>I'm trying to get a script that will make the bot deop the user who was giving ops.<br><br>Sample:<br>RoomOP: sets mode +o Nick2<br>Bot: sets mode -o Nick2<br>Bot: RoomOP, don't make me fire you :/<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Thu Aug 17, 2006 11:48 am</p><hr />
]]></content>
	</entry>
	</feed>
