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

	<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>2003-12-05T12:22:48-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-12-05T12:22:48-04:00</updated>

		<published>2003-12-05T12:22:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31110#p31110</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31110#p31110"/>
		<title type="html"><![CDATA[Identify to Server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31110#p31110"><![CDATA[
<blockquote class="uncited"><div>putquick "PRIVMSG NICKSERV identify oldboy"</div></blockquote>this will send the word "identify" to nickserv. instead use:<div class="codebox"><p>Code: </p><pre><code>putquick "PRIVMSG NICKSERV :identify oldboy"</code></pre></div>notice the ":"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Dec 05, 2003 12:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Turambar]]></name></author>
		<updated>2003-12-05T09:48:12-04:00</updated>

		<published>2003-12-05T09:48:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31100#p31100</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31100#p31100"/>
		<title type="html"><![CDATA[Identify to Server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31100#p31100"><![CDATA[
you are talking about two different things.<br>The identify towards nichlserv has absolutely nothing to do with your bots ident.<br><br>Nickserv a service which you can use to register your nickname and therefore need to identify to it so that it recognises you as the owner of the nick.<br><br>The ident of the bot is the one identd gives you, usually you can't set it yourself on shellproviders, but it's the name of your shellaccount<br><br>cheerz<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3245">Turambar</a> — Fri Dec 05, 2003 9:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[JOE]]></name></author>
		<updated>2003-12-05T09:24:14-04:00</updated>

		<published>2003-12-05T09:24:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31098#p31098</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31098#p31098"/>
		<title type="html"><![CDATA[Identify to Server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31098#p31098"><![CDATA[
Hello everyone<br>   Ok im trying to make bot identify to nickserv when it joins my server.Below is what i put in config file.For some reason i dont think what i have is working,because when i do a whois on bot i see the ( ~ ) by its nick.Can you please look at what i put and tell me what i may being doing wrong.Thanks once again JOE.<br><br><br><br>proc evnt:init_server {type} {<br>  global BellBot<br>  putquick "MODE $botnick +i-ws"<br>  putquick "PRIVMSG NICKSERV identify oldboy" <br>}<br><br>this is what whois looks like.<br>~BellBot@<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4191">JOE</a> — Fri Dec 05, 2003 9:24 am</p><hr />
]]></content>
	</entry>
	</feed>
