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

	<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>2006-05-24T20:42:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2006-05-24T20:42:32-04:00</updated>

		<published>2006-05-24T20:42:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63360#p63360</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63360#p63360"/>
		<title type="html"><![CDATA[missing close-brace]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63360#p63360"><![CDATA[
thanks - god bless you my son<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Wed May 24, 2006 8:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[oxygen]]></name></author>
		<updated>2006-05-24T07:04:00-04:00</updated>

		<published>2006-05-24T07:04:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63347#p63347</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63347#p63347"/>
		<title type="html"><![CDATA[missing close-brace]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63347#p63347"><![CDATA[
Hello whittinghamj.<br><br>I didn't test the script, but it should work now:<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|o !age ageproc age {nick uhost hand channel text} {   if {[llength $text] &gt; 1} {      puthelp "PRIVMSG $chan :You were supposed to look for a nick.. not more"   } elseif {![lsearch $::backupfile $text]} {       puthelp "PRIVMSG $chan :I don't remember seing $text"   } else {      puthelp "PRIVMSG $chan :$text has been in $chan since [lindex $::userjoindata [lsearch $::backupfile $nick] 2]"   } } putlog "age.tcl loaded"</code></pre></div>Regards,<br>~oxygen<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6688">oxygen</a> — Wed May 24, 2006 7:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2006-05-24T06:44:09-04:00</updated>

		<published>2006-05-24T06:44:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63345#p63345</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63345#p63345"/>
		<title type="html"><![CDATA[missing close-brace]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63345#p63345"><![CDATA[
any ideas what is wrong with this code guys n girlers?<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|o !age ageproc age {nick uhost hand channel text} {   if {[llength $text] &gt; 1} {       puthelp "PRIVMSG $chan :You were supposed to look for a nick.. not more"    } elseif {![lsearch $::backupfile $text]} {       puthelp "PRIVMSG $chan :I don't remember seing $text    } else {       puthelp "PRIVMSG $chan :$text has been in $chan since [lindex $::userjoindata [lsearch $::backupfile $nick] 2]    }</code></pre></div>error message is this<br><div class="codebox"><p>Code: </p><pre><code>[04:45] Tcl error in file 'zeus.conf':[04:45] missing close-brace    while executing"proc age {nick uhost hand channel text} {   if {[llength $text] &gt; 1} {      puthelp "PRIVMSG $chan :You were supposed to look for a nick.. not more..."    (file "scripts/lobby/test.tcl" line 2)    invoked from within"source scripts/lobby/test.tcl"    (file "zeus.conf" line 84)[04:45] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)[f4w@lobby-poseidon eggdrop]$</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Wed May 24, 2006 6:44 am</p><hr />
]]></content>
	</entry>
	</feed>
