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

	<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-02-02T16:25:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ian-Highlander]]></name></author>
		<updated>2006-02-02T16:25:26-04:00</updated>

		<published>2006-02-02T16:25:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60054#p60054</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60054#p60054"/>
		<title type="html"><![CDATA[IRCop Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60054#p60054"><![CDATA[
Here's one I knocked up when I was playing with a bot as oper for some other stuff years ago.<br><br>I should point out though that having a bot as oper full time is a big security risk. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><div class="codebox"><p>Code: </p><pre><code>##Init Server Routine##(Identifies To Nickserv And Authenticates Oper)set init-server {putserv "nickserv identify &lt;password&gt;"putserv "oper &lt;opernick&gt; &lt;operpassword&gt;"utimer 30 set_ident}##Part Of The Init-Server Routine##(Bot Sets It's Ident And Host To System Specs)proc set_ident {} {putserv "setident OperBot"putserv "sethost yourhost.com"putlog "Set Ident and Host for server"}</code></pre></div>Note this was written for an Unreal IRCd server so some of the commands may be different or unavailable on others.<br><br>Hope this helps. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=17">Ian-Highlander</a> — Thu Feb 02, 2006 4:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[furious]]></name></author>
		<updated>2006-02-02T15:30:17-04:00</updated>

		<published>2006-02-02T15:30:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60045#p60045</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60045#p60045"/>
		<title type="html"><![CDATA[IRCop Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60045#p60045"><![CDATA[
Does anybody know of a script that can be used to make an eggdrop bot oper up? I need it so I can run a dns script properly.  At this point since the bot isn't opering up, it's only getting hostmasks instead of ip addy's.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7248">furious</a> — Thu Feb 02, 2006 3:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
