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

	<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>2003-02-14T07:41:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-02-14T07:41:36-04:00</updated>

		<published>2003-02-14T07:41:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16589#p16589</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16589#p16589"/>
		<title type="html"><![CDATA[weird]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16589#p16589"><![CDATA[
Oh, yah, you are right. Forgot to add a 'global repeat'. Thanks! <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=187">caesar</a> — Fri Feb 14, 2003 7:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-14T07:26:26-04:00</updated>

		<published>2003-02-14T07:26:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16588#p16588</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16588#p16588"/>
		<title type="html"><![CDATA[weird]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16588#p16588"><![CDATA[
You need to make the array/variable name global.<br><br>Wihtout it, it remains only local.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Feb 14, 2003 7:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-02-14T07:12:01-04:00</updated>

		<published>2003-02-14T07:12:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16587#p16587</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16587#p16587"/>
		<title type="html"><![CDATA[weird]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16587#p16587"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># bindsbind pubm - * smart:repeat#flagsetudef flag repeat# repeatproc smart:repeat {nick uhost hand channel args} {if {![chanflag $channel repeat] || ![botisop $channel]} { return 0 }if {![info exists repeat($uhost:$channel)]} { set repeat($uhost:$channel) 0 }# utimer 30 "array unset repeat $uhost:$channel"if {$repeat($uhost:$channel) == "3"} {putserv "PRIVMSG $channel :repeated 3 times" }}</code></pre></div>And I don't see any array called 'repeat' when a I do a '.tcl array get repeat'. Why?<br><br>Ps: And yes, channel has +repeat..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Feb 14, 2003 7:12 am</p><hr />
]]></content>
	</entry>
	</feed>
