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

	<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-06-06T14:56:48-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-06T14:56:48-04:00</updated>

		<published>2004-06-06T14:56:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37044#p37044</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37044#p37044"/>
		<title type="html"><![CDATA[Nickserv Identification problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37044#p37044"><![CDATA[
Put this into your .conf file or into a .tcl file.<br>Just remember to edit your bots nick password.<br><div class="codebox"><p>Code: </p><pre><code>set init-server {  putquick "MODE $botnick +i-sw" -next putquick "PRIVMSG NickServ :identify $botnick &lt;nick password&gt;" -next}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Jun 06, 2004 2:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-05T08:48:06-04:00</updated>

		<published>2004-06-05T08:48:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36971#p36971</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36971#p36971"/>
		<title type="html"><![CDATA[Nickserv Identification problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36971#p36971"><![CDATA[
<blockquote class="uncited"><div>hi compatriota <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>Try to put this line in your conf file<br><blockquote class="uncited"><div>set init-server { putserv "nickserv identify password_do_bot" }</div></blockquote>Se precisares de ajuda, aparece no #eggdrops da ptnet <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> meu nick o mm daki mas |The_Crow|</div></blockquote><br>Thankz man.. but i already had solved it out.. my egg some how was confliting with init server variables.. so i've coment them out of running.<br><br><blockquote class="uncited"><div># This is a Tcl script to be run immediately after connecting to a server.<br>bind evnt - init-server evnt:init_server<br><br>proc evnt:init_server {type} {<br>  global botnick<br>  putquick "MODE $botnick +i-ws"<br>  putquick "MSG NickServ identify &lt;password&gt;"<br>}</div></blockquote><blockquote class="uncited"><div># This is a Tcl script to be run immediately after connecting to a server.<br>#bind evnt - init-server evnt:init_server<br><br>#proc evnt:init_server {type} {<br>#  global botnick<br>#  putquick "MODE $botnick +i-ws"<br>#  putquick "MSG NickServ identify &lt;password&gt;"<br>#}<br><br>set init-server { <br>putserv "MODE $botnick +is-wg" <br>putserv "NICKSERV IDENTIFY &lt;***password***&gt;" <br>putserv "MEMOSERV DEL ALL" <em class="text-italics"><strong class="text-strong">...This one is was opcional of course.. but i don0t like memos to bot...</strong></em><br>}<br></div></blockquote><br><br>But thankz anyway.. i really don't know why this thing was happening.. but i must personally thank The_Crow for his assistence.. he actually was looking for me on this IRC network to help, we don't see this kind of iniciative very frequently... so.. BIG THANKS TO YOU !!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by Guest — Sat Jun 05, 2004 8:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[the_crow]]></name></author>
		<updated>2004-06-04T23:45:12-04:00</updated>

		<published>2004-06-04T23:45:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36963#p36963</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36963#p36963"/>
		<title type="html"><![CDATA[Nickserv Identification problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36963#p36963"><![CDATA[
hi compatriota <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>Try to put this line in your conf file<br><blockquote class="uncited"><div>set init-server { putserv "nickserv identify password_do_bot" }</div></blockquote>Se precisares de ajuda, aparece no #eggdrops da ptnet <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> meu nick o mm daki mas |The_Crow|<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2778">the_crow</a> — Fri Jun 04, 2004 11:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-04T19:24:37-04:00</updated>

		<published>2004-06-04T19:24:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36961#p36961</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36961#p36961"/>
		<title type="html"><![CDATA[Nickserv Identification problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36961#p36961"><![CDATA[
Hi there,<br>  i am using a Portuguese irc network to connect my bot to.. and i've been so many hours trying to figure this out.. can anyone help ?<br><br>  So the problem is like this... (<em class="text-italics"><strong class="text-strong">SirHackaLot</strong></em> is the name of the bot)<br><em class="text-italics">Original</em><blockquote class="uncited"><div>(23:43) › Join: SirHackaLot entrou (SirHackaLo@127.18.54.73)<br>(23:44) › Part: SirHackaLot saiu #gsmdevices (SirHackaLo@127.18.54.73)<br>(23:44) › Join: GuestDE22DD entrou (SirHackaLo@127.18.54.73)<br>(23:44) › Nick: GuestDE22DD agora é SirHackaLot<br>(23:44) › Quit: SirHackaLot saiu do IRC (SirHackaLo@127.18.54.73) Client exited</div></blockquote><em class="text-italics">Translated to english</em><blockquote class="uncited"><div>(23:43) › Join: SirHackaLot enters (SirHackaLo@127.18.54.73)<br>(23:44) › Part: SirHackaLot left #gsmdevices (SirHackaLo@127.18.54.73)<br>(23:44) › Join: GuestDE22DD enters (SirHackaLo@127.18.54.73)<br>(23:44) › Nick: GuestDE22DD is now known as SirHackaLot<br>(23:44) › Quit: SirHackaLot left IRC (SirHackaLo@127.18.54.73) Client exited <strong class="text-strong"><em class="text-italics">(here i've killed the PID.. so not actually klined)</em></strong> </div></blockquote>  As you see .. the bot enters the channel.. but after a while it just disconects.. and enters again.. IDs itself.. but it does not authenticate to nickserv (i think).. so it goes out again.. and on.. and out.. and on.. until klined... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>  I tryed a lot of id tcl scripts and none worked .. and i think it is coz they were translations of the comand "/msg nickserv identify &lt;password&gt;" to TCL but for security reasons PTNET's nickserv does not allow such id.. it requires the /quote command.. such as "/quote nickserv identify &lt;password&gt;"<br>  I am a newbie on this tcl scripting (i bet u noticed this right ? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"> ) so i still don't really know how the sintax is processed. In order to pprocess my identification on IRC client i use the cmd line "/quote NickServ &lt;pass&gt;", how can i put the same thing on my bot when it starts .. but in TCL format or in eggdrop.conf (so that he can id him self when on network entry)?<br><br>  Heellllppp plzz... i am going coocooo with this !! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>  Thankz in advance to all scripters..<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 — Fri Jun 04, 2004 7:24 pm</p><hr />
]]></content>
	</entry>
	</feed>
