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

	<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>2015-08-30T01:27:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-08-30T01:27:18-04:00</updated>

		<published>2015-08-30T01:27:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104380#p104380</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104380#p104380"/>
		<title type="html"><![CDATA[BogusTrivia: Couldn't find the BogusTrivia settings file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104380#p104380"><![CDATA[
SpiKe^^ with this modification worked. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>02:16 ?              @Trivi ¦ BogusTrivia: New Questions Found: /home/juan/eggdrop/scripts/bogus.ques.sample<br>02:16 ?              @Trivi ¦ Type  /msg Trivi .add  now to load these questions.<br><br>As they are in English i will wait for them in spanish before loading.<br><br>Thank you!!! <br> <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=12499">juanamores</a> — Sun Aug 30, 2015 1:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2015-08-29T12:00:28-04:00</updated>

		<published>2015-08-29T12:00:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104379#p104379</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104379#p104379"/>
		<title type="html"><![CDATA[Couldn't find the BogusTrivia settings file:]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104379#p104379"><![CDATA[
Seems maybe some OS's/setups return an unexpected value for [file dirname [info script]]<br><br>Let's try this...<br><br>1. Make an unedited backup copy of your t-2.tcl file.<br><br>2. Open your working copy of that file and search for this line, at or about line number 351<div class="codebox"><p>Code: </p><pre><code>set ttmp(pwdpath) [pwd]/  ;  set ttmp(scrpath) [file dirname [info script]]/</code></pre></div>and make it look more like this<div class="codebox"><p>Code: </p><pre><code>set ttmp(pwdpath) [pwd]/  ;  set ttmp(scrpath) scripts/</code></pre></div>3. Save and close that file. (if you edited the file locally, upload the new edited file to your bot's /scripts/ dir)<br><br>4. Restart your bot (NOT REHASH!) and see if it will find the settings file and load the script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Sat Aug 29, 2015 12:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2015-08-29T10:21:52-04:00</updated>

		<published>2015-08-29T10:21:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104377#p104377</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104377#p104377"/>
		<title type="html"><![CDATA[BogusTrivia: Couldn't find the BogusTrivia settings file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104377#p104377"><![CDATA[
As the error states...<blockquote class="uncited"><div>Couldn't find the BogusTrivia settings file: /home/juan/eggdrop/scripts/t-2.settings.tcl</div></blockquote>The file is either not there, or the eggdrop bot does not have proper permissions to see/use the file.<br><br>This is the code where the script stops loading...<div class="codebox"><p>Code: </p><pre><code>if {![file exists [set ttmp(temp) $t2(pwdpath)$t2(scrpath)t-2.settings.tcl]]} {    putlog "Couldn't find the BogusTrivia settings file: $t2(scrpath)t-2.settings.tcl"    putlog "\00310BogusTrivia\003 game script not loaded!"  ;  unset ttmp  ;  return  }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Sat Aug 29, 2015 10:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-08-29T05:57:58-04:00</updated>

		<published>2015-08-29T05:57:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104376#p104376</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104376#p104376"/>
		<title type="html"><![CDATA[BogusTrivia: Couldn't find the BogusTrivia settings file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104376#p104376"><![CDATA[
06:49                    Trivi ¦ [06:55:23] Loading BogusTrivia v2.06.4.7 (14Aug14) by SpiKe^^...<br>06:49                    Trivi ¦ [06:55:23] Couldn't find the BogusTrivia settings file: /home/juan/eggdrop/scripts/t-2.settings.tcl<br>06:49                    Trivi ¦ [06:55:23] BogusTrivia game script not loaded!<br><br><strong class="text-strong">In /home/juan/eggdrop/scripts/ is the tcl file! (t-2.settings.tcl)</strong><br>and I modified only de channel name and on off command<br><strong class="text-strong"><br>CONFIG BOT FILE</strong><br>source /home/juan/eggdrop/scripts/t-2.tcl<br>source /home/juan/eggdrop/scripts/alltools.tcl <br>source /home/juan/eggdrop/scripts/action.fix.tcl <br> <br><strong class="text-strong">t-2.settings.tcl</strong><br>########  Script Settings &amp; Options  ########<br><br>set t2(chan) "#mytrivial"   ;# channel to run bogustrivia in  &lt;- !! YOU MUST SET THIS !! #<br><br>set t2(mflag) "m|m"   ;# flags for /msg commands  (.add .mix) #<br><br>set t2(on) ".on"      ;# public trigger to turn game on #<br>set t2(off) ".off"        ;# public trigger, game off  ("" = same as on trigger) #<br>set t2(oflag) "o|o"   ;# flags to turn the game on ("" = everyone) #<br>set t2(sflag) ""      ;# flags to turn game off    ("" = same as on flags) #<br><br><br>What is wrong?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Sat Aug 29, 2015 5:57 am</p><hr />
]]></content>
	</entry>
	</feed>
