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

	<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-10-28T15:07:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-10-28T15:07:27-04:00</updated>

		<published>2005-10-28T15:07:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56890#p56890</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56890#p56890"/>
		<title type="html"><![CDATA[moxquiz error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56890#p56890"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc moxquiz_purr {nick host handle channel action arg} {    global quizconf allstarsarray    # [pending] translate this    set tlist [list "purrs." \                   "meows." \                   "happily hops around."]    if {($action == "ACTION" &amp;&amp; $arg == "pats $botnick" &amp;&amp;        [mx_str_ieq $channel $quizconf(quizchannel)] &amp;&amp;        ([validuser $handle] || [info exists allstarsarray($nick)])} {           mxirc_action $quizconf(quizchannel) [lindex $tlist [rand [llength $tlist]]]        }    }}</code></pre></div>Change to the above. That should fix it. <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=3646">Alchera</a> — Fri Oct 28, 2005 3:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ache]]></name></author>
		<updated>2005-10-28T14:08:11-04:00</updated>

		<published>2005-10-28T14:08:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56887#p56887</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56887#p56887"/>
		<title type="html"><![CDATA[moxquiz error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56887#p56887"><![CDATA[
don´t know if this is the right place for this.<br>anyways....<br>I get errors from my trivia (moxquiz)<br>Here´s the error i get:<div class="codebox"><p>Code: </p><pre><code>Tcl error [moxquiz_purr]: syntax error in expression "($action == "ACTION" &amp;&amp; $arg == "pats $botnick" &amp;&amp;[...": looking for close parenthesis</code></pre></div>I figured it was somewhere in here:<div class="codebox"><p>Code: </p><pre><code>proc moxquiz_purr {nick host handle channel action arg} {    global quizconf allstarsarray    # [pending] translate this    set tlist [list "purrs." \                   "meows." \                   "happily hops around."]    if {($action == "ACTION" &amp;&amp; $arg == "pats $botnick" &amp;&amp;        [mx_str_ieq $channel $quizconf(quizchannel)] &amp;&amp;        ([validuser $handle] || [info exists allstarsarray($nick)]) } {        mxirc_action $quizconf(quizchannel) [lindex $tlist [rand [llength $tlist]]]    }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6853">ache</a> — Fri Oct 28, 2005 2:08 pm</p><hr />
]]></content>
	</entry>
	</feed>
