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

	<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>2008-03-01T15:10:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[emokid]]></name></author>
		<updated>2008-03-01T15:10:59-04:00</updated>

		<published>2008-03-01T15:10:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81327#p81327</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81327#p81327"/>
		<title type="html"><![CDATA[How to make lowercase letters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81327#p81327"><![CDATA[
Oh thanks, I didn't know about strupr.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9522">emokid</a> — Sat Mar 01, 2008 3:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-03-01T15:05:36-04:00</updated>

		<published>2008-03-01T15:05:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81325#p81325</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81325#p81325"/>
		<title type="html"><![CDATA[Re: How to make lowercase letters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81325#p81325"><![CDATA[
<blockquote class="uncited"><div>I am using this TriviaBot script: <a href="http://www.egghelp.org/tclhtml/3478-4-0-0-1-trivia-tcl-DarkMist.htm" class="postlink">http://www.egghelp.org/tclhtml/3478-4-0 ... rkMist.htm</a><br><br>Which is pretty simple, but I don't know why when it displays the questions, all the letters are in uppercase/capital letters. How do I make it back to lowercase? (The questions in the database are all lowercase letters.)</div></blockquote><div class="codebox"><p>Code: </p><pre><code> tggamemsg "\00304===== Question [expr $tgquestionnumber+1]/$tgquestionstotal [expr $tghintnum?"(Hint $tghintnum/$tgmaxhint)":""] =====" tggamemsg "\00312[strupr $tgcurrentquestion]" tggamemsg "\00303Hint: [strupr $_hint]"</code></pre></div>Change all that above to simply what is below. [strupr $var] forces uppercase, just remove them.<div class="codebox"><p>Code: </p><pre><code> tggamemsg "\00304===== Question [expr $tgquestionnumber+1]/$tgquestionstotal [expr $tghintnum?"(Hint $tghintnum/$tgmaxhint)":""] =====" tggamemsg "\00312$tgcurrentquestion" tggamemsg "\00303Hint: $_hint"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat Mar 01, 2008 3:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[emokid]]></name></author>
		<updated>2008-03-01T14:57:06-04:00</updated>

		<published>2008-03-01T14:57:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81323#p81323</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81323#p81323"/>
		<title type="html"><![CDATA[How to make lowercase letters]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81323#p81323"><![CDATA[
I am using this TriviaBot script: <a href="http://www.egghelp.org/tclhtml/3478-4-0-0-1-trivia-tcl-DarkMist.htm" class="postlink">http://www.egghelp.org/tclhtml/3478-4-0 ... rkMist.htm</a><br><br>Which is pretty simple, but I don't know why when it displays the questions, all the letters are in uppercase/capital letters. How do I make it back to lowercase? (The questions in the database are all lowercase letters.)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9522">emokid</a> — Sat Mar 01, 2008 2:57 pm</p><hr />
]]></content>
	</entry>
	</feed>
