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

	<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>2003-06-23T03:51:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-23T03:51:12-04:00</updated>

		<published>2003-06-23T03:51:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22429#p22429</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22429#p22429"/>
		<title type="html"><![CDATA[auto-deopping]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22429#p22429"><![CDATA[
See in the .conf file the coments about <em class="text-italics">stopnethack-mode</em> and <em class="text-italics">nodesynch</em>. I think this two may help you a bit, especialy the <em class="text-italics">nodesynch</em>. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Jun 23, 2003 3:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-06-23T03:46:59-04:00</updated>

		<published>2003-06-23T03:46:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22428#p22428</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22428#p22428"/>
		<title type="html"><![CDATA[auto-deopping]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22428#p22428"><![CDATA[
Hi, on one of the networks that i am an IRCop on, ive had some problems with other IRCops 'breaking' into the channels that are +s, +k, +i, etc and opping themselves, some of the channels belonging to myself, ive browsed throught eh forums for a bit now, and found a few scripts that do something <em class="text-italics">similar</em> to what I want, ala deopping another op who has opped someone not in the user list, I know that it would be menial protection against an IRCop, but I am looking for some system(TCL script) that will deop someone who OPs themselves, and also kick/ban them, and enforce it, and possibly use sendmail to email me when this occurs. Now i am completely in the dark on how to do the first part, but I am fairly confident i can do the email notice section with something along the lines of <div class="codebox"><p>Code: </p><pre><code>bind mode - *-o* deopMail proc deopMail {nick host hand chan mdechg dnick} { global botnick   if {$dnick == $botnick} {   exec echo "$nick was deoped on $chan at [date] [time]" | sendmail my@email  } }</code></pre></div>well any help and/or suggestions would be greatly appreciated. Thanks in advance, and ill be ready for flames, like "RTFM" and "google search +suninet +tcl +tutorial " "check tcldocs" or whatever. but I am a tcl newbie, and trying to learn all this by example.<p>Statistics: Posted by Guest — Mon Jun 23, 2003 3:46 am</p><hr />
]]></content>
	</entry>
	</feed>
