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

	<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-09-13T08:29:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2015-09-13T08:29:59-04:00</updated>

		<published>2015-09-13T08:29:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104417#p104417</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104417#p104417"/>
		<title type="html"><![CDATA[BogusTrivia in two channels?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104417#p104417"><![CDATA[
<blockquote class="uncited"><div>SpiKe^^, would it be difficult to add a user defined setting, ...</div></blockquote>The user defined channel flag might be the easy part.<br><br>I'm thinking that a game like this stores a lot of things in memory, and to change it to a multi-channel game would require manipulating a lot of arrays.<br>Chance are most things are now held in regular variables.<br><br>This might be a huge job, to edit to change all that.<br><br>On top of that, I wonder - with a game like this - if one did ever work through it to successfully turn it into a multi-channel game - if now one's bot might be using a lot of memory.   Could that be a real problem?<br><br>Just some thoughts....<br><br>It will be interesting to see what Spike^^ has to say about it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sun Sep 13, 2015 8:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Get_A_Fix]]></name></author>
		<updated>2015-09-13T07:44:13-04:00</updated>

		<published>2015-09-13T07:44:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104416#p104416</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104416#p104416"/>
		<title type="html"><![CDATA[BogusTrivia in two channels?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104416#p104416"><![CDATA[
SpiKe^^, would it be difficult to add a user defined setting, to allow it to work in any channel where it's enabled?<br><br>I don't use the script, but know it's rather big, so I'm unsure as to how that would be implemented, but I thought it may be the easiest option for a future release, or for someone to try and do for themselves and their own version of your release.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6204">Get_A_Fix</a> — Sun Sep 13, 2015 7:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-09-12T18:02:38-04:00</updated>

		<published>2015-09-12T18:02:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104415#p104415</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104415#p104415"/>
		<title type="html"><![CDATA[BogusTrivia in two channels?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104415#p104415"><![CDATA[
<blockquote class="uncited"><div>BogusTrivia is a single channel script. Use two bots for two channels.</div></blockquote>Ok, thank you SpiKe^^<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Sat Sep 12, 2015 6:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2015-09-12T06:54:41-04:00</updated>

		<published>2015-09-12T06:54:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104413#p104413</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104413#p104413"/>
		<title type="html"><![CDATA[BogusTrivia in two channels?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104413#p104413"><![CDATA[
BogusTrivia is a single channel script. Use two bots for two channels.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Sat Sep 12, 2015 6:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-09-11T22:00:16-04:00</updated>

		<published>2015-09-11T22:00:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104411#p104411</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104411#p104411"/>
		<title type="html"><![CDATA[BogusTrivia in two channels?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104411#p104411"><![CDATA[
The trivial can run on more than one channel ?<br>I tried did, but not work:<div class="codebox"><p>Code: </p><pre><code> set t2(chan) "#channel1 #channel2"  </code></pre></div>It can be modified to accept another channel ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Fri Sep 11, 2015 10:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
