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

	<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>2011-01-01T14:29:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Dragen]]></name></author>
		<updated>2011-01-01T14:29:34-04:00</updated>

		<published>2011-01-01T14:29:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95536#p95536</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95536#p95536"/>
		<title type="html"><![CDATA[(Solved) Eggdrop dies with latest BogusTrivia]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95536#p95536"><![CDATA[
Thank you, that worked.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11423">Dragen</a> — Sat Jan 01, 2011 2:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2011-01-01T09:33:19-04:00</updated>

		<published>2011-01-01T09:33:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95533#p95533</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95533#p95533"/>
		<title type="html"><![CDATA[(Solved) Eggdrop dies with latest BogusTrivia]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95533#p95533"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set tclr(-msg) 10  ;  set tclr(-emsg)   ;  set t2(setupnik) ""</code></pre></div>This line is the problem. For some random reason, he left control codes within the script rather than encoding them properly.<br><div class="codebox"><p>Code: </p><pre><code>set tclr(-msg) "\00310"  ;  set tclr(-emsg) "\003"  ;  set t2(setupnik) ""</code></pre></div>Changing that line to this, should solve it. Many editors do NOT like control characters left hanging in text. They should always be encoded within eggdrop tcl scripts.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat Jan 01, 2011 9:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dragen]]></name></author>
		<updated>2011-01-01T14:28:50-04:00</updated>

		<published>2011-01-01T09:16:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95532#p95532</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95532#p95532"/>
		<title type="html"><![CDATA[(Solved) Eggdrop dies with latest BogusTrivia]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95532#p95532"><![CDATA[
Hi.<br>I updated my BogusTrivia today, and now my eggdrop dies when trying to load the script:<div class="codebox"><p>Code: </p><pre><code>[13:49] can't read "tclr(-emsg)": no such element in array    while executing"set tclr(-emsg)  "    (file "scripts2/t-2.tcl" line 917)    invoked from within"source scripts2/t-2.tcl"</code></pre></div>Using BogusTrivia 2.06.4.2.<br>Is there a way to fix this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11423">Dragen</a> — Sat Jan 01, 2011 9:16 am</p><hr />
]]></content>
	</entry>
	</feed>
