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

	<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>2004-08-05T03:02:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-08-05T03:02:29-04:00</updated>

		<published>2004-08-05T03:02:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39499#p39499</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39499#p39499"/>
		<title type="html"><![CDATA[bot connection, and authorizing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39499#p39499"><![CDATA[
That's what I am saying Alchera.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"> <br>I didn't post a reply as the solution I posted is a very ideal and general to work on almost every IRCd.<br><br>I don't know how you have setup the private server KX, or which IRCd you are using.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu Aug 05, 2004 3:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-08-05T00:53:48-04:00</updated>

		<published>2004-08-05T00:53:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39497#p39497</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39497#p39497"/>
		<title type="html"><![CDATA[bot connection, and authorizing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39497#p39497"><![CDATA[
The o:lines are stored in a configuration file on the IRCD's shell, and that is simply one line of text assigning the various access flags to a specified nick which has had a pass attached to it by the Admin.<br><br>From the status window of an IRC client the command is simply: /OPER [&lt;nickname&gt; [&lt;password&gt;]]. So, theoretically, what awyeah posted earlier should work:<div class="codebox"><p>Code: </p><pre><code>putserv "OPER &lt;oper-name&gt; &lt;oper-password here&gt;"</code></pre></div>If the password is incorrect for the nick used to "operup" an error notice will be sent by the server.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Aug 05, 2004 12:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kx]]></name></author>
		<updated>2004-08-04T07:41:44-04:00</updated>

		<published>2004-08-04T07:41:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39461#p39461</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39461#p39461"/>
		<title type="html"><![CDATA[bot connection, and authorizing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39461#p39461"><![CDATA[
still no workin.<br><br>appreciate more ideas.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5281">Kx</a> — Wed Aug 04, 2004 7:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kx]]></name></author>
		<updated>2004-08-04T05:55:55-04:00</updated>

		<published>2004-08-04T05:55:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39455#p39455</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39455#p39455"/>
		<title type="html"><![CDATA[bot connection, and authorizing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39455#p39455"><![CDATA[
this is a private server, not reg irc and i dont believe nickserv works, but ill have a go <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5281">Kx</a> — Wed Aug 04, 2004 5:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-08-04T05:20:40-04:00</updated>

		<published>2004-08-04T05:20:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39454#p39454</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39454#p39454"/>
		<title type="html"><![CDATA[bot connection, and authorizing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39454#p39454"><![CDATA[
Try this:<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG nickserv :identify Botie nickpass"</code></pre></div>Or<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG nickserv :identify nickpass"</code></pre></div>Either of those two should do the trick <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=3646">Alchera</a> — Wed Aug 04, 2004 5:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kx]]></name></author>
		<updated>2004-08-04T04:46:53-04:00</updated>

		<published>2004-08-04T04:46:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39453#p39453</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39453#p39453"/>
		<title type="html"><![CDATA[bot connection, and authorizing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39453#p39453"><![CDATA[
ok, the coffee helped; the bot was joinin as of the set oline, but the nick i forgot to register... even with that code you wrote set this is the log on connect:<br><br>-NOTICE- Nickname Botie is registered. You must provide the password (type /PASS password) to use it.<br><br>and the bot does not seem to be typin that as its bein killed for not givin the pass.<br><br>Need ideas ppl? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5281">Kx</a> — Wed Aug 04, 2004 4:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kx]]></name></author>
		<updated>2004-08-04T03:32:44-04:00</updated>

		<published>2004-08-04T03:32:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39446#p39446</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39446#p39446"/>
		<title type="html"><![CDATA[bot connection, and authorizing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39446#p39446"><![CDATA[
Ty. Works <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Kx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5281">Kx</a> — Wed Aug 04, 2004 3:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-08-03T21:37:53-04:00</updated>

		<published>2004-08-03T21:37:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39439#p39439</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39439#p39439"/>
		<title type="html"><![CDATA[bot connection, and authorizing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39439#p39439"><![CDATA[
Try this:<br><div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server my:procedure proc my:procedure {type} {  putquick "PASS &lt;nick-password here&gt;" -next putquick "OPER &lt;oper-name&gt; &lt;oper-password here&gt;" -next} </code></pre></div>This procedure, will first make the bot identify its nick<br>and then operup.<br><blockquote class="uncited"><div>#Substitute of the '/PASS &lt;password&gt;' mIRC command in TCL<br>putquick "PASS &lt;nick-password here&gt;"<br><br>#Substitute of the '/OPER &lt;name&gt; &lt;password&gt;' mIRC command in TCL<br>putquick "OPER &lt;oper-name&gt; &lt;oper-password here&gt;"</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Aug 03, 2004 9:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kx]]></name></author>
		<updated>2004-08-03T15:14:11-04:00</updated>

		<published>2004-08-03T15:14:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39426#p39426</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39426#p39426"/>
		<title type="html"><![CDATA[bot connection, and authorizing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39426#p39426"><![CDATA[
readin a post by Awyeah, i can set the preform as in mirc in the config.<br><br>i need the bot to type /pass passhere on connect, and /oper botsname operpasshere.<br><br>bind evnt - init-server my:procedure <br>proc my:procedure {type} { <br> global botnick <br>  putserv "PRIVMSG :pass onx34"<br>}<br><br>this is what i have set and my bot is still bein killed for nickname pass not bein givin.<br><br>really appreciated a reply thats not me and from someone with more knowledge to put all this together so it works <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5281">Kx</a> — Tue Aug 03, 2004 3:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kx]]></name></author>
		<updated>2004-08-03T14:17:28-04:00</updated>

		<published>2004-08-03T14:17:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39423#p39423</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39423#p39423"/>
		<title type="html"><![CDATA[bot connection, and authorizing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39423#p39423"><![CDATA[
reading up here am i right in sayin that its in this area i need work:<br><br>bind evnt - init-server evnt:init_server<br>proc evnt:init_server {type} {<br>   global botnick<br>    putquick "MODE $botnick +i"<br>    <span style="color:red">putquick "PRIVMSG pass :nickpasshere?"</span><br>    putquick "PRIVMSG Kx@xxxxxx :login Kx"<br>}<br>set default-port 6667<br>set servers {<br>bla.bla.bla.bla:6667:abcdefg (mirc access pass ala allowed in on irc)<br>bla.bla.bla.bla:6667:abcdefg<br>}<br><br>i gettin warmer?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5281">Kx</a> — Tue Aug 03, 2004 2:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kx]]></name></author>
		<updated>2004-08-03T13:27:21-04:00</updated>

		<published>2004-08-03T13:27:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39421#p39421</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39421#p39421"/>
		<title type="html"><![CDATA[bot connection, and authorizing]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39421#p39421"><![CDATA[
hey all,<br><br>ive moved to a server that has set ircstyle olines with a pass for mirc access and a pass for ops... im wonderin if you know of a way to set this in eggdrop?<br><br>which i believed may would and sadly didnt:<br> <br>set default-port 6667<br>set servers {<br>bla.bla.bla.bla:6667:aaaa:bbbb:cccc<br>bla.bla.bla.bla:6667:aaaa:bbbb:cccc<br> <br>the a's represent the nick pass, b's the mirc access pass and the c's the opers pass<br> <br>ive only ran eggdrops on nick oline set servers and tryin it with this layout does not work - do you know of a way to set this in the config so the bot will first give the nick pass and then the mirc access pass and last opers?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5281">Kx</a> — Tue Aug 03, 2004 1:27 pm</p><hr />
]]></content>
	</entry>
	</feed>
