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

	<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-07-01T11:07:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2007-07-01T11:07:51-04:00</updated>

		<published>2007-07-01T11:07:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74085#p74085</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74085#p74085"/>
		<title type="html"><![CDATA[Op/Voice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74085#p74085"><![CDATA[
the "return" parts stop the script<br>try this:<div class="codebox"><p>Code: </p><pre><code>bind pub - !stats statsproc stats {nick uhost hand chan arg} {  if {![isop $nick $chan]} {    putquick "PRIVMSG #ace :yes this line works cause ur an op"  } else {  if {![isvoice $nick $chan]} {    putquick "PRIVMSG #ace :yes this line works cause ur NOT an op"  }} </code></pre></div><strong class="text-strong">Note:</strong> your code is set to test if people are NOT ops or voices, that's what the "!" does<br>so the first part tests like this: "$nick is NOT op in $chan"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Sun Jul 01, 2007 11:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ace-T]]></name></author>
		<updated>2007-07-01T11:04:57-04:00</updated>

		<published>2007-07-01T11:04:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74084#p74084</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74084#p74084"/>
		<title type="html"><![CDATA[Op/Voice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74084#p74084"><![CDATA[
nm fixed it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8148">Ace-T</a> — Sun Jul 01, 2007 11:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ace-T]]></name></author>
		<updated>2007-07-01T10:56:01-04:00</updated>

		<published>2007-07-01T10:56:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74083#p74083</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74083#p74083"/>
		<title type="html"><![CDATA[Op/Voice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74083#p74083"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - !stats statsproc stats {nick uhost hand chan arg} {if {![isop $nick $chan]} { return }putquick "PRIVMSG #ace :yes this line works cause ur an op"} else {if {![isvoice $nick $chan]} { return }putquick "PRIVMSG #ace :yes this line works cause ur NOT an op"}}</code></pre></div>any ideas why it will only work with ops ??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8148">Ace-T</a> — Sun Jul 01, 2007 10:56 am</p><hr />
]]></content>
	</entry>
	</feed>
