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

	<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>2002-11-14T19:38:50-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-14T19:38:50-04:00</updated>

		<published>2002-11-14T19:38:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13175#p13175</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13175#p13175"/>
		<title type="html"><![CDATA[AUTO op BOT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13175#p13175"><![CDATA[
Gee thanks a lot, dear op!!<br>This helped a lot!<br><br>Now I can autoOP my bot <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>THANKS DUDE!<br>Keep going <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by Guest — Thu Nov 14, 2002 7:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ian-Highlander]]></name></author>
		<updated>2002-11-14T06:58:53-04:00</updated>

		<published>2002-11-14T06:58:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13160#p13160</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13160#p13160"/>
		<title type="html"><![CDATA[AUTO op BOT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13160#p13160"><![CDATA[
Unreal IRCd DOES allow opers to op themselves (I co-own a dual Unreal server network) its simpler than that, define the bot in its OWN user list with a full hostmask not a wildcarded one then add a short timer then a bind join for its own mask so that when it joins a room it will wait a couple of seconds then op itself. I use this successfully on our network although I dont use Eggies instead of services, I use them as well as Auspice services.<br><br>Edit: forgot to add, opers can simply use the standard /mode #Channel +o &lt;username&gt; command on themselves on Unreal.<br><br>Hope this helps<br><br>Regards<br><br>Ian-Highlander<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=17">Ian-Highlander</a> — Thu Nov 14, 2002 6:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-14T06:24:14-04:00</updated>

		<published>2002-11-14T06:24:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13159#p13159</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13159#p13159"/>
		<title type="html"><![CDATA[AUTO op BOT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13159#p13159"><![CDATA[
Eh thx!! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>That could help!<p>Statistics: Posted by Guest — Thu Nov 14, 2002 6:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-11-14T05:56:35-04:00</updated>

		<published>2002-11-14T05:56:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13154#p13154</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13154#p13154"/>
		<title type="html"><![CDATA[AUTO op BOT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13154#p13154"><![CDATA[
Now, the problem here, is that you use "/op" as the command.<br><br>In most clients, the / is used to signify a internal command, no t a command destined for the server. The client will then, if programmed to, send the real command to the server. Most client will default to send the command to the IRC server, if the command does not exist (though mIRC does not)<br><br>Using debug logs, or looking at your scripts, see what command the /op command sends to the server, you will then be in better position to see what to set in a script<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Nov 14, 2002 5:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-14T02:43:09-04:00</updated>

		<published>2002-11-14T02:43:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13149#p13149</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13149#p13149"/>
		<title type="html"><![CDATA[AUTO op BOT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13149#p13149"><![CDATA[
I'm not sure whether unrealircd allows opers to op themselves, but I suspect it may be possible.  --&gt; Yes, you just have to do a /op nick after you made your /oper nick pass...<br><br>After it is made an oper, the line you mentioned before (with some subtle modifications should do the trick in identifying your bot as an oper...) --&gt; Too bad I can't make this line work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":sad:" title="Sad"><br><br>But Thanks anyway, I'll read (again) the irchelp!<br><br>Will post if I find something!<p>Statistics: Posted by Guest — Thu Nov 14, 2002 2:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gk^]]></name></author>
		<updated>2002-11-13T19:09:23-04:00</updated>

		<published>2002-11-13T19:09:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13142#p13142</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13142#p13142"/>
		<title type="html"><![CDATA[AUTO op BOT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13142#p13142"><![CDATA[
My personal opinion: DO NOT HAVE AN EGGIE AS AN IRCOP!<br><br>You will need to use some sort of services to use something like privmsg or something like that ( privmsg nickserv :identify foobar )..<br><br>Othervise I think you'll need to send some raw data to the ircd...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1656">gk^</a> — Wed Nov 13, 2002 7:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Photon]]></name></author>
		<updated>2002-11-13T18:18:48-04:00</updated>

		<published>2002-11-13T18:18:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13137#p13137</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13137#p13137"/>
		<title type="html"><![CDATA[AUTO op BOT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13137#p13137"><![CDATA[
again .. you could benefit from reading <a href="http://www.irchelp.org" class="postlink">www.irchelp.org</a> - or even man ircd! (failing that, some documentation will have come with the package..)<br><br>I'm not sure whether unrealircd allows opers to op themselves, but I suspect it may be possible.<br><br>First of all the bot needs an O line in the conf file for ircd, and the correct flags setting... that is as far as I can help you for now.<br><br>After it is made an oper, the line you mentioned before (with some subtle modifications should do the trick in identifying your bot as an oper... but what you do then to gain ops, I have NO idea)<br><br>HTH...<br><br>P.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1824">Photon</a> — Wed Nov 13, 2002 6:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-13T11:52:07-04:00</updated>

		<published>2002-11-13T11:52:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13126#p13126</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13126#p13126"/>
		<title type="html"><![CDATA[So nobody knows?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13126#p13126"><![CDATA[
Curious...<br><br>Anybody running his own eggdrop on his own ircd (locally or not)?<br>Nobody knowing hot to auto OP a bot with a script or a config file?<br><br>Did even try to make a <br><br>putserv "/oper nick password" to make the bot ircop, but didn't work...<br><br>HELP pliiiiiz!<br><br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"><p>Statistics: Posted by Guest — Wed Nov 13, 2002 11:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-22T11:04:42-04:00</updated>

		<published>2002-10-22T11:04:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12191#p12191</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12191#p12191"/>
		<title type="html"><![CDATA[AUTO op BOT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12191#p12191"><![CDATA[
Ooops, just review my message and saw that waht I meant is:<br><br>With an eggdrop 1.6.12 running on my own unrealircd irc server, is it possible to make the bot be OP when started?<br><br>(just to avoid that stupid 'op me!')<br><br>Thanks.<p>Statistics: Posted by Guest — Tue Oct 22, 2002 11:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-22T10:59:31-04:00</updated>

		<published>2002-10-22T10:59:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12190#p12190</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12190#p12190"/>
		<title type="html"><![CDATA[AUTO op BOT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12190#p12190"><![CDATA[
My ircd is unrealircd...<br><br>Cna it help you to help me? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">)<p>Statistics: Posted by Guest — Tue Oct 22, 2002 10:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-10-22T10:47:06-04:00</updated>

		<published>2002-10-22T10:47:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12187#p12187</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12187#p12187"/>
		<title type="html"><![CDATA[AUTO op BOT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12187#p12187"><![CDATA[
It would all depend on what IRCD you are running.<br><br>Standard IRCD's do not allow IRCops to gain +o status in a channel.<br><br>EFnet deos no have any services, and as such, only other channel OP's can give +o to your bot.<br><br>You should read the docs over @ <a href="http://www.irchelp.org" class="postlink">www.irchelp.org</a> for more information on the power of channel OP's and IRCops.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Oct 22, 2002 10:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-22T08:45:15-04:00</updated>

		<published>2002-10-22T08:45:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12185#p12185</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12185#p12185"/>
		<title type="html"><![CDATA[Didn't get the point yet...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12185#p12185"><![CDATA[
I'm running eggdrop 1.6.12 on my own irc server... Should be possible to make the bot be an oper by itself, right?<br><br>Could somebody help me with that... didn't see the answer yet and didn't manage to find it alone <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>A piece of script would be great :p<p>Statistics: Posted by Guest — Tue Oct 22, 2002 8:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-19T17:24:48-04:00</updated>

		<published>2002-07-19T17:24:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9009#p9009</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9009#p9009"/>
		<title type="html"><![CDATA[taking OP from services]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9009#p9009"><![CDATA[
there are several scripts and ways to do this.<br> if u r on DALnet..<br>add it to ur config..<br><br>set init-server {<br>putserv "MODE $botnick +i-ws" <br>putserv "PRIVMSG <a href="mailto:nickserv@services.dal.net">nickserv@services.dal.net</a> :identify nick_pass"<br>}<br><br>it should identify you whenever it first connects 2 the server.<br>ie. b4 entering chanz... which ll result oping by chanserv<br><br>next part is reoping or reidentify stuffs.<br>there r several scripts available.<br>u may try Dalnet-1.1.tcl<br><br>i personally use this script 2 auto identify and getops.tcl with my own modification.<br><br>but if u dont have a botnet i think Dalnet-1.1.tcl ll b best 4 u.<p>Statistics: Posted by Guest — Fri Jul 19, 2002 5:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-19T14:58:25-04:00</updated>

		<published>2002-07-19T14:58:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9003#p9003</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9003#p9003"/>
		<title type="html"><![CDATA[How?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9003#p9003"><![CDATA[
How?  Can you paste an example?<p>Statistics: Posted by Guest — Fri Jul 19, 2002 2:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-09T10:47:00-04:00</updated>

		<published>2002-05-09T10:47:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6790#p6790</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6790#p6790"/>
		<title type="html"><![CDATA[AUTO op BOT]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6790#p6790"><![CDATA[
If there are running Channel Servcies, you can use or make an script to let the bot msg the channel services to op the bot <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><p>Statistics: Posted by Guest — Thu May 09, 2002 10:47 am</p><hr />
]]></content>
	</entry>
	</feed>
