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

	<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>2004-07-29T17:22:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2004-07-29T17:22:57-04:00</updated>

		<published>2004-07-29T17:22:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39222#p39222</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39222#p39222"/>
		<title type="html"><![CDATA[Re: &quot;expected integer but got &quot;&quot; &quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39222#p39222"><![CDATA[
<blockquote class="uncited"><div>umm okay this problem still has me beat does anyone have any ideas?<br><br>the problem is either in one of those two modules, but the only tcl feedback that i am getting is the message<br><br>'expected integer bit got "" '<br><br>-----------------------------------<br><br>edit: Well thanks anyway but that doesn't really fix/explain it, it has been working fine for ages</div></blockquote>What problem? What modules? post some names or code or check '.tcl set errorInfo' after the error have occurred.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Thu Jul 29, 2004 5:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-07-28T04:08:00-04:00</updated>

		<published>2004-07-28T04:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39160#p39160</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39160#p39160"/>
		<title type="html"><![CDATA[&quot;expected integer but got &quot;&quot; &quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39160#p39160"><![CDATA[
You should use 'list' when calling a procedure with a utimer.<br><br>Replace:<br><div class="codebox"><p>Code: </p><pre><code>[utimer 45 "display_warn_heading"] </code></pre></div>with:<br><div class="codebox"><p>Code: </p><pre><code>utimer 45 [list display_warn_heading]</code></pre></div>Also,<br><div class="codebox"><p>Code: </p><pre><code>set voted { }</code></pre></div>What are you doing here?<br>If you want to set an empty variable use:<br><div class="codebox"><p>Code: </p><pre><code>set voted ""</code></pre></div>If you want to set it to the variable { } use:<br><div class="codebox"><p>Code: </p><pre><code>set voted "\{ \}"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed Jul 28, 2004 4:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-28T09:27:18-04:00</updated>

		<published>2004-07-28T03:52:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39159#p39159</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39159#p39159"/>
		<title type="html"><![CDATA[&quot;expected integer but got &quot;&quot; &quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39159#p39159"><![CDATA[
umm okay this problem still has me beat does anyone have any ideas?<br><br>the problem is either in one of those two modules, but the only tcl feedback that i am getting is the message<br><br>'expected integer bit got "" '<br><br>-----------------------------------<br><br>edit: Well thanks anyway but that doesn't really fix/explain it, it has been working fine for ages<p>Statistics: Posted by Guest — Wed Jul 28, 2004 3:52 am</p><hr />
]]></content>
	</entry>
	</feed>
