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

	<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>2018-06-09T12:24:19-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Spectre]]></name></author>
		<updated>2018-06-09T12:24:19-04:00</updated>

		<published>2018-06-09T12:24:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106886#p106886</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106886#p106886"/>
		<title type="html"><![CDATA[Bogus Trivia - check answers for auto correctors]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106886#p106886"><![CDATA[
Works as intented, thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10816">Spectre</a> — Sat Jun 09, 2018 12:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2018-06-09T12:07:41-04:00</updated>

		<published>2018-06-09T12:07:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106885#p106885</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106885#p106885"/>
		<title type="html"><![CDATA[BogusTrivia: Accept only lower case answers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106885#p106885"><![CDATA[
This code patch should force BogusTrivia to Ignore correct answers that contain "Any Upper Case Letters".<br><br>Search the t-2.tcl file for this line of code...<div class="codebox"><p>Code: </p><pre><code>proc TGotIt {nk uh hn ch tx} {  global t2 tclr botnick  ;  set iskaos 0</code></pre></div>And add ONE new line under it like this...<div class="codebox"><p>Code: </p><pre><code>proc TGotIt {nk uh hn ch tx} {  global t2 tclr botnick  ;  set iskaos 0 if {[string match {*[A-Z]*} $tx]} {  return 0  }</code></pre></div>Please test this patch and report back here.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Sat Jun 09, 2018 12:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Spectre]]></name></author>
		<updated>2018-06-09T11:09:31-04:00</updated>

		<published>2018-06-09T11:09:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106884#p106884</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106884#p106884"/>
		<title type="html"><![CDATA[Bogus Trivia - check answers for auto correctors]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106884#p106884"><![CDATA[
Some users has auto correctors, lets say an answer is hello but the auto corrector will type Hello so that it may be good to have an islower checker for answers.<br><br>I know some may suggest to kick or ban these users but thats not preferred, so this kind of patch would be nice.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10816">Spectre</a> — Sat Jun 09, 2018 11:09 am</p><hr />
]]></content>
	</entry>
	</feed>
