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

	<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>2003-04-22T10:29:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[laidas]]></name></author>
		<updated>2003-04-22T10:29:59-04:00</updated>

		<published>2003-04-22T10:29:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19334#p19334</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19334#p19334"/>
		<title type="html"><![CDATA[Little if problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19334#p19334"><![CDATA[
You use not bad brackets:<br><div class="codebox"><p>Code: </p><pre><code> if { !( $q_clan(v) &amp;&amp; !( isvoice $nick $chan)) || !( $q_clan(o) &amp;&amp; !(isop $nick $chan)) } {       return 0    }</code></pre></div>must be:<br><div class="codebox"><p>Code: </p><pre><code>if { !$q_clan(v) &amp;&amp; ![isvoice $nick $chan] || !$q_clan(o) &amp;&amp; ![isop $nick $chan] } { return 0 } </code></pre></div> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1641">laidas</a> — Tue Apr 22, 2003 10:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Juustro]]></name></author>
		<updated>2003-04-21T01:55:58-04:00</updated>

		<published>2003-04-21T01:55:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19305#p19305</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19305#p19305"/>
		<title type="html"><![CDATA[Little if problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19305#p19305"><![CDATA[
TCL error [pub:qs]: syntax error in expression " !( $q_clan(v) &amp;&amp; !( isvoice $nick $chan)) || !( $q_clan(o) "<div class="codebox"><p>Code: </p><pre><code>if { !( $q_clan(v) &amp;&amp; !( isvoice $nick $chan)) || !( $q_clan(o) &amp;&amp; !(isop $nick $chan)) } {return 0}</code></pre></div>who to make it work?<br><br>$q_clan(v) is 1 or 0<br>$q_clan(o) is 1 or 0<br> they are if check voices or ops<br><br>and if nick is not op or voice then return 0<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1987">Juustro</a> — Mon Apr 21, 2003 1:55 am</p><hr />
]]></content>
	</entry>
	</feed>
