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

	<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-09-19T20:52:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[spyda]]></name></author>
		<updated>2003-09-19T20:52:08-04:00</updated>

		<published>2003-09-19T20:52:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27329#p27329</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27329#p27329"/>
		<title type="html"><![CDATA[Why this not working ???]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27329#p27329"><![CDATA[
I am working on a update to my status.tcl and for some reason in the live update i am not getting the right information <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><div class="codebox"><p>Code: </p><pre><code>proc stats:opcount {chan} {    set userops 0    putlog "$chan"    foreach person [chanlist $chan] {if {[isop $person $chan] &amp;&amp; ![isvoice $person $chan]} {    incr userops     set person "\@$person"    putlog "$person - $userops"}     }     return $userops}</code></pre></div>In the Bots PARTYLINE I am getting..<br><blockquote class="uncited"><div>[10:48] &lt;asustek&gt; [10:48] #hammie<br>[10:48] &lt;asustek&gt; [10:48] @asustek - 1<br>[10:48] &lt;asustek&gt; [10:48] @TheDeadMan - 2<br>[10:48] &lt;asustek&gt; [10:48] @kissmine - 3<br>[10:48] &lt;asustek&gt; [10:48] @secure - 4<br>[10:48] &lt;asustek&gt; [10:48] @subzero|a - 5</div></blockquote>But clearly in MIRC and other clients secure and subsero|a are not oped <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_neutral.gif" width="15" height="15" alt=":|" title="Neutral"><br><br>I have tryed everything i can think of. If anyone can tell me why this is not working correctly it would be great.<br><br>-----------<br>ThePope<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1731">spyda</a> — Fri Sep 19, 2003 8:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
