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

	<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>2007-02-21T14:54:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2007-02-21T14:54:31-04:00</updated>

		<published>2007-02-21T14:54:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70610#p70610</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70610#p70610"/>
		<title type="html"><![CDATA[Announce: Tarot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70610#p70610"><![CDATA[
not sure if you know, but [clock format [clock seconds] -format %s] is infact the exact same as [clock seconds]  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Feb 21, 2007 2:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[elamont]]></name></author>
		<updated>2007-02-20T14:50:24-04:00</updated>

		<published>2007-02-20T14:50:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70585#p70585</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70585#p70585"/>
		<title type="html"><![CDATA[Announce: Tarot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70585#p70585"><![CDATA[
Thanks so much for asking that question. I was wondering the same thing.<br>Erin<br><br>EDIT: removed spam links - user<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8722">elamont</a> — Tue Feb 20, 2007 2:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[chelle21]]></name></author>
		<updated>2006-09-30T10:06:35-04:00</updated>

		<published>2006-09-30T10:06:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66795#p66795</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66795#p66795"/>
		<title type="html"><![CDATA[Announce: Tarot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66795#p66795"><![CDATA[
that worked. thank u guys. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> sorry for being a newbie <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8243">chelle21</a> — Sat Sep 30, 2006 10:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-09-30T07:05:54-04:00</updated>

		<published>2006-09-30T07:05:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66794#p66794</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66794#p66794"/>
		<title type="html"><![CDATA[Announce: Tarot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66794#p66794"><![CDATA[
clock format is older, but the format string %s is kind of new... well tcl 8.4 isnt actually really new <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat Sep 30, 2006 7:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-09-29T17:38:27-04:00</updated>

		<published>2006-09-29T17:38:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66779#p66779</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66779#p66779"/>
		<title type="html"><![CDATA[Announce: Tarot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66779#p66779"><![CDATA[
Thanks De Kus, I didn't realize the clock format command was only in the newer tcl's, so I made the following minor change to the script:<br><div class="codebox"><p>Code: </p><pre><code>       # newer tcl's can use the clock format command.         #set tarotseed [clock format [clock seconds] -format "%s"]        set tarotseed [unixtime]</code></pre></div>I'll upload the fix as well to the url posted above for the script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Fri Sep 29, 2006 5:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-09-29T17:14:35-04:00</updated>

		<published>2006-09-29T17:14:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66773#p66773</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66773#p66773"/>
		<title type="html"><![CDATA[Announce: Tarot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66773#p66773"><![CDATA[
I just looked over the TCL man pages and it seems %s for clock came with TCL 8.4, so you are encuraged to upgrade. If not possible just remove the clock format and just make [unixtime] the seed for the "randomness".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Fri Sep 29, 2006 5:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-09-29T16:51:00-04:00</updated>

		<published>2006-09-29T16:51:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66771#p66771</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66771#p66771"/>
		<title type="html"><![CDATA[Announce: Tarot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66771#p66771"><![CDATA[
<blockquote class="uncited"><div>Tcl error [tarot]: bad format string "%s"<br>it appears when i try to do the tarot reading</div></blockquote>I have the script, I don't need to see another copy of it. I need to see the output of <strong class="text-strong">.set errorInfo </strong>and I need to know what version of eggdrop and tcl you're using.<br><br>The script works fine for me, so if there is an error with the "format" command, I'd suspect it's your version of eggdrop and/or tcl.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Fri Sep 29, 2006 4:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[chelle21]]></name></author>
		<updated>2006-09-29T11:49:44-04:00</updated>

		<published>2006-09-29T11:49:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66762#p66762</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66762#p66762"/>
		<title type="html"><![CDATA[Announce: Tarot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66762#p66762"><![CDATA[
<span style="color:darkred"><strong class="text-strong">Edited</strong></span>: You were asked to post the results of '.set errorInfo' not post something that is already known (the script) - Alchera<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8243">chelle21</a> — Fri Sep 29, 2006 11:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-09-29T09:11:24-04:00</updated>

		<published>2006-09-29T09:11:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66760#p66760</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66760#p66760"/>
		<title type="html"><![CDATA[Announce: Tarot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66760#p66760"><![CDATA[
You will help the author when posting the full error from errorInfo and your TCL version. If the error occurs within a format or scan it should be not bad for anything 8.x at least.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Fri Sep 29, 2006 9:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[chelle21]]></name></author>
		<updated>2006-09-29T07:43:07-04:00</updated>

		<published>2006-09-29T07:43:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66758#p66758</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66758#p66758"/>
		<title type="html"><![CDATA[Announce: Tarot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66758#p66758"><![CDATA[
Tcl error [tarot]: bad format string "%s"<br>it appears when i try to do the tarot reading<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8243">chelle21</a> — Fri Sep 29, 2006 7:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-06-13T04:50:40-04:00</updated>

		<published>2006-06-13T04:50:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63964#p63964</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63964#p63964"/>
		<title type="html"><![CDATA[Announce: Tarot script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63964#p63964"><![CDATA[
A New, original script by yours trully <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code>#################################################################### Tarot.tcl by Rosc (copyright C.Leonhardt 2006) rosc2112 at yahoo com# http://members.dandy.net/~fbn/tarot.tcl.txt## The *first* eggdrop tcl tarot script, well, at least the first I've seen ;)# I whipped this up in about an hour, most of which was writing the card descriptions.## Commands: # .tarot 1   or   .tarot single     for a 1-card spread# .tarot 3   or   .tarot            for a 3-card spread # .tarot help                       brief helpfile## History:#          June 10 2006 - Initial creation.###################################################################</code></pre></div>Will upload to the archive as well.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Tue Jun 13, 2006 4:50 am</p><hr />
]]></content>
	</entry>
	</feed>
