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

	<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>2014-11-10T06:50:14-04:00</updated>

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

		<entry>
		<author><name><![CDATA[zohaa3492]]></name></author>
		<updated>2014-11-10T06:50:14-04:00</updated>

		<published>2014-11-10T06:50:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=103321#p103321</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=103321#p103321"/>
		<title type="html"><![CDATA[New BogusTrivia 2.06.4.6 Released]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=103321#p103321"><![CDATA[
Yet again, nice script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12456">zohaa3492</a> — Mon Nov 10, 2014 6:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Tannn3r]]></name></author>
		<updated>2013-03-18T14:10:58-04:00</updated>

		<published>2013-03-18T14:10:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101257#p101257</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101257#p101257"/>
		<title type="html"><![CDATA[New BogusTrivia 2.06.4.6 Released]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101257#p101257"><![CDATA[
Yup, that's what happened! I emptied out t2.users. It was resolved by deleting the file. Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11466">Tannn3r</a> — Mon Mar 18, 2013 2:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2013-03-15T01:14:15-04:00</updated>

		<published>2013-03-15T01:14:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101236#p101236</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101236#p101236"/>
		<title type="html"><![CDATA[New BogusTrivia 2.06.4.6 Released]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101236#p101236"><![CDATA[
Hey Tann3r, sorry to hear you are having problems with your bot.<br>That is not a known error for the BogusTrivia script.<br>The lines involved in that seem to be...<div class="codebox"><p>Code: </p><pre><code>   set tusfile [open $t2(sfpath)t2.users]  ;  set tulin0 [gets $tusfile]   foreach {nt d10 dt w10 wt m10 mt e10 uc} $tulin0 { break }   set t2(-ufiledt) [lindex [split $nt :] 3]  ;  set t2(-ufilcnt) $uc</code></pre></div>As you can see, the code starts by reading the first line of the Bogus user file.<br>It then tries to set local variables for each item it expects to find in that line.<br>Then we get to the line of code that is giving you the error, when it tries to read a variable that wasn't set above.<br><br>The reason the variable wasn't set must be that the first line in the file is an empty line,<br>and your Bogus user file has become broken for some reason.<br><br>Open the Bogus user file located at /scripts/t2/t2.users and see what's in it.<br>If it's not just an empty file, paste the first few lines of the file here.<br><br>Deleting the broken BogusTrivia user file, and letting the script make a new file, should allow the game to start.<br>Let me know if this helps, and come by #pc-mirc-help on undernet or dalnet if you need more help.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Fri Mar 15, 2013 1:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Tannn3r]]></name></author>
		<updated>2013-03-14T14:23:53-04:00</updated>

		<published>2013-03-14T14:23:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101234#p101234</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101234#p101234"/>
		<title type="html"><![CDATA[New BogusTrivia 2.06.4.6 Released]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101234#p101234"><![CDATA[
Hey Spike^^, I'm having a problem with your script. I get this error:<br><br>[18:17:44] Loading 10BogusTrivia v2.06.4.6 by SpiKe^^...<br>[18:17:44] Tcl error in file 'eggdrop.conf':<br>[18:17:44] can't read "nt": no such variable<br>    while executing<br>"split $nt :"<br>    (procedure "TSavHist" line 17)<br>    invoked from within<br>"TSavHist 1  "<br>    (procedure "TFileInfo" line 6)<br>    invoked from within<br>"TFileInfo"<br>    (file "scripts/t-2.tcl" line 3746)<br>    invoked from within<br>"source scripts/t-2.tcl"<br>    (file "eggdrop.conf" line 1390)<br>[18:17:44] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11466">Tannn3r</a> — Thu Mar 14, 2013 2:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2012-08-13T20:09:51-04:00</updated>

		<published>2012-08-13T20:09:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99867#p99867</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99867#p99867"/>
		<title type="html"><![CDATA[New BogusTrivia 2.06.4.6 Released]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99867#p99867"><![CDATA[
The new version of BogusTrivia has just been released. Get your copy today at the egghelp script archive.<div class="codebox"><p>Code: </p><pre><code>####################################################################                                                                 ##  Version 2.06.4.6 Release Notes:  (Patch for Version 2.06.4.5)  ##                                                                 ## -&gt; New Updated File:  t-2.commands.tcl &lt;-                       ## Bug Fix:   (Thanks ivanov)                                      ##  Fixes the issues with the public .info command &amp; the           ##    %t variable substitution code in user defined public relies. ##    Example: User file created on 05/14/11 (.info total players) ##  Fixes the %m variable substitution code issue in user defined  ##    public relies.  %m = command used to trigger the reply       ##                                                                 ## -&gt; New Updated File:  t-2.tcl &lt;-                                ## Bug Fix:                                                        ##  Fixes an issue with the public: .stats &lt;nick&gt;  usage reply.    ##                                                                 ## -&gt; New Updated Files:  t-2.settings.tcl  &amp;  Commands.txt &lt;-     ##  Added documentation for the fixed %m variable substitution     ##    code in user defined public relies.                          ##                                                                 #####################################################################                                                                 ##  Version 2.06.4.5 Release Notes:                                ##                                                                 ## -&gt; New Settings in v2.06.4.5 :  t-2.settings.tcl &lt;-             ##  1. Set separate user flags to turn the game off                ##  2. Allows much lower point ranges for questions and kaos       ##  3. Allows much lower pause times between questions and hints   ##  4. Change all command prefixes with one setting                ##  5. Change hint placeholder default character                   ##  6. Allows longer questions (max character limit &amp; multi-line)  ##  7. Several new question presentation options                   ##  8. Strip color codes from players answers                      ##  9. Strip extra spaces from players answers                     ## 10. New public commands: .info .webstats &amp; .stats &lt;nick&gt;        ## 11. User defined public triggers and replies options            ## 12. Sample user defined commands: .commands .rules .time        ##                                                                 ## -&gt; New Updated File:  t-2.tcl &lt;-                                ## Bug Fix:  Fixed an issue where public stats command reply       ##  was showing the \002 bold code.                                ## Added code to support new options and public commands.          ##                                                                 ## -&gt; New Updated File:  t-2.commands.tcl &lt;-                       ## Added code to support the new public commands.                  ##                                                                 ## -&gt; New Updated File:  bogus.ques.sample &lt;-                      ## Cleaned Many Doubles and Removed Bad Questions.                 ##                                                                 ####################################################################</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Mon Aug 13, 2012 8:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
