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

	<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>2002-05-01T01:27:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-01T01:27:00-04:00</updated>

		<published>2002-05-01T01:27:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6571#p6571</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6571#p6571"/>
		<title type="html"><![CDATA[i have problem with my nickserv ident]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6571#p6571"><![CDATA[
It means that server allias is messed up ... and you should msg <a href="mailto:nickserv@services.dal.net">nickserv@services.dal.net</a> insted of nickserv....<br>so it should be putserv "PRIVMSG <a href="mailto:nickserv@services.dal.net">nickserv@services.dal.net</a> :Identify $pass"<br>I think that's just temperaly ...<p>Statistics: Posted by Guest — Wed May 01, 2002 1:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-29T13:08:00-04:00</updated>

		<published>2002-04-29T13:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6526#p6526</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6526#p6526"/>
		<title type="html"><![CDATA[i have problem with my nickserv ident]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6526#p6526"><![CDATA[
im not sure about Dalnet NickServ but try it ... <br><br>set passwd "your-botnick-pass"<br>bind notc -|- "*owned*" services:autoid<br>proc services:autoid {nick uhost hand text dest} {<br>global botnick passwd<br>if {$nick == "NickServ"} {<br>  putserv "NickServ identify $passwd"       <br>  putlog "..:: sending password to NickServ ::.."<br>  return 0<br> } else {<br>   #putserv "privmsg $nick : **** off"<br>  return 0<br>}<br><br>}<br><br><p>Statistics: Posted by Guest — Mon Apr 29, 2002 1:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-29T07:56:00-04:00</updated>

		<published>2002-04-29T07:56:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6522#p6522</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6522#p6522"/>
		<title type="html"><![CDATA[i have problem with my nickserv ident]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6522#p6522"><![CDATA[
 Change this to what nickserv says on connection<br>bind notc - "*This nick is owned by someone else. Please choose another*" identify_notc<br><br>proc identify_notc { nick uh hand text text1 } { <br> global botnick nickserv identcmd identpass<br> if {[string match [string tolower $nick] [string tolower $nickserv]]} {<br>  putserv "PRIVMSG $nickserv :$identcmd $identpass"<br>  putlog "Identifying: $nickserv (as $botnick)"<br> }<br>}<br>on the telnet or dcc coming message as given below,<br>  -NickServ (<a href="mailto:service@dal.net">service@dal.net</a>)- Error! "/msg NickServ" is no longer support<br>ed.  Use "/msg <a href="mailto:nickserv@services.dal.net">nickserv@services.dal.net</a>" or "/nickserv" instead.  <br><br>help me please..thx<p>Statistics: Posted by Guest — Mon Apr 29, 2002 7:56 am</p><hr />
]]></content>
	</entry>
	</feed>
