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

	<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>2016-03-28T16:40:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Chymookie]]></name></author>
		<updated>2016-03-28T16:40:33-04:00</updated>

		<published>2016-03-28T16:40:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104858#p104858</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104858#p104858"/>
		<title type="html"><![CDATA[Wrong password command? [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104858#p104858"><![CDATA[
Thank you for this Willyw - it saved me much hair pulling as some prior codes were not working for me.<br><br>Likely a version issue. I've never coded TCL/Eggdrops ever.. so I'm kinda reverse engineering in an attempt to figure this out.<br><br>Thank you, thank you, thank you!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12615">Chymookie</a> — Mon Mar 28, 2016 4:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2010-12-16T05:18:57-04:00</updated>

		<published>2010-12-16T05:18:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95381#p95381</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95381#p95381"/>
		<title type="html"><![CDATA[Wrong password command? [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95381#p95381"><![CDATA[
Thank you very much, works!  <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=7240">Cr4sh</a> — Thu Dec 16, 2010 5:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2014-08-03T10:32:54-04:00</updated>

		<published>2010-12-15T20:16:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95379#p95379</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95379#p95379"/>
		<title type="html"><![CDATA[Wrong password command? [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95379#p95379"><![CDATA[
Here's one way to have the bot send the identify command and password to Nickserv:<br><br><br>For reference, go here:<br><a href="http://eggwiki.org/Eggdrop.conf" class="postlink">http://eggwiki.org/Eggdrop.conf</a><br>and scroll down to:<blockquote class="uncited"><div># This is a Tcl script to be run immediately after connecting to a server.</div></blockquote>and, in your eggdrop.conf,  change:<div class="codebox"><p>Code: </p><pre><code> bind evnt - init-server evnt:init_server  proc evnt:init_server {type} {   global botnick   putquick "MODE $botnick +i-ws" }</code></pre></div>to<br><div class="codebox"><p>Code: </p><pre><code> bind evnt - init-server evnt:init_server  proc evnt:init_server {type} {   global botnick   putquick "MODE $botnick +i-ws"   putserv "privmsg nickserv :identify password_here" }</code></pre></div>All it is, is adding one line.    <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br><br>I hope this helps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Wed Dec 15, 2010 8:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Trixar_za]]></name></author>
		<updated>2010-12-15T14:05:51-04:00</updated>

		<published>2010-12-15T14:05:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95376#p95376</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95376#p95376"/>
		<title type="html"><![CDATA[Wrong password command? [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95376#p95376"><![CDATA[
That's because it's for the server password (as in the password you need to give before you can connect to that server) and NOT the nickserv password...<br><br>Rather use a nickserv auto-identifying script to identify the bot for you on connect.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10958">Trixar_za</a> — Wed Dec 15, 2010 2:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2010-12-16T05:19:15-04:00</updated>

		<published>2010-12-15T13:17:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95372#p95372</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95372#p95372"/>
		<title type="html"><![CDATA[Wrong password command? [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95372#p95372"><![CDATA[
I've registered the nick of the eggdrop, but if i insert it in the config.conf the eggdrop don't enter in the channel <div class="codebox"><p>Code: </p><pre><code>irc.azzurra.org:6667:******</code></pre></div>Whitout the pass there's no problem but obviously change the nick...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7240">Cr4sh</a> — Wed Dec 15, 2010 1:17 pm</p><hr />
]]></content>
	</entry>
	</feed>
