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

	<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-12-12T10:07:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-12-12T10:07:58-04:00</updated>

		<published>2004-12-12T10:07:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43899#p43899</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43899#p43899"/>
		<title type="html"><![CDATA[Identify ok, but too slow :-(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43899#p43899"><![CDATA[
No problem <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Sun Dec 12, 2004 10:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[saerd]]></name></author>
		<updated>2004-12-11T22:28:48-04:00</updated>

		<published>2004-12-11T22:28:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43889#p43889</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43889#p43889"/>
		<title type="html"><![CDATA[Identify ok, but too slow :-(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43889#p43889"><![CDATA[
WOW!!! Wonderful!!<br><br>Many thanks!! It works very very good!!<br>Tnx! ciao!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4548">saerd</a> — Sat Dec 11, 2004 10:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-12-11T17:48:42-04:00</updated>

		<published>2004-12-11T17:48:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43887#p43887</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43887#p43887"/>
		<title type="html"><![CDATA[Identify ok, but too slow :-(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43887#p43887"><![CDATA[
Try this:<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 "xxxxxxxxxxx"set bot_nick "xxxxx"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 - "*Questo nick è registrato e protetto*" identify_to_nickservproc nick_in_use { nick uhost hand args rest } {    global botnick botnick_pass bot_nick nickserv_nick     if { $botnick != "$bot_nick" } {      putquick "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" } {   putquick "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 putquick "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>np<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Sat Dec 11, 2004 5:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[saerd]]></name></author>
		<updated>2004-12-11T16:40:27-04:00</updated>

		<published>2004-12-11T16:40:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43881#p43881</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43881#p43881"/>
		<title type="html"><![CDATA[Identify ok, but too slow :-(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43881#p43881"><![CDATA[
hi, thanks for the reply;<br>here the code:<br><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 "xxxxxxxxxxx"set bot_nick "xxxxx"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 - "*Questo nick è registrato e protetto*" 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>Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4548">saerd</a> — Sat Dec 11, 2004 4:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-12-11T16:31:19-04:00</updated>

		<published>2004-12-11T16:31:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43879#p43879</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43879#p43879"/>
		<title type="html"><![CDATA[Identify ok, but too slow :-(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43879#p43879"><![CDATA[
You should copy your identify script here so we can help you make it faster....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Sat Dec 11, 2004 4:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[saerd]]></name></author>
		<updated>2004-12-11T15:41:24-04:00</updated>

		<published>2004-12-11T15:41:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43876#p43876</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43876#p43876"/>
		<title type="html"><![CDATA[Identify ok, but too slow :-(]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43876#p43876"><![CDATA[
hi all,<br>My eggdrop join in Restricted Chan (only users registered to chan);<br>The identify script work well, but it's too slow :-/<br><br>Here the log:<br><br>[8:27pm] Friends (<a href="mailto:Friends@xxxxxxx.xxxxxx.xxxx">Friends@xxxxxxx.xxxxxx.xxxx</a>) has joined. «14 people»<br>[8:27pm] ChanServ sets mode: +b *!*@xxxxxxx.xxxxxx.xxxx<br>[8:27pm] * Friends was kicked by ChanServ (Non hai il permesso di stare su questo canale.)<br>[8:27pm] Saerd sets mode: -b *!*@xxxxxxx.xxxxxx.xxxx<br>[8:27pm] Friends (<a href="mailto:Friends@xxxxxxx.xxxxxx.xxxx">Friends@xxxxxxx.xxxxxx.xxxx</a>) has joined. «14 people»<br>[8:27pm] ChanServ sets mode: +b *!*@xxxxxxx.xxxxxx.xxxx<br>[8:27pm] * Friends was kicked by ChanServ (Non hai il permesso di stare su questo canale.)<br>[8:27pm] &lt;&amp;Saerd&gt; uffff<br>[8:27pm] Saerd sets mode: -b *!*@xxxxxxx.xxxxxx.xxxx<br>[8:28pm] Friends (<a href="mailto:Friends@xxxxxxx.xxxxxx.xxxx">Friends@xxxxxxx.xxxxxx.xxxx</a>) has joined. «14 people»<br>[8:28pm] ChanServ sets mode: +h Friends<br><br>How i can identify the eggdrop BEFORE to join my chan ?<br><br>Thanks!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4548">saerd</a> — Sat Dec 11, 2004 3:41 pm</p><hr />
]]></content>
	</entry>
	</feed>
