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

	<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>2007-08-15T11:49:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Elfriede]]></name></author>
		<updated>2007-08-15T11:49:12-04:00</updated>

		<published>2007-08-15T11:49:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75299#p75299</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75299#p75299"/>
		<title type="html"><![CDATA[[ SOLVED ] Timed rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75299#p75299"><![CDATA[
Thanx a lot ! <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=9204">Elfriede</a> — Wed Aug 15, 2007 11:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-08-15T10:29:45-04:00</updated>

		<published>2007-08-15T10:29:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75295#p75295</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75295#p75295"/>
		<title type="html"><![CDATA[[ SOLVED ] Timed rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75295#p75295"><![CDATA[
Not sure wether you are asking to trigger the rehash using a public message, or simply like a notification about rehash being done in a channel..<br><br>Assuming the latter, you could use something like this (with a few bells'n'whistles such as rehash-time):<div class="codebox"><p>Code: </p><pre><code>bind evnt - rehash postRehashbind evnt - prerehash preRehashbind evnt - prerestart preRestartset ppNotifyChannel "#theChannel"proc postRehash {evnt} { puthelp "PRIVMSG $::ppNotifyChannel :Rehash completed in [expr [clock clicks -milliseconds] - $::ppRehashTime] milliseconds."}proc preRehash {evnt} { puthelp "PRIVMSG $::ppNotifyChannel :Rehashing..." set ::ppRehashTime [clock clicks -milliseconds]}proc preRestart {evnt} { puthelp "PRIVMSG $::ppNotifyChannel :Restarting, Be right back..."}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Aug 15, 2007 10:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Elfriede]]></name></author>
		<updated>2007-08-15T08:25:08-04:00</updated>

		<published>2007-08-15T08:25:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75288#p75288</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75288#p75288"/>
		<title type="html"><![CDATA[[ SOLVED ] Timed rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75288#p75288"><![CDATA[
Is ist possible to bind this event with a PRIVMSG on the Channel ?<br><br>Something like: &lt;&lt;Automated Rehash - Done&gt;&gt;<br><br>Hopefully someone can tell me <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=9204">Elfriede</a> — Wed Aug 15, 2007 8:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2007-03-06T22:33:59-04:00</updated>

		<published>2007-03-06T22:33:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71052#p71052</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71052#p71052"/>
		<title type="html"><![CDATA[[ SOLVED ] Timed rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71052#p71052"><![CDATA[
thank you fz - your da man with da plan who can.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Tue Mar 06, 2007 10:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-03-06T21:57:08-04:00</updated>

		<published>2007-03-06T21:57:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71051#p71051</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71051#p71051"/>
		<title type="html"><![CDATA[[ SOLVED ] Timed rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71051#p71051"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind time - {00 *} timed:rehashbind time - {30 *} timed:rehashproc timed:rehash args { rehash}</code></pre></div><blockquote class="uncited"><div>TIME (stackable)<br>bind time &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br>proc-name &lt;minute&gt; &lt;hour&gt; &lt;day&gt; &lt;month&gt; &lt;year&gt;<br><br>Description: allows you to schedule procedure calls at certain<br>times. mask matches 5 space separated integers of the form:<br>"minute hour day month year". minute, hour, day, month have a<br>zero padding so they are exactly two characters long; year is<br>four characters. Flags are ignored.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Mar 06, 2007 9:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2007-03-06T22:34:32-04:00</updated>

		<published>2007-03-06T20:58:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71050#p71050</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71050#p71050"/>
		<title type="html"><![CDATA[[ SOLVED ] Timed rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71050#p71050"><![CDATA[
Hi guys. Just a quickone I cannot get my head around.<br><br>here is what i have so fare<br><div class="codebox"><p>Code: </p><pre><code>proc timed:rehash { nick uhost hand chan text} {rehash}</code></pre></div>I am not sure about the bind line to make it run on its own every 30 minutes.<br><br>Please could someone help?<br><br>Cheers<br><br>Quest<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Tue Mar 06, 2007 8:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
