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

	<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>2020-09-01T05:32:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[l.kleijn]]></name></author>
		<updated>2020-09-01T05:32:46-04:00</updated>

		<published>2020-09-01T05:32:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108955#p108955</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108955#p108955"/>
		<title type="html"><![CDATA[rehash script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108955#p108955"><![CDATA[
Thanks it's working<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12392">l.kleijn</a> — Tue Sep 01, 2020 5:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2020-09-01T03:38:07-04:00</updated>

		<published>2020-09-01T03:38:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108954#p108954</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108954#p108954"/>
		<title type="html"><![CDATA[rehash script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108954#p108954"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>timer 1 [list channel set $chan +cmd]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Sep 01, 2020 3:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[l.kleijn]]></name></author>
		<updated>2020-09-01T02:40:06-04:00</updated>

		<published>2020-09-01T02:40:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108953#p108953</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108953#p108953"/>
		<title type="html"><![CDATA[rehash script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108953#p108953"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc pub:rehash {nick host hand chan arg} {  global botnick  if {[channel get $chan cmd]} {  if {[matchattr $hand n] == 0} {     putserv "NOTICE $nick :You don't have access."     return 0  }  putserv "NOTICE $nick :Rehash."  rehash  channel set $chan -cmd  timer 1 channel set $chan +cmd }}</code></pre></div>I have this error: [08:39:03] Tcl error [pub:rehash]: wrong # args: should be "timer minutes command ?count?"<br><br>How can i fix this ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12392">l.kleijn</a> — Tue Sep 01, 2020 2:40 am</p><hr />
]]></content>
	</entry>
	</feed>
