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

	<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>2005-08-08T12:52:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-08T12:52:00-04:00</updated>

		<published>2005-08-08T12:52:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53883#p53883</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53883#p53883"/>
		<title type="html"><![CDATA[having problems with egg_fu_2.0.2]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53883#p53883"><![CDATA[
then either contact the author or post the script (using <div class="codebox"><p>Code: </p><pre><code> tags) and hope for the best (i.e. someone here to bother to fix it)</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Aug 08, 2005 12:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[wizzo]]></name></author>
		<updated>2005-08-08T12:30:27-04:00</updated>

		<published>2005-08-08T12:30:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53879#p53879</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53879#p53879"/>
		<title type="html"><![CDATA[having problems with egg_fu_2.0.2]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53879#p53879"><![CDATA[
<blockquote class="uncited"><div>obviously the arguments of that [expr] are not properly checked/guaranteed to be numbers</div></blockquote>that argument is in the orginal script i downloaded from slennox's eggpage and its not been tampered with so i need a solution to fix it if possible.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6567">wizzo</a> — Mon Aug 08, 2005 12:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-08T11:51:11-04:00</updated>

		<published>2005-08-08T11:51:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53874#p53874</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53874#p53874"/>
		<title type="html"><![CDATA[having problems with egg_fu_2.0.2]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53874#p53874"><![CDATA[
obviously the arguments of that [expr] are not properly checked/guaranteed to be numbers<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Aug 08, 2005 11:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[wizzo]]></name></author>
		<updated>2005-08-08T07:25:40-04:00</updated>

		<published>2005-08-08T07:25:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=53869#p53869</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=53869#p53869"/>
		<title type="html"><![CDATA[having problems with egg_fu_2.0.2]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=53869#p53869"><![CDATA[
Well i configured the eggdrop and every thing works fine with all the scripts i have added but only one is giving me problems. i get the following error when using egg_fu_2.0.2.tcl<br><br>TCL error in file 'eggdrop.conf:<br><br>expected integer but got "09" (looks like invalid octal number)<br><br>while executing <br>"expr [lindex [split $args :] 1] + ([unoctal [lindex [split $args :] 0]] * 60)"<br> (prcedure "mconv" line 1)<br>invoked from within<br>"mconv [getdate time"<br>(procedure "myage" line 6)<br>invoked from within <br>"myage"<br>invoked from within <br>"putlog "\002egg\002-\002fu\002 \002$eggfu\002 loaded! (age: [myage], sex: $sex)<br>"(file "scripts/egg-fu_2.0.2.tcl" line 940)<br>invoked from within<br>"source scripts/egg-fu-2.0.2.tcl"<br>(file "eggdrop.conf" line 1351)<br><br><br>i think the problem is this line in the tcl file but i have no idea what <br><br>proc mconv {args} {return [expr [lindex [split $args :] 1] + ([unoctal [lindex [split $args :] 0]] * 60)]}<br><br>i've search this board for a while now for a solution and couldn't find anyone with similar problems to mine.<br><br>p.s. i am using eggdrop not windrop and cygwin<br><br>after running it again i now get this error<br><br>[13:14] Tcl error in file 'eggdrop.conf':<br>[13:14] syntax error in expression "00\]\] + (12 * 60)": extra tokens at end of<br>expression<br>    while executing<br>"expr [lindex [split $args :] 1] + ([unoctal [lindex [split $args :] 0]] * 60)"<br>    (procedure "mconv" line 1)<br>    invoked from within<br>"mconv [lindex $bdate 1"<br>    (procedure "myage" line 7)<br>    invoked from within<br>"myage"<br>    invoked from within<br>"putlog "\002egg\002-\002fu\002 \002$eggfu\002 loaded! (age: [myage], sex: $sex)<br>"<br>"<br>    (file "scripts/egg-fu_2.0.2.tcl" line 940)<br>    invoked from within<br>"source scripts/egg-fu_2.0.2.tcl"<br>    (file "eggdrop.conf" line 1349)<br>[13:14] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6567">wizzo</a> — Mon Aug 08, 2005 7:25 am</p><hr />
]]></content>
	</entry>
	</feed>
