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

	<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>2005-03-05T11:10:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2005-03-05T11:10:03-04:00</updated>

		<published>2005-03-05T11:10:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47183#p47183</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47183#p47183"/>
		<title type="html"><![CDATA[The tcl version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47183#p47183"><![CDATA[
I think that was the one, Thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sat Mar 05, 2005 11:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-03-05T10:55:48-04:00</updated>

		<published>2005-03-05T10:55:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47182#p47182</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47182#p47182"/>
		<title type="html"><![CDATA[The tcl version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47182#p47182"><![CDATA[
Maybe something like this<div class="codebox"><p>Code: </p><pre><code>if {![info tclversion]&gt;="8.4"} {  putlog "ERROR: You cannot run mute.tcl without tcl version 8.4 or higher"  return}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sat Mar 05, 2005 10:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2005-03-05T05:51:50-04:00</updated>

		<published>2005-03-05T05:51:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47179#p47179</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47179#p47179"/>
		<title type="html"><![CDATA[The tcl version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47179#p47179"><![CDATA[
I want to make a 'you need tcl version 8.4 for this script to work' but i don't remember how it's done.<br><br>I made a sloppy attempt at it, but ofcourse this is useless with different tcl version <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mad.gif" width="15" height="15" alt=":x" title="Mad"><br><div class="codebox"><p>Code: </p><pre><code>if {![regexp {.*/tcl8.4|.*/tcl8.5} [info library]]} {  putlog "ERROR: You cannot run mute.tcl without tcl version 8.4 or higher"  } else {  # execute script</code></pre></div>What i'm looking for is someone to tell me how it's done properly <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>I remember there was something with package require, but i can't remember what exactly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sat Mar 05, 2005 5:51 am</p><hr />
]]></content>
	</entry>
	</feed>
