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

	<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-08-22T23:16:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-22T23:16:57-04:00</updated>

		<published>2005-08-22T23:16:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54684#p54684</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54684#p54684"/>
		<title type="html"><![CDATA[!enable/!disable Scripts]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54684#p54684"><![CDATA[
you could spare memory if <em class="text-italics">source componentN.tcl</em> from the main script as necessary<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Aug 22, 2005 11:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2005-08-22T10:02:43-04:00</updated>

		<published>2005-08-22T10:02:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54656#p54656</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54656#p54656"/>
		<title type="html"><![CDATA[!enable/!disable Scripts]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54656#p54656"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>if {$variable} {# if $variable is bigger or equal with 1 will execute this code}</code></pre></div><div class="codebox"><p>Code: </p><pre><code>if {!$variable} {# if $variable is equal with 0 will execute this code}</code></pre></div>my 2 cents <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=187">caesar</a> — Mon Aug 22, 2005 10:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[phab]]></name></author>
		<updated>2005-08-22T06:40:28-04:00</updated>

		<published>2005-08-22T06:40:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54644#p54644</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54644#p54644"/>
		<title type="html"><![CDATA[!enable/!disable Scripts]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54644#p54644"><![CDATA[
Hey guys,<br><br>I wrote a small "script package". I have a "settings.tcl" where you can define settings for all the other scripts, and you can disable / enable them with "disable&lt;script&gt; 0/1". In every other script I'm checking if this value is 0/1 and then execute or not execute the proc.<br><br>Is there another way to do this, maybe a better one?<br><br>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=6630">phab</a> — Mon Aug 22, 2005 6:40 am</p><hr />
]]></content>
	</entry>
	</feed>
