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

	<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>2005-01-02T20:58:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-01-02T20:58:10-04:00</updated>

		<published>2005-01-02T20:58:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44862#p44862</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44862#p44862"/>
		<title type="html"><![CDATA[Bot Auto OP ItSelf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44862#p44862"><![CDATA[
Well you really don't need to op it. Because with +a or +A you can perform same commands such as banning, opping, voicing, deoping, changing modes, topics without being opped using /samode also /sajoin.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Jan 02, 2005 8:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-01-01T07:03:08-04:00</updated>

		<published>2005-01-01T07:03:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44797#p44797</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44797#p44797"/>
		<title type="html"><![CDATA[Bot Auto OP ItSelf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44797#p44797"><![CDATA[
<blockquote class="uncited"><div>works great now i can go fishing thanks alot</div></blockquote>Your Welcome. Just be aware that Opering a bot up is a security risk and not a wise thing todo. You should never oper a bot up using your own o:line you should give it it's own o:line and restrict its flags to only what it needs to do its job.  also never add anyone you dont completely trust to the bots userfile.<br>It's extremely easy for anyone that has access to your oper'd bot to completely take down your IRCd. <br><br>Aside that it can be very usefull to have an oper'd bot. I myself use one to check for proxys as people join the server.<br><br>Have a good one and good luck in 2005  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sat Jan 01, 2005 7:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[JessieJames]]></name></author>
		<updated>2004-12-31T21:49:17-04:00</updated>

		<published>2004-12-31T21:49:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44782#p44782</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44782#p44782"/>
		<title type="html"><![CDATA[Bot Auto OP ItSelf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44782#p44782"><![CDATA[
works great now i can go fishing thanks alot<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5845">JessieJames</a> — Fri Dec 31, 2004 9:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2004-12-31T20:55:40-04:00</updated>

		<published>2004-12-31T20:55:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44780#p44780</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44780#p44780"/>
		<title type="html"><![CDATA[Re: Bot Auto OP ItSelf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44780#p44780"><![CDATA[
<blockquote class="uncited"><div>got bot to indntify to nickserv and to indentify to  server (ircop) and to join<br>certain channel but would like it to op himself upon joining these channel<br>tried severl dif scripts but no luck or can this even be done</div></blockquote>Try this<br><div class="codebox"><p>Code: </p><pre><code>bind join - * svjoinproc svjoin {nick uhost hand chan} { global botnick    if { $nick == $botnick } {        putquick "samode $chan +o $botnick"    }}</code></pre></div>This should do the trick if your bot is opered up.<br>This proc works for Ultimate IRCD and Unreal IRCD<br>any that can use the samode function.<br><br><br><br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Fri Dec 31, 2004 8:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-31T20:51:12-04:00</updated>

		<published>2004-12-31T20:51:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44779#p44779</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44779#p44779"/>
		<title type="html"><![CDATA[Bot Auto OP ItSelf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44779#p44779"><![CDATA[
how does it do that? op itself?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Dec 31, 2004 8:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[JessieJames]]></name></author>
		<updated>2004-12-31T20:33:02-04:00</updated>

		<published>2004-12-31T20:33:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44778#p44778</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44778#p44778"/>
		<title type="html"><![CDATA[Bot Auto OP ItSelf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44778#p44778"><![CDATA[
got bot to indntify to nickserv and to indentify to  server (ircop) and to join<br>certain channel but would like it to op himself upon joining these channel<br>tried severl dif scripts but no luck or can this even be done<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5845">JessieJames</a> — Fri Dec 31, 2004 8:33 pm</p><hr />
]]></content>
	</entry>
	</feed>
