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

	<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>2006-02-06T11:15:21-04:00</updated>

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

		<entry>
		<author><name><![CDATA[CrazyEgg]]></name></author>
		<updated>2006-02-06T11:15:21-04:00</updated>

		<published>2006-02-06T11:15:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60168#p60168</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60168#p60168"/>
		<title type="html"><![CDATA[Problem with Identify Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60168#p60168"><![CDATA[
read this first:<br><br><a href="http://forum.egghelp.org/viewtopic.php?t=11009" class="postlink">http://forum.egghelp.org/viewtopic.php?t=11009</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6534">CrazyEgg</a> — Mon Feb 06, 2006 11:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darton]]></name></author>
		<updated>2006-02-04T10:37:33-04:00</updated>

		<published>2006-02-04T10:37:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60107#p60107</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60107#p60107"/>
		<title type="html"><![CDATA[Problem with Identify Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60107#p60107"><![CDATA[
Hello!<br>I have a problem with my Identify Script. It seems to me that my bot tries to identify itself every minute. And so the partyline is full with: "You are already identified."<br>How can I change it? This is my script:<div class="codebox"><p>Code: </p><pre><code>################################################################################################################## Identify Script for Eggdrop 1.3.x, 1.4.x, 1.5.x ##################################################################################################################################################### HOW TO INSTALL ######################################## Just type in the Settings and add Nickserv as a user in the userlist with the right host# and give him the flag "I".. and you're done :)############################################################################################### SETTINGS ########set botnick_pass "hidden"set bot_nick "hidden"set nickserv_nick "NickServ"########################################################################################################set keep-nick 1bind notc - "*you*nick*" nick_in_usebind notc - "*nick*use*" nick_in_usebind notc - "*ill*nick*" nick_in_usebind notc I "*msg*IDENTIFY*pass*" identify_to_nickservproc nick_in_use { nick uhost hand args rest } {    global botnick botnick_pass bot_nick nickserv_nick     if { $botnick != "$bot_nick" } {      putserv "PRIVMSG $nickserv_nick :ghost $bot_nick $botnick_pass"      putlog "Nick \002\[$bot_nick\]\002 is in use... Ghosting..."      }}proc identify_to_nickserv { nick uhost hand args rest } {  global botnick botnick_pass bot_nick nickserv_nick  if { $botnick == "$bot_nick" } {   putserv "PRIVMSG $nickserv_nick :identify $botnick_pass"   putlog "Identifying for nick \002\[$bot_nick\]\002"  } else {   putlog "The nick \002\[$botnick\]\002 is not the nick specified in identify.tcl"  }}bind dcc o identify manual_identifyproc manual_identify { hand idx mascara } { global nickserv_nick botnick_pass bot_nick putserv "PRIVMSG $nickserv_nick :identify $botnick_pass"    putlog "Identifying manualy for nick \002\[$bot_nick\]\002"}#######################################################################################putlog "NickServ Identify Script by DrLinux - Loaded."</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7270">darton</a> — Sat Feb 04, 2006 10:37 am</p><hr />
]]></content>
	</entry>
	</feed>
