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

	<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>2023-05-02T13:03:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2023-05-02T13:03:00-04:00</updated>

		<published>2023-05-02T13:03:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111902#p111902</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111902#p111902"/>
		<title type="html"><![CDATA[Auto Rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111902#p111902"><![CDATA[
Don't touch the rehash native function, bind the pre-rehash<br><div class="codebox"><p>Code: </p><pre><code>bind evnt - prerehash nrehashproc nrehash {type} {   foreach channel [array names chanlist] {      putquick "PRIVMSG $channel :Ejecutando Rehash Automatico"   }}utimer 3600 rehash 0</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue May 02, 2023 1:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fire-Fox]]></name></author>
		<updated>2023-05-02T12:02:39-04:00</updated>

		<published>2023-05-02T12:02:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111901#p111901</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111901#p111901"/>
		<title type="html"><![CDATA[Auto Rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111901#p111901"><![CDATA[
I thing you neeed <div class="codebox"><p>Code: </p><pre><code>utimer</code></pre></div><div class="codebox"><p>Code: </p><pre><code>utimer &lt;seconds&gt; &lt;tcl-command&gt; [count [timerName]]Description: executes the given Tcl command after a certain number of seconds have passed. If count is specified, the command will be executed count times with the given interval in between. If you specify a count of 0, the utimer will repeat until it’s removed with killutimer or until the bot is restarted. If timerName is specified, it will become the unique identifier for the timer. If timerName is not specified, Eggdrop will assign a timerName in the format of “timer&lt;integer&gt;”.Returns: a timerNameModule: core</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8230">Fire-Fox</a> — Tue May 02, 2023 12:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2023-02-20T23:58:24-04:00</updated>

		<published>2023-02-20T23:58:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111699#p111699</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111699#p111699"/>
		<title type="html"><![CDATA[Auto Rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111699#p111699"><![CDATA[
My first thought is that you are replacing the built in Eggdrop rehash command with one of your own that no longer rehashes the bot at all:)<br><br>...and settimer is not an eggdrop tcl command I'm aware of.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Mon Feb 20, 2023 11:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ORATEGOD]]></name></author>
		<updated>2023-02-20T23:51:12-04:00</updated>

		<published>2023-02-20T23:51:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111698#p111698</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111698#p111698"/>
		<title type="html"><![CDATA[Auto Rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111698#p111698"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc rehash { } {global chanlistforeach channel [array names chanlist] { putquick "PRIVMSG $channel :Ejecutando Rehash Automatico" }rehash }settimer rehash 3600 rehash</code></pre></div><br>I found this TCL but I can't get it to work, I hope someone can help me. <br><br><br><strong class="text-strong">Thank you so much !</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12869">ORATEGOD</a> — Mon Feb 20, 2023 11:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
