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

	<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-05-18T07:05:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[minilogo]]></name></author>
		<updated>2008-05-18T07:05:29-04:00</updated>

		<published>2008-05-18T07:05:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82961#p82961</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82961#p82961"/>
		<title type="html"><![CDATA[Script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82961#p82961"><![CDATA[
how if i want to change the timer from minutes to seconds ?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><br><br>to let the bots ident nick more faster  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"><br><br>Edit: NVM.. found it already <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> replacing <strong class="text-strong">timers</strong> with <strong class="text-strong">utimers</strong> and <strong class="text-strong">timer</strong> with <strong class="text-strong">utimer</strong> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9928">minilogo</a> — Sun May 18, 2008 7:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-03-01T08:17:08-04:00</updated>

		<published>2008-03-01T08:17:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81316#p81316</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81316#p81316"/>
		<title type="html"><![CDATA[Script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81316#p81316"><![CDATA[
Try<div class="codebox"><p>Code: </p><pre><code># change nick after how many mins ?set nchange(mins) 10# your nicks:set nchange(nicks) { nick1 pass1 nick2 pass2 nick3 pass3}# script goes here:foreach ntimer [timers] { if {[string match -nocase "*change:nick*" [lindex $ntimer 1]]} {  killtimer [lindex $ntimer 2] }}timer $nchange(mins) [list change:nick $nchange(nicks) $nchange(mins)]set nchange(length) 0proc change:nick {nicks mins} { global nick nchange set nchange(length) [expr {$nchange(length)%[llength $nicks]}] set nick [lindex $nicks $nchange(length)] set nchange($nick) [lindex $nicks [incr nchange(length)]] incr nchange(length) timer $mins [list change:nick $nicks $mins]}bind nick - * identify:nickproc identify:nick {n uhost hand chan nn} { global nchange if {[isbotnick $nn] &amp;&amp; [info exists nchange($nn)]} {  putserv "NickServ :identify $nn $nchange($nn)"  unset nchange($nn) }}</code></pre></div>This should identify the nickname once the bot changes its nickname (untested).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Mar 01, 2008 8:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sk-4]]></name></author>
		<updated>2008-02-29T23:08:01-04:00</updated>

		<published>2008-02-29T23:08:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81300#p81300</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81300#p81300"/>
		<title type="html"><![CDATA[Script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81300#p81300"><![CDATA[
thanks for the reply elesca, i did try out that script ,the problem is it identified all nick and cause nick get akill someime cause its identifiy all the nick.. what i want is the script will chnage bot nick according times and it can be identifed one bye one<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9352">sk-4</a> — Fri Feb 29, 2008 11:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[elisca]]></name></author>
		<updated>2008-02-29T16:29:32-04:00</updated>

		<published>2008-02-29T16:29:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81285#p81285</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81285#p81285"/>
		<title type="html"><![CDATA[Script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81285#p81285"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set nicksNpasses {  nick1 pass1  nick2 pass2  nick3 pass3 } set tenDays [clock scan "10 days"] bind time - {00 00 *} identify:nicks proc identify:nicks args {  global nicksNpasses tenDays  if {[unixtime] &gt;= $tenDays} {   foreach {nick pass} $nicksNpasses {    puthelp "NickServ :identify $nick $pass"   }   set tenDays [clock scan "10 days"]  } }</code></pre></div>Note : write by Sir_Fz<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8651">elisca</a> — Fri Feb 29, 2008 4:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sk-4]]></name></author>
		<updated>2008-02-29T12:12:19-04:00</updated>

		<published>2008-02-29T12:12:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81278#p81278</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81278#p81278"/>
		<title type="html"><![CDATA[Script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81278#p81278"><![CDATA[
any chance to make the bot to identified each nick with his own pass<br><br># change nick after how many mins ?<br>set nchange(mins) "10"<br><br># your nicks:<br>set nchange(nicks) "nick1 nick2 nick3" <br><br><strong class="text-strong">set nchange(pass) "pass1" ''pass2' "pass3"</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9352">sk-4</a> — Fri Feb 29, 2008 12:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-12-19T20:01:32-04:00</updated>

		<published>2006-12-19T20:01:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69086#p69086</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69086#p69086"/>
		<title type="html"><![CDATA[Re: various nicks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69086#p69086"><![CDATA[
<blockquote class="uncited"><div>it has as to place various nicks and passwords to identify nickserv?</div></blockquote>No! It simply does as was originally requested; change nicks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Dec 19, 2006 8:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Merlin]]></name></author>
		<updated>2006-12-19T09:54:26-04:00</updated>

		<published>2006-12-19T09:54:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69076#p69076</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69076#p69076"/>
		<title type="html"><![CDATA[various nicks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69076#p69076"><![CDATA[
it has as to place various nicks and passwords to identify nickserv?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8511">Merlin</a> — Tue Dec 19, 2006 9:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[jsilvestre]]></name></author>
		<updated>2005-03-07T14:03:36-04:00</updated>

		<published>2005-03-07T14:03:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47292#p47292</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47292#p47292"/>
		<title type="html"><![CDATA[Tks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47292#p47292"><![CDATA[
This script work very well...Tks one more time <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6034">jsilvestre</a> — Mon Mar 07, 2005 2:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-03-06T19:32:43-04:00</updated>

		<published>2005-03-06T19:32:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47262#p47262</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47262#p47262"/>
		<title type="html"><![CDATA[Script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47262#p47262"><![CDATA[
You're welcome, but you will face problems when you rehash since you will have several timers running. This should fix it:<div class="codebox"><p>Code: </p><pre><code># change nick after how many mins ? set nchange(mins) "10" # your nicks: set nchange(nicks) "nick1 nick2 nick3" # script goes here: foreach ntimer [timers] { if {[string match -nocase "*change:nick*" "[lindex $ntimer 1]"]} {   killtimer [lindex $ntimer 2] }}timer $nchange(mins) [list change:nick $nchange(nicks) $nchange(mins)] set nchange(length) 0 proc change:nick {nicks mins} { global nick nchange incr nchange(length) if {"$nchange(length)" &gt; "[llength $nicks]"} { set nchange(length) 1 } set nick "[lindex $nicks [expr {$nchange(length)-1}]]" timer $mins [list change:nick $nicks $mins] }</code></pre></div>Not tested.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Mar 06, 2005 7:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[jsilvestre]]></name></author>
		<updated>2005-03-06T14:40:12-04:00</updated>

		<published>2005-03-06T14:40:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47243#p47243</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47243#p47243"/>
		<title type="html"><![CDATA[Sir_Fz :)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47243#p47243"><![CDATA[
Sir_Fz thanks  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <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=6034">jsilvestre</a> — Sun Mar 06, 2005 2:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kurupt]]></name></author>
		<updated>2005-03-05T19:28:53-04:00</updated>

		<published>2005-03-05T19:28:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47208#p47208</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47208#p47208"/>
		<title type="html"><![CDATA[Script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47208#p47208"><![CDATA[
oh sorry i whas a lil disturbed<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5355">Kurupt</a> — Sat Mar 05, 2005 7:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-03-05T19:12:37-04:00</updated>

		<published>2005-03-05T19:12:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47207#p47207</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47207#p47207"/>
		<title type="html"><![CDATA[Re: .]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47207#p47207"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind time - "*5 * * * *" change:itproc change:it {min hour day month year} {global nickset nick [randstring 9]}</code></pre></div></div></blockquote>that'll change the bot's nick to a 9 charactered random nick every 5 minutes, that's not what he wants.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Mar 05, 2005 7:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kurupt]]></name></author>
		<updated>2005-03-05T17:26:13-04:00</updated>

		<published>2005-03-05T17:26:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47202#p47202</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47202#p47202"/>
		<title type="html"><![CDATA[.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47202#p47202"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind time - "*5 * * * *" change:itproc change:it {min hour day month year} {global nickset nick [randstring 9]}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5355">Kurupt</a> — Sat Mar 05, 2005 5:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-03-05T08:57:51-04:00</updated>

		<published>2005-03-05T08:57:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47181#p47181</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47181#p47181"/>
		<title type="html"><![CDATA[Script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47181#p47181"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># change nick after how many mins ?set nchange(mins) "10"# your nicks:set nchange(nicks) "nick1 nick2 nick3"# script goes here:timer $nchange(mins) [list change:nick $nchange(nicks) $nchange(mins)]set nchange(length) 0proc change:nick {nicks mins} {global nick nchange incr nchange(length)if {"$nchange(length)" &gt; "[llength $nicks]"} { set nchange(length) 1 }set nick "[lindex $nicks [expr {$nchange(length)-1}]]"timer $mins [list change:nick $nicks $mins]}</code></pre></div>This should change the bot's nick every x minutes respectivley from nchange(nicks).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Mar 05, 2005 8:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[jsilvestre]]></name></author>
		<updated>2005-03-05T07:32:04-04:00</updated>

		<published>2005-03-05T07:32:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47180#p47180</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47180#p47180"/>
		<title type="html"><![CDATA[Script request!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47180#p47180"><![CDATA[
Good morning! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>I here to request a simple script.<br>I have many nicks and i need a script to my eggdrop change is nick every X minutes. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6034">jsilvestre</a> — Sat Mar 05, 2005 7:32 am</p><hr />
]]></content>
	</entry>
	</feed>
