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

	<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-05-04T04:03:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-05-04T04:03:12-04:00</updated>

		<published>2004-05-04T04:03:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36095#p36095</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36095#p36095"/>
		<title type="html"><![CDATA[Need to add this code.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36095#p36095"><![CDATA[
thankx guys <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  its working now, i make a tcl script.<p>Statistics: Posted by Guest — Tue May 04, 2004 4:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-05-04T03:12:56-04:00</updated>

		<published>2004-05-04T03:12:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36091#p36091</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36091#p36091"/>
		<title type="html"><![CDATA[Need to add this code.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36091#p36091"><![CDATA[
Talk about makin somethin complicated...add a variable to your conf and set your init-server setting... no need to make tcl script to simply identify.<br><br><strong class="text-strong">set authpass "putyoursecretwordhere"<br>set init-server { putserv "MODE $botnick +ix"; putserv "PRIVMSG authserv:auth $botnick $authpass" }</strong><br><br>there are many pre-existing identification tcls already written that do a better job of keeping a bot auth'd.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Tue May 04, 2004 3:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-05-03T07:47:45-04:00</updated>

		<published>2004-05-03T07:47:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36057#p36057</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36057#p36057"/>
		<title type="html"><![CDATA[Need to add this code.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36057#p36057"><![CDATA[
No, make tcl script and put this code in:<br><div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server evnt:init_server proc evnt:init_server {type} { putquick "AUTHSERV :AUTH botsnick pasword" putquick "MODE $::botnick +ix" } </code></pre></div>I saw that mode +x was before he even loged in lol...Btw also change pass and bot nick...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Mon May 03, 2004 7:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-05-03T07:12:42-04:00</updated>

		<published>2004-05-03T07:12:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36056#p36056</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36056#p36056"/>
		<title type="html"><![CDATA[Need to add this code.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36056#p36056"><![CDATA[
Thanx ]Kami[ <br><br> i've use the code the way you said but chanserv keep say that my bot needs to authenticate <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"> <br><br><br>((ChanServ- Darktech must first authenticate with AuthServ.))<br><br><br>The code that in my conf file..<br><br>bind evnt - init-server evnt:init_server <br><br>proc evnt:init_server {type} { <br>  putquick "MODE $::botnick +ix" <br>  putquick "AUTHSERV :AUTH botsnick  pasword"<br>}<br><br><br>Does it matter where i put it in my conf file?<p>Statistics: Posted by Guest — Mon May 03, 2004 7:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-05-02T10:35:52-04:00</updated>

		<published>2004-05-02T10:35:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36033#p36033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36033#p36033"/>
		<title type="html"><![CDATA[Re: Need to add this code.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36033#p36033"><![CDATA[
<blockquote class="uncited"><div>Hello,<br><br>where about in my conf file do i put this code to make my bot get account on irc.<br><br>i think this is right<br><br><strong class="text-strong">/authserv register &lt;account&gt; &lt;password&gt;</strong><br>_____________________________________<br><br>And do i put my bots nick in this <br><br>bind evnt - init-server evnt:init_server<br><br>proc evnt:init_server {type} {<br>  global botnick     &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;------------ Bots nick?<br>  putquick "MODE $botnick +ix"<br>  putquick "AUTHSERV :AUTH &lt;handle&gt; &lt;pass&gt;"<br>}</div></blockquote>I recommed you, that you first register bot's account handly (you take bot nick, and then you go and register it).When you register it, take bot username and pass and put it in script.<br><br>And btw use it like this:<br><div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server evnt:init_serverproc evnt:init_server {type} {  putquick "MODE $::botnick +ix"  putquick "AUTHSERV :AUTH &lt;handle&gt; &lt;pass&gt;"</code></pre></div>Where is handle, put your bots username (which you registred with authserver) and where is pass, put your bot pass (which you got when you registred your account with auth serv).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Sun May 02, 2004 10:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-05-02T09:07:31-04:00</updated>

		<published>2004-05-02T09:07:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36032#p36032</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36032#p36032"/>
		<title type="html"><![CDATA[Need to add this code.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36032#p36032"><![CDATA[
Hello,<br><br>where about in my conf file do i put this code to make my bot get account on irc.<br><br>i think this is right<br><br><strong class="text-strong">/authserv register &lt;account&gt; &lt;password&gt;</strong><br>_____________________________________<br><br>And do i put my bots nick in this <br><br>bind evnt - init-server evnt:init_server<br><br>proc evnt:init_server {type} {<br>  global botnick     &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;------------ Bots nick?<br>  putquick "MODE $botnick +ix"<br>  putquick "AUTHSERV :AUTH &lt;handle&gt; &lt;pass&gt;"<br>}<p>Statistics: Posted by Guest — Sun May 02, 2004 9:07 am</p><hr />
]]></content>
	</entry>
	</feed>
