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

	<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>2007-02-26T15:57:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-02-26T15:57:42-04:00</updated>

		<published>2007-02-26T15:57:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70770#p70770</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70770#p70770"/>
		<title type="html"><![CDATA[about identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70770#p70770"><![CDATA[
@cr4sh:  Which irc server are you trying to identify on? Here's an example for undernet (this goes in your eggdrop.conf, make sure there are no other proc evnt:init_server entries in your conf.)<div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server evnt:init_serverproc evnt:init_server {type} {  global botnick  putquick "MODE $botnick +ix-ws"  putquick "PRIVMSG X@channels.undernet.org :login botname botpassword"}</code></pre></div>If its a server that uses nickserv, change the privmsg line to:<br>putquick "PRIVMSG nickserv :identify botpassword"<br><br>or possibly:<br>putquick "ns identify botpassword"<br><br>Some servers use the command "ns" to talk to nickserv, instead of /msg nickserv.<br><br>You're basically issuing the same commands you do for yourself when you identify manually. Make sure your bot isn't ignoring nickserv and services in general when you connect, sometimes it will ignore them for flooding. Add nickserv and chanserv to your bot's userlist, give them the +f flag, and make sure they're not being ignored (if you're not seeing any replies from nickserv, then your bot is ignoring it or you don't have the right flags set on your dcc console to be able to see them. Check your .ignore list and check your console settings.)<br><br>And, yeah chanservneed is a very good script, I use that one too.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Feb 26, 2007 3:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2007-02-26T15:55:05-04:00</updated>

		<published>2007-02-26T15:55:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70769#p70769</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70769#p70769"/>
		<title type="html"><![CDATA[about identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70769#p70769"><![CDATA[
It's ok!!<br>Thank you very much.<br>To the next help...bye<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7240">Cr4sh</a> — Mon Feb 26, 2007 3:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-02-26T15:40:49-04:00</updated>

		<published>2007-02-26T15:40:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70768#p70768</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70768#p70768"/>
		<title type="html"><![CDATA[about identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70768#p70768"><![CDATA[
Then try another script. I use chanservneed by De Kus, give it a try.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Feb 26, 2007 3:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2007-02-26T09:21:25-04:00</updated>

		<published>2007-02-26T09:21:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70764#p70764</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70764#p70764"/>
		<title type="html"><![CDATA[about identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70764#p70764"><![CDATA[
Right, thx!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <br><br>Now i've tried to load this script (the first one in the script list):<br><div class="codebox"><p>Code: </p><pre><code>#################################################################################################                           NickServ &amp; ChanServ Tools                            ################################################################################################ ## Autor  : Holger Brähne (Holli)# E-Mail : hbraehne@web.de# Version: 1.0## Beschreibung: Das Script Identifiziert den Bot automatisch bei NickServ und lässt den#               Bot automatisch Op erhalten falls das gewünscht ist und er die benötigten#               Channelrechte besitzt. Das Script wurde getestet und hat funktioniert.#               Ich kann allerdings nicht garantieren das es das auf allen IRC Servern#               tut!##################################################################################################                                 KONFIGURATION                                 ################################################################################################## Der Name den NickServ auf dem IRC Server verwendet auf dem sich der Bot befindetset nserv(name) "NickServ"# Der Befehl mit dem man sich bei NickServ identifiziert (normalerweise: IDENTIFY)set nserv(idnt) "IDENTIFY"# Der Name den der Bot verwendet. Wichtig falls jemand den Namen geklaut hat und der Bot# in den GHOST Modus gehen soll um ihn zurück zu erhalten.set nserv(nick) "botnick"# Das Passwort mit dem der Bot bei NickServ registriert ist.set nserv(pass) "password"# Die Zeit die der Bot zwischen dem erkennen von NickServ und der Identifizierung warten# soll. Bei mir haben 10 Sekunden immer gereicht, aber es soll ja auch langsamere Server# geben ;)set nserv(time) 10# Der Name den ChanServ auf dem IRC Server verwendet auf dem sich der Bot befindetset cserv(name) "ChanServ"# Soll der Bot sich automatisch Op im unten angegebenen Channel holen?# 0 = nein / 1 = jaset cserv(opme) 1# Der Channel in dem sich der Bot Op holen soll.set cserv(chan) "#mainchannel"# Siehe nserv(time). Die Zeit hier sollte aber mindestens 5 Sekunden länger angegeben sein!set cserv(time) 15#################################################################################################  !!! AB HIER NICHTS MEHR ÄNDERN, AUSSER DU WEISST GENAU WAS DU DA MACHST !!!  #################################################################################################bind notc - "*msg*IDENTIFY*pass*" nick_identbind dcc o nservid nick_identproc nick_ident {nick uhost hand args} {  global botnick nserv cserv    if {$botnick == $nserv(nick)} {      utimer $nserv(time) "putserv \"PRIVMSG $nserv(name) :$nserv(idnt) $nserv(pass)\""        if {$cserv(opme) == 1} {          utimer $cserv(time) "putserv \"PRIVMSG $cserv(name) :OP $cserv(chan)\""        }    } else {      utimer $nserv(time) "putserv \"PRIVMSG $nserv(name) :GHOST $nserv(nick) $nserv(pass)\""    }}</code></pre></div>...the result it's the same...bot don't identify itself.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7240">Cr4sh</a> — Mon Feb 26, 2007 9:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-02-26T08:15:38-04:00</updated>

		<published>2007-02-26T08:15:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70763#p70763</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70763#p70763"/>
		<title type="html"><![CDATA[about identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70763#p70763"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>How about you load some identification script from the Tcl archive? There are a lot of scripts that will do what you want.<br><br>Btw, you don't just add lines to the top of the .conf file. The .conf file is organized for a reason.</div></blockquote>I know this, but then what did you say about this:<br><blockquote class="uncited"><div>Try this if you want to login your nickname via NickServ.<br>ADD this into your .conf file,<br><br>Code:<br>proc evnt:init_server {type} {<br>  global botnick<br>  putquick "MODE $botnick +i-ws"<br>  putquick "IDENTIFY &lt;nickname&gt; &lt;your-password&gt;"<br>}<br><br><br>Regards.</div></blockquote></div></blockquote>You are getting confused Cr4sh. Ignore all but what Sir_Fz suggested in his (last) post.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Feb 26, 2007 8:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2007-02-26T07:40:04-04:00</updated>

		<published>2007-02-26T07:40:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70762#p70762</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70762#p70762"/>
		<title type="html"><![CDATA[about identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70762#p70762"><![CDATA[
<blockquote class="uncited"><div>How about you load some identification script from the Tcl archive? There are a lot of scripts that will do what you want.<br><br>Btw, you don't just add lines to the top of the .conf file. The .conf file is organized for a reason.</div></blockquote>I know this, but then what did you say about this:<br><blockquote class="uncited"><div>Try this if you want to login your nickname via NickServ.<br>ADD this into your .conf file,<br><br>Code:<br>proc evnt:init_server {type} {<br>  global botnick<br>  putquick "MODE $botnick +i-ws"<br>  putquick "IDENTIFY &lt;nickname&gt; &lt;your-password&gt;"<br>}<br><br><br>Regards.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7240">Cr4sh</a> — Mon Feb 26, 2007 7:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-02-26T07:29:23-04:00</updated>

		<published>2007-02-26T07:29:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70761#p70761</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70761#p70761"/>
		<title type="html"><![CDATA[about identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70761#p70761"><![CDATA[
How about you load some identification script from the Tcl archive? There are a lot of scripts that will do what you want.<br><br>Btw, you don't just add lines to the top of the .conf file. The .conf file is organized for a reason.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Feb 26, 2007 7:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2007-02-26T06:46:23-04:00</updated>

		<published>2007-02-26T06:46:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70759#p70759</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70759#p70759"/>
		<title type="html"><![CDATA[about identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70759#p70759"><![CDATA[
I don't understand...<br>I'm do nothing, but now, with the code lines to the top of the .conf file, the bot connect to the channel, but don't identify itself with nickserv... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7240">Cr4sh</a> — Mon Feb 26, 2007 6:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-02-26T06:33:59-04:00</updated>

		<published>2007-02-26T06:33:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70758#p70758</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70758#p70758"/>
		<title type="html"><![CDATA[about identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70758#p70758"><![CDATA[
<blockquote class="uncited"><div>A simply question...<br>In this way the bot give me a message: "Attention: i can't to write the pid.Lamestbot file" and then it's don't connect...<br>Where i put the code in .conf file exactly? (to the top, in the middle, bottom or what)...<br>Regards.</div></blockquote>If your bot cannot write its own pid file then it indicates something is wrong; quota restrictions?<br><br>From eggdrop.conf (try this anyway):<blockquote class="uncited"><div># Specify here the filename Eggdrop will save its pid to. If no pidfile is<br># specified, pid.(botnet-nick) will be used.<br>#set pidfile "pid.LamestBot"</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Feb 26, 2007 6:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2007-02-26T05:47:52-04:00</updated>

		<published>2007-02-26T05:47:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70757#p70757</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70757#p70757"/>
		<title type="html"><![CDATA[about identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70757#p70757"><![CDATA[
A simply question...<br>In this way the bot give me a message: "Attention: i can't to write the pid.Lamestbot file" and then it's don't connect...<br>Where i put the code in .conf file exactly? (to the top, in the middle, bottom or what)...<br>Regards.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7240">Cr4sh</a> — Mon Feb 26, 2007 5:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Linux]]></name></author>
		<updated>2007-02-25T19:26:55-04:00</updated>

		<published>2007-02-25T19:26:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70735#p70735</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70735#p70735"/>
		<title type="html"><![CDATA[about identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70735#p70735"><![CDATA[
Try this if you want to login your nickname via NickServ.<br>ADD this into your .conf file,<br><div class="codebox"><p>Code: </p><pre><code>proc evnt:init_server {type} {  global botnick  putquick "MODE $botnick +i-ws"  putquick "IDENTIFY &lt;nickname&gt; &lt;your-password&gt;"}</code></pre></div>Regards.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4783">Linux</a> — Sun Feb 25, 2007 7:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-02-24T13:29:25-04:00</updated>

		<published>2007-02-24T13:29:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70683#p70683</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70683#p70683"/>
		<title type="html"><![CDATA[about identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70683#p70683"><![CDATA[
Add<div class="codebox"><p>Code: </p><pre><code>putserv "privmsg &lt;services&gt; :identify &lt;pass&gt;"</code></pre></div>in the evnt:init_server proc. This will be performed on connect (of course you can use something like "nickserv :identify &lt;pass&gt;" instead of "privmsg..." if it's supported by your network).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Feb 24, 2007 1:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2007-02-24T12:09:54-04:00</updated>

		<published>2007-02-24T12:09:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70682#p70682</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70682#p70682"/>
		<title type="html"><![CDATA[about identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70682#p70682"><![CDATA[
Hi, now i've the same problem...<br><blockquote class="uncited"><div>Have the bot cease ignoring services?</div></blockquote>What does it mean exactly?<br>Where i must see to control?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7240">Cr4sh</a> — Sat Feb 24, 2007 12:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-01-24T08:07:53-04:00</updated>

		<published>2007-01-24T08:07:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69885#p69885</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69885#p69885"/>
		<title type="html"><![CDATA[about identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69885#p69885"><![CDATA[
Have the bot cease ignoring services?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Jan 24, 2007 8:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spriizha]]></name></author>
		<updated>2007-01-24T01:09:27-04:00</updated>

		<published>2007-01-24T01:09:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69879#p69879</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69879#p69879"/>
		<title type="html"><![CDATA[about identify]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69879#p69879"><![CDATA[
aaaaaaaaaaaaaaaaaaig.. still not wrkng.. tryed another scrfipts...<br>the stupidest thing that this nickserv say nothing if u got a registed nick and havnt made identify..<br><br>ok lock topic. mybe sometime later i will beat this X_X<br>:*<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8637">spriizha</a> — Wed Jan 24, 2007 1:09 am</p><hr />
]]></content>
	</entry>
	</feed>
