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

	<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>2008-02-17T10:18:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-02-17T10:18:53-04:00</updated>

		<published>2008-02-17T10:18:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80911#p80911</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80911#p80911"/>
		<title type="html"><![CDATA[Multi Nick Identifier]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80911#p80911"><![CDATA[
Try the edited code.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Feb 17, 2008 10:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[john5555]]></name></author>
		<updated>2008-02-16T21:50:01-04:00</updated>

		<published>2008-02-16T21:50:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80908#p80908</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80908#p80908"/>
		<title type="html"><![CDATA[Multi Nick Identifier]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80908#p80908"><![CDATA[
Thanks for the quick reply <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Sir_Fz, i need the eggdrop identify nick1 pass1 and nick2 pass2 everyday at 12pm and not every 10 days at specific time. please assist me.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9717">john5555</a> — Sat Feb 16, 2008 9:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-02-17T10:18:31-04:00</updated>

		<published>2008-02-16T17:39:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80904#p80904</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80904#p80904"/>
		<title type="html"><![CDATA[Multi Nick Identifier]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80904#p80904"><![CDATA[
Try<div class="codebox"><p>Code: </p><pre><code>set nicksNpasses { nick1 pass1 nick2 pass2}bind time - {00 00 *} identify:nicksproc identify:nicks args { global nicksNpasses foreach {nick pass} $nicksNpasses {  puthelp "NickServ :identify $nick $pass" }}</code></pre></div>Edit: Now identifies every day at 12:00 AM.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Feb 16, 2008 5:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[john5555]]></name></author>
		<updated>2008-02-16T14:04:16-04:00</updated>

		<published>2008-02-16T14:04:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80900#p80900</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80900#p80900"/>
		<title type="html"><![CDATA[Multi Nick Identifier]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80900#p80900"><![CDATA[
Hi Guys,<br><br>Please guide me with this, <br><br>Need some assistance to alter the code below so it will identify 2 additional nick names which is not the eggdrops nick name at 12:00PM on a daily basis.<br><br>set nicksNpasses {<br> nick1 pass1<br> nick2 pass2<br>}<br><br>set tenDays [clock scan "10 days"]<br><br>bind time - {00 00 *} identify:nicks<br>proc identify:nicks args {<br> global nicksNpasses tenDays<br> if {[unixtime] &gt;= $tenDays} {<br>  foreach {nick pass} $nicksNpasses {<br>   puthelp "NickServ :identify $nick $pass"<br>  }<br>  set tenDays [clock scan "10 days"]<br> }<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9717">john5555</a> — Sat Feb 16, 2008 2:04 pm</p><hr />
]]></content>
	</entry>
	</feed>
