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

	<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-06-17T01:42:20-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ComradeMilton]]></name></author>
		<updated>2014-06-17T01:42:20-04:00</updated>

		<published>2014-06-17T01:42:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102907#p102907</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102907#p102907"/>
		<title type="html"><![CDATA[BogusTrivia issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102907#p102907"><![CDATA[
I receive the same error. I've checked folder and file permissions three times, disabled other scripts and so on, but I still receive the message that the script can't find the settings file.<br><br>If it matters I use iSpeeds for a shell provider and this bot used to run Bogus with no problems, but after going inactive for a few months, when I resurrected it from the existing files the problem began, so I did a fresh installation and still receive the error.<br><br>Seriously? Any ideas at all?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12404">ComradeMilton</a> — Tue Jun 17, 2014 1:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Koo]]></name></author>
		<updated>2014-05-20T11:15:13-04:00</updated>

		<published>2014-05-20T11:15:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102832#p102832</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102832#p102832"/>
		<title type="html"><![CDATA[BogusTrivia issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102832#p102832"><![CDATA[
<blockquote class="uncited"><div>It is not patched then.<br><br>While you wait for starr to reply to you, you might as well check out:<br><a href="http://www.egghelp.org/files.htm#patches" class="postlink">http://www.egghelp.org/files.htm#patches</a><br>Find the patch described as:<br>timerworkaround.patch.gz by thommey<br>Read the description there, and follow the link in the description.  It leads to a lengthy forum thread that should explain itself.<br>(This is not the cause of  your current problem - but since patches came up, and you are waiting, you might as well check it out and become aware of what to do. )</div></blockquote>Alright, I patched the bot but the problem still persists. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">  <br><blockquote class="uncited"><div>This is the code responsible for checking if the settings file is available:<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  }source $ttmp(temp)</code></pre></div>Try bypassing the file check by editing that part of the script file to be more like:<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  }#source $ttmp(temp)</code></pre></div>Then source the settings file in the bot conf file, before the script file...<div class="codebox"><p>Code: </p><pre><code>source scripts/t-2.settings.tclsource scripts/t-2.tcl</code></pre></div></div></blockquote>Thanks SpiKe^^. Tested it and it worked. I got this kind of error, though.<blockquote class="uncited"><div>&lt;Cleo&gt; Loading BogusTrivia v2.06.4.6 by SpiKe^^...<br>&lt;Cleo&gt; Couldn't find t-2.tcl commands file: /home/koo/eggdrop/scripts/t-2.commands.tcl<br>&lt;Cleo&gt; All BogusTrivia mix/greet/voice/autostart/public-commands functions disabled!<br>&lt;Cleo&gt; Put the included t-2.commands.tcl file in /home/koo/eggdrop/scripts/ &amp; rehash the bot.<br>&lt;Cleo&gt; BogusTrivia Loaded.</div></blockquote>I seriously have no idea where did I screw up. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11158">Koo</a> — Tue May 20, 2014 11:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2014-03-23T18:44:28-04:00</updated>

		<published>2014-03-23T18:44:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102696#p102696</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102696#p102696"/>
		<title type="html"><![CDATA[BogusTrivia issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102696#p102696"><![CDATA[
This is the code responsible for checking if the settings file is available:<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  }source $ttmp(temp)</code></pre></div>Try bypassing the file check by editing that part of the script file to be more like:<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  }#source $ttmp(temp)</code></pre></div>Then source the settings file in the bot conf file, before the script file...<div class="codebox"><p>Code: </p><pre><code>source scripts/t-2.settings.tclsource scripts/t-2.tcl</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Sun Mar 23, 2014 6:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Koo]]></name></author>
		<updated>2014-03-23T18:05:26-04:00</updated>

		<published>2014-03-23T18:05:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102695#p102695</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102695#p102695"/>
		<title type="html"><![CDATA[BogusTrivia issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102695#p102695"><![CDATA[
<blockquote class="uncited"><div>This is referring to the source line(s) that you add to eggdrop.conf to load a script.<br>Show him all those lines, currently in eggdrop.conf, that have to do with BogusTrivia.</div></blockquote>I see. I tried calling the script but the problem still persisted.<br><blockquote class="uncited"><div>It is not patched then.<br><br>While you wait for starr to reply to you, you might as well check out:<br><a href="http://www.egghelp.org/files.htm#patches" class="postlink">http://www.egghelp.org/files.htm#patches</a><br>Find the patch described as:<br>timerworkaround.patch.gz by thommey<br>Read the description there, and follow the link in the description.  It leads to a lengthy forum thread that should explain itself.<br>(This is not the cause of  your current problem - but since patches came up, and you are waiting, you might as well check it out and become aware of what to do. )</div></blockquote>Thank you. I will try to patch the bot later. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11158">Koo</a> — Sun Mar 23, 2014 6:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2014-03-22T18:34:00-04:00</updated>

		<published>2014-03-22T18:34:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102693#p102693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102693#p102693"/>
		<title type="html"><![CDATA[BogusTrivia issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102693#p102693"><![CDATA[
I'll have to admit that I have no idea where this error is coming from.<br>It still seems more like a file permissions issue, than a BogusTrivia issue.<br><br>The script looks for it's settings file and is unable to find it, though you say it is clearly there.<br>If the file is there and the eggdrop bot can't see it, there's little bogus can do.<br><br>I would start by getting a real shell and all will be good.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Sat Mar 22, 2014 6:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2014-03-22T08:58:05-04:00</updated>

		<published>2014-03-22T08:58:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102691#p102691</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102691#p102691"/>
		<title type="html"><![CDATA[BogusTrivia issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102691#p102691"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>...<blockquote class="uncited"><div>4. Are you calling the t-2 settings file?</div></blockquote>Erm...I'm not sure whether I understand this question. Mind doing some clarification/rephrase?</div></blockquote></div></blockquote>This is referring to the source line(s) that you add to eggdrop.conf to load a script.<br>Show him all those lines, currently in eggdrop.conf, that have to do with BogusTrivia.<br><blockquote class="uncited"><div><blockquote class="uncited"><div>5. Are you running a patched 1.6.21 bot?</div></blockquote>I just grabbed the eggdrop1.6.21.tar.gz from the eggdrop site and then compiled it. I'm not sure whether it's patched or not.</div></blockquote><br>It is not patched then.<br><br>While you wait for starr to reply to you, you might as well check out:<br><a href="http://www.egghelp.org/files.htm#patches" class="postlink">http://www.egghelp.org/files.htm#patches</a><br>Find the patch described as:<br>timerworkaround.patch.gz by thommey<br>Read the description there, and follow the link in the description.  It leads to a lengthy forum thread that should explain itself.<br>(This is not the cause of  your current problem - but since patches came up, and you are waiting, you might as well check it out and become aware of what to do. )<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sat Mar 22, 2014 8:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Koo]]></name></author>
		<updated>2014-03-19T17:53:52-04:00</updated>

		<published>2014-03-19T17:53:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102689#p102689</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102689#p102689"/>
		<title type="html"><![CDATA[BogusTrivia issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102689#p102689"><![CDATA[
<blockquote class="uncited"><div>1. Is this your own machine and is it Ubuntu?</div></blockquote>Nope. I'm using a free shell account somewhere so I have no idea which Linux the owner uses for the machine.<br><blockquote class="uncited"><div>2. What are the file permissions on the bot folder and the scripts folder?</div></blockquote>It should be the same permission required for the script since I already set the file permission exactly as stated in the BogusTrivia installation note. I'll double check later to confirm.<br><blockquote class="uncited"><div>3. Have you edited the script in any way?</div></blockquote>Well, the setting file needs to be edited in order to work, right? So I did. If you're talking about the main script then no I don't.<br><blockquote class="uncited"><div>4. Are you calling the t-2 settings file?</div></blockquote>Erm...I'm not sure whether I understand this question. Mind doing some clarification/rephrase?<br><blockquote class="uncited"><div>5. Are you running a patched 1.6.21 bot?</div></blockquote>I just grabbed the eggdrop1.6.21.tar.gz from the eggdrop site and then compiled it. I'm not sure whether it's patched or not.<br><div class="codebox"><p>Code: </p><pre><code>I am running eggdrop v1.6.21, on Linux 2.6.32-042stab084.17.</code></pre></div>Taken from the bot. Hopefully that helps. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11158">Koo</a> — Wed Mar 19, 2014 5:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[starr]]></name></author>
		<updated>2014-03-19T09:37:19-04:00</updated>

		<published>2014-03-19T09:37:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102688#p102688</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102688#p102688"/>
		<title type="html"><![CDATA[BogusTrivia issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102688#p102688"><![CDATA[
I have a couple questions:<br><br>1. Is this your own machine and is it Ubuntu?<br><br>2. What are the file permissions on the bot folder and the scripts folder?<br><br>3. Have you edited the script in any way?<br><br>4. Are you calling the t-2 settings file?<br><br>5. Are you running a patched 1.6.21 bot?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8814">starr</a> — Wed Mar 19, 2014 9:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Koo]]></name></author>
		<updated>2014-03-19T08:34:42-04:00</updated>

		<published>2014-03-19T08:34:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102687#p102687</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102687#p102687"/>
		<title type="html"><![CDATA[BogusTrivia issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102687#p102687"><![CDATA[
I'm having the same problem with my 1.6.21 eggy bot. Already put the setting file in the /scripts directory but the bot still couldn't find it.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11158">Koo</a> — Wed Mar 19, 2014 8:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[saliu]]></name></author>
		<updated>2014-03-09T16:29:16-04:00</updated>

		<published>2014-03-09T16:29:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102667#p102667</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102667#p102667"/>
		<title type="html"><![CDATA[BogusTrivia issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102667#p102667"><![CDATA[
<blockquote class="uncited"><div>Spike,<br><br>I just tried loading the bot with only t-2, and still got the same issue.<br><br>Here's the log:<br> [15:46] Rehashing ...<br> [15:46] Loading BogusTrivia v2.06.4.6 by SpiKe^^...<br> [15:46] Couldn't find the BogusTrivia settings file: /home/xxxx/eggdrop/scripts/t-2.settings.tcl<br> [15:46] BogusTrivia game script not loaded!<br> [15:46] use '.help userinfo' for commands.<br> [15:46] Userfile loaded, unpacking...<br><br>Any other thoughts?<br><br>Thanks!</div></blockquote><br><br><br><br><br>Hello sanchez<br><br><br>Just put t-2.tcl and t-2.settings.tcl to scripts folder and everything should be fine<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12356">saliu</a> — Sun Mar 09, 2014 4:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2013-12-21T13:42:28-04:00</updated>

		<published>2013-12-21T13:42:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102382#p102382</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102382#p102382"/>
		<title type="html"><![CDATA[unix file permissions.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102382#p102382"><![CDATA[
From <a href="http://www.dartmouth.edu/~rc/help/faq/permissions.html" class="postlink">http://www.dartmouth.edu/~rc/help/faq/permissions.html</a><blockquote class="uncited"><div>Remember that to read a file, You need execute access to the directory it is in AND read access to the file itself...<br>You also need execute access to all parent directories back to the root.</div></blockquote>Note: When working with egg scripts, "You" Is The Eggdrop Bot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Sat Dec 21, 2013 1:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sanchezz]]></name></author>
		<updated>2013-12-20T20:39:15-04:00</updated>

		<published>2013-12-20T20:39:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102375#p102375</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102375#p102375"/>
		<title type="html"><![CDATA[BogusTrivia issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102375#p102375"><![CDATA[
Will do.  I'm heading home now, but I'll check it when I get back to work Monday.<br><br>Thanks again!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12317">sanchezz</a> — Fri Dec 20, 2013 8:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2013-12-20T20:38:29-04:00</updated>

		<published>2013-12-20T20:38:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102374#p102374</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102374#p102374"/>
		<title type="html"><![CDATA[BogusTrivia issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102374#p102374"><![CDATA[
Seems to me more of a file permissions issue, than a BogusTrivia issue.<br><br>If the file is there and the eggdrop bot can't see it, there's little bogus can do.<br><br>Double check ALL of the directory permissions, for every directory in the route.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Fri Dec 20, 2013 8:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sanchezz]]></name></author>
		<updated>2013-12-20T19:48:19-04:00</updated>

		<published>2013-12-20T19:48:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102373#p102373</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102373#p102373"/>
		<title type="html"><![CDATA[BogusTrivia issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102373#p102373"><![CDATA[
Spike,<br><br>I just tried loading the bot with only t-2, and still got the same issue.<br><br>Here's the log:<br> [15:46] Rehashing ...<br> [15:46] Loading BogusTrivia v2.06.4.6 by SpiKe^^...<br> [15:46] Couldn't find the BogusTrivia settings file: /home/xxxx/eggdrop/scripts/t-2.settings.tcl<br> [15:46] BogusTrivia game script not loaded!<br> [15:46] use '.help userinfo' for commands.<br> [15:46] Userfile loaded, unpacking...<br><br>Any other thoughts?<br><br>Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12317">sanchezz</a> — Fri Dec 20, 2013 7:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sanchezz]]></name></author>
		<updated>2013-12-20T19:29:37-04:00</updated>

		<published>2013-12-20T19:29:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102372#p102372</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102372#p102372"/>
		<title type="html"><![CDATA[BogusTrivia issues]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102372#p102372"><![CDATA[
Thanks Spike,<br><br>I'll give it a shot.  The other scripts that it's loading are a regex script, the !bomb game and a weather script.<br><br>And yes, the path is correct, it's calling for the settings in the same directory that the t-2.tcl resides in.<br><br>I'll give that a shot in a bit, it's very odd!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12317">sanchezz</a> — Fri Dec 20, 2013 7:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
