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

	<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-09-16T20:55:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-09-16T20:55:11-04:00</updated>

		<published>2004-09-16T20:55:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40970#p40970</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40970#p40970"/>
		<title type="html"><![CDATA[error in nick identification code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40970#p40970"><![CDATA[
Simple, you can correct this scripplet's bind or use ones on egghelp.org's tcl archive. They will interact with your bot with bot nickserv and chanserv, like suppose will they reop the bot on nick identification notices and on channel joins, auto reop it with chanserv on deop, unban when it is banned it and blah blah many more.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu Sep 16, 2004 8:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-09-16T09:14:42-04:00</updated>

		<published>2004-09-16T09:14:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40962#p40962</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40962#p40962"/>
		<title type="html"><![CDATA[Re: error in nick identification code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40962#p40962"><![CDATA[
<blockquote class="uncited"><div>i hav added this code in my *.conf file<br>but i am getting error on it<br>wat should i do now?<div class="codebox"><p>Code: </p><pre><code>#Replace yourbotpasswd With Your Bot Nick Passwordset nickpass "yourbotpasswd"#blah blah blahbind join - * ident_nickservproc ident_nickserv { nick uhost hand args } {    putlog "Starting To Identify"    putserv "PRIVMSG nickserv@services.dal.net :identify $nickpass"    putlog "Identify Progress Done"  }#</code></pre></div>wat should i do now?</div></blockquote>You have this procedure set to /msg nickserv upon join <strong class="text-strong">by anyone</strong>, you, me, your cousin Bob, anyone.  This proc is guaranteed to get ur bot klined/killed/whatever.  The join bind could conceivebly be used if there was a chanserv normally in the room, but got netsplit....maybe.....but certainly <strong class="text-strong">not</strong> the way you have this.....<br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"> i wonder if the variable <strong class="text-strong">set nickpass "yourbotpasswd"</strong> was left this way by default, and has never been changed?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Thu Sep 16, 2004 9:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-09-15T19:21:57-04:00</updated>

		<published>2004-09-15T19:21:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40950#p40950</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40950#p40950"/>
		<title type="html"><![CDATA[error in nick identification code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40950#p40950"><![CDATA[
bind join is triggered when someone join a channel your bot is on, not when it connects to a irc-server, add your code to proc evnt:init_server in your config file instead.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Wed Sep 15, 2004 7:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-09-15T17:06:42-04:00</updated>

		<published>2004-09-15T17:06:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40949#p40949</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40949#p40949"/>
		<title type="html"><![CDATA[error in nick identification code]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40949#p40949"><![CDATA[
i hav added this code in my *.conf file<br>but i am getting error on it<br>wat should i do now?<br><blockquote class="uncited"><div>#Replace yourbotpasswd With Your Bot Nick Password<br>set nickpass "yourbotpasswd"<br>#blah blah blah<br><br>bind join - * ident_nickserv<br>proc ident_nickserv { nick uhost hand args } {<br>    putlog "Starting To Identify"<br>    putserv "PRIVMSG <a href="mailto:nickserv@services.dal.net">nickserv@services.dal.net</a> :identify $nickpass"<br>    putlog "Identify Progress Done"<br>  }<br><br>#</div></blockquote>wat should i do now?<p>Statistics: Posted by Guest — Wed Sep 15, 2004 5:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
