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

	<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>2010-05-02T22:27:14-04:00</updated>

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

		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2010-05-02T22:27:14-04:00</updated>

		<published>2010-05-02T22:27:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93020#p93020</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93020#p93020"/>
		<title type="html"><![CDATA[2 Eggdrops to &quot;Guard&quot; each other?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93020#p93020"><![CDATA[
seems like simple solution.<div class="codebox"><p>Code: </p><pre><code>.chanset [channel] +revenge</code></pre></div>take revenge on anyone who deops or kicks friends or ops<br><div class="codebox"><p>Code: </p><pre><code>.chanset [channel] +revengebot</code></pre></div>take revenge on anyone who deops or kicks the bot<br><br>as well as doing as nml375 suggested, linking the bots together, and enabling sharing. Hope that helped  <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=2706">YooHoo</a> — Sun May 02, 2010 10:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-05-02T12:17:15-04:00</updated>

		<published>2010-05-02T12:17:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93005#p93005</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93005#p93005"/>
		<title type="html"><![CDATA[2 Eggdrops to &quot;Guard&quot; each other?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93005#p93005"><![CDATA[
In "normal" scenarios, you'd have two or more eggdrops linked in a botnet, preferrably sharing userfiles. You'd then use some "botnetop" extension (several available, including the getops.tcl script included in eggdrop's source distributions, and the botnetop and getops modules available from ftp.eggheads.org).<br><br>Since most, if not all ircd's support multiple mode changes in a single command, a malicious user would be able to deop atlest 3 bots at once, with some servers as many as 6. To be safe, you'd generally need atleast one more opped eggdrop, but the more the better.<br><br>Of course, the best protection is not opping these malicious users in the first place.<br><br>Now, you're using a private server. That changes the picture somewhat, as you are in control of the server. Generally, ircd's don't grant the server admins abilities such as "can't be deopped" or "op myself" - yet some arcane servers do. What you'll always have access to, is the KILL command, as well as G/K-lines and i-lines, which will prevent a malicious user from doing much further harm, once detected.<br>Since you did not state what kind of server you are running, it's hard to say what extended features might be available to protect your eggdrops or channels..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun May 02, 2010 12:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[raider2k]]></name></author>
		<updated>2010-05-02T12:08:48-04:00</updated>

		<published>2010-05-02T12:08:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93004#p93004</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93004#p93004"/>
		<title type="html"><![CDATA[2 Eggdrops to &quot;Guard&quot; each other?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93004#p93004"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind mode - * yourmodeproc</code></pre></div>can be used to check if the mode of someone changed, in example if your channel bot gets deopped, just compare if its -o and if the nick is the nick of your bot, if both match, reop.<br><br>nevertheless I wouldnt do it like this to be honest since both bots can be deopped at the same time, or lets say within a period of a time the 2nd bot wouldnt be able to do anything at all.<br><br>so my suggestion would be to keep that one bot, user a mode bind as above, and if your bot sees that it has been deopped just pushmode +o $botnick and thats it. operoveride its called<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9589">raider2k</a> — Sun May 02, 2010 12:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Secu.in]]></name></author>
		<updated>2010-05-02T06:39:15-04:00</updated>

		<published>2010-05-02T06:39:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93002#p93002</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93002#p93002"/>
		<title type="html"><![CDATA[2 Eggdrops to &quot;Guard&quot; each other?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93002#p93002"><![CDATA[
Hello,<br><br>the following case:<br><br>I've got a private irc server, which runs one eggdrop, and no servs.<br><br>The Bot there is the only assurance the chan won't be taken over, now if someone i formerly trusted deops my Bot, how could he regain?<br><br>All that came into my mind was creating a second Eggdrop whichs only function is to guard the first one by auto oping it.<br><br>How to realise it or could i even give that eggdrop the ability not to be deopped by others since i host the ircd by myself?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11198">Secu.in</a> — Sun May 02, 2010 6:39 am</p><hr />
]]></content>
	</entry>
	</feed>
