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

	<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>2024-11-22T12:19:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[abi]]></name></author>
		<updated>2024-11-22T12:19:34-04:00</updated>

		<published>2024-11-22T12:19:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113136#p113136</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113136#p113136"/>
		<title type="html"><![CDATA[Re: identify more nick every 2 day]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113136#p113136"><![CDATA[
<blockquote class="uncited"><div>Here is the simplest script:<br><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl"># Fill np with nicks and passwordset np {   "nick1" "pass1" \   "nick2" "pass2" \   ... \   "nick17" "pass17"}set cnp 0proc identnick {min hour day month wod} {   putserv "NICK [lindex $::np $::cnp]"   incr ::cnp   putserv "PRIVMSG NickServ :identify [lindex $::np $::cnp]"   #change previous command to the one used on your server   if {$::cnp &gt;= [llength $::np]} {      set ::cnp 0   } else {      incr ::cnp   }   putserv "NICK $::botnick"}bind cron - "14 3 */2 * *" identnick</code></pre></div> <strong>script</strong> It can be more complex whith controls that the nickserv ask for identification or validate it before sending the pass or regain the original botnick.<br>And notice that if you rehash the eggdrop (or restart it), it will restart the cycle from the first entry in $np.</div></blockquote>Can the nick's identity be published to the channel?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13249">abi</a> — Fri Nov 22, 2024 12:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-07-08T09:04:40-04:00</updated>

		<published>2024-07-08T09:04:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112897#p112897</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112897#p112897"/>
		<title type="html"><![CDATA[Re: identify more nick every 2 day]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112897#p112897"><![CDATA[
Here is the simplest script:<br><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl"># Fill np with nicks and passwordset np {   "nick1" "pass1" \   "nick2" "pass2" \   ... \   "nick17" "pass17"}set cnp 0proc identnick {min hour day month wod} {   putserv "NICK [lindex $::np $::cnp]"   incr ::cnp   putserv "PRIVMSG NickServ :identify [lindex $::np $::cnp]"   #change previous command to the one used on your server   if {$::cnp &gt;= [llength $::np]} {      set ::cnp 0   } else {      incr ::cnp   }   putserv "NICK $::botnick"}bind cron - "14 3 */2 * *" identnick</code></pre></div> <strong>script</strong> It can be more complex whith controls that the nickserv ask for identification or validate it before sending the pass or regain the original botnick.<br>And notice that if you rehash the eggdrop (or restart it), it will restart the cycle from the first entry in $np.<br><br><strong class="text-strong">Edit on 2025-01-28</strong>: good syntax for bind cron<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Mon Jul 08, 2024 9:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kerbau]]></name></author>
		<updated>2024-07-08T04:28:09-04:00</updated>

		<published>2024-07-08T04:28:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112896#p112896</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112896#p112896"/>
		<title type="html"><![CDATA[Re: identify more nick every 2 day]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112896#p112896"><![CDATA[
i can't use that feature, <br>i had 17 nick and have separate password.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12915">Kerbau</a> — Mon Jul 08, 2024 4:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-07-08T02:25:51-04:00</updated>

		<published>2024-07-08T02:25:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112894#p112894</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112894#p112894"/>
		<title type="html"><![CDATA[Re: identify more nick every 2 day]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112894#p112894"><![CDATA[
Not sure to understand...<br>You want the eggdrop to change its nick each 2 days and identify, according to a nicklist you set, to keep them alive ?<br><br>If the network you're on has services (like anope), using group nick may help.<br>If you can't use this feature, we've to know how much nicks you need to keep alive, and if they have separate password or if they share the same one.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Mon Jul 08, 2024 2:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kerbau]]></name></author>
		<updated>2024-07-08T01:12:59-04:00</updated>

		<published>2024-07-08T01:12:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112893#p112893</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112893#p112893"/>
		<title type="html"><![CDATA[identify more nick every 2 day]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112893#p112893"><![CDATA[
hello there<br><br>i had more nickname and i want it sidentify with every 2 day by changing 1 by 1 nick.<br><br>thanx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12915">Kerbau</a> — Mon Jul 08, 2024 1:12 am</p><hr />
]]></content>
	</entry>
	</feed>
