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

	<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-05-27T07:22:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Freakazoid]]></name></author>
		<updated>2007-05-27T07:22:32-04:00</updated>

		<published>2007-05-27T07:22:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73054#p73054</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73054#p73054"/>
		<title type="html"><![CDATA[if else ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73054#p73054"><![CDATA[
thx <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> Alchera<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6546">Freakazoid</a> — Sun May 27, 2007 7:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-05-26T20:10:54-04:00</updated>

		<published>2007-05-26T20:10:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73038#p73038</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73038#p73038"/>
		<title type="html"><![CDATA[if else ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73038#p73038"><![CDATA[
<blockquote class="uncited"><div>one quest give it some good tutorials or links <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> ?</div></blockquote><a href="http://www.tcl.tk/man/tcl8.4/TclCmd/" class="postlink">/man/tcl8.4/TclCmd/</a><br><a href="http://www.peterre.info/characters.html" class="postlink">How to write eggdrop scripts that won't choke on special characters</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat May 26, 2007 8:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Freakazoid]]></name></author>
		<updated>2007-05-26T19:18:00-04:00</updated>

		<published>2007-05-26T19:18:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73035#p73035</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73035#p73035"/>
		<title type="html"><![CDATA[if else ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73035#p73035"><![CDATA[
<blockquote class="uncited"><div>"if &lt;conditional&gt; [then] &lt;what todo if true&gt; else &lt;what todo if false&gt;"<br>Checking the <a href="http://www.tcl.tk/man/tcl8.4/TclCmd/if.htm" class="postlink">manpage for "if"</a> might also be a good idea...<br><br>Most common structures would be like this:<div class="codebox"><p>Code: </p><pre><code>if {sometest} {somecode} {someothercode}if {sometest} { somecode} { someothercode}</code></pre></div></div></blockquote>thx nml375 <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>one quest give it some good tutorials or links <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=6546">Freakazoid</a> — Sat May 26, 2007 7:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-05-26T19:16:03-04:00</updated>

		<published>2007-05-26T19:16:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73033#p73033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73033#p73033"/>
		<title type="html"><![CDATA[if else ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73033#p73033"><![CDATA[
"if &lt;conditional&gt; [then] &lt;what todo if true&gt; else &lt;what todo if false&gt;"<br>Checking the <a href="http://www.tcl.tk/man/tcl8.4/TclCmd/if.htm" class="postlink">manpage for "if"</a> might also be a good idea...<br><br>Most common structures would be like this:<div class="codebox"><p>Code: </p><pre><code>if {sometest} {somecode} {someothercode}if {sometest} { somecode} { someothercode}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat May 26, 2007 7:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Freakazoid]]></name></author>
		<updated>2007-05-26T19:10:29-04:00</updated>

		<published>2007-05-26T19:10:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73030#p73030</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73030#p73030"/>
		<title type="html"><![CDATA[if else ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73030#p73030"><![CDATA[
i got one quest! i wanna use a if script request for an sql output<br>with an else error  if entry not found in the db.<br>how can  i make it<br><br>in php is it easy if($nick='$ds[nick]) { echo'output info'; } else { echo'error no user found' }<br>but how works it with tcl ?<br><br>mfg freak <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=6546">Freakazoid</a> — Sat May 26, 2007 7:10 pm</p><hr />
]]></content>
	</entry>
	</feed>
