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

	<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>2006-04-20T07:29:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Snorly]]></name></author>
		<updated>2006-04-20T07:29:42-04:00</updated>

		<published>2006-04-20T07:29:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62137#p62137</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62137#p62137"/>
		<title type="html"><![CDATA[!voiced]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62137#p62137"><![CDATA[
thank you<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7655">Snorly</a> — Thu Apr 20, 2006 7:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-04-19T18:00:15-04:00</updated>

		<published>2006-04-19T18:00:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62116#p62116</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62116#p62116"/>
		<title type="html"><![CDATA[!voiced]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62116#p62116"><![CDATA[
I fixed the code above, had a typo in:<div class="codebox"><p>Code: </p><pre><code>if {[isvoice $nick $chan]} { incr i }</code></pre></div>$nick should be $n.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Apr 19, 2006 6:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Snorly]]></name></author>
		<updated>2006-04-19T14:55:56-04:00</updated>

		<published>2006-04-19T14:55:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62108#p62108</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62108#p62108"/>
		<title type="html"><![CDATA[!voiced]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62108#p62108"><![CDATA[
* &lt;nick&gt; !voiced<br>* &lt;eggdrop&gt; 162 voiced people on #chan.<br>it displays all users on chan not just voiced users <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> <br>can u fix?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7655">Snorly</a> — Wed Apr 19, 2006 2:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-04-19T17:58:40-04:00</updated>

		<published>2006-04-17T16:27:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62042#p62042</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62042#p62042"/>
		<title type="html"><![CDATA[!voiced]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62042#p62042"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - !voiced voicedproc voiced {nick uhost hand chan arg} { set i 0 foreach n [chanlist $chan] {  if {[isvoice $n $chan]} { incr i } } puthelp "privmsg $chan :$i voiced people on $chan."}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Apr 17, 2006 4:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Snorly]]></name></author>
		<updated>2006-04-17T14:56:06-04:00</updated>

		<published>2006-04-17T14:56:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62040#p62040</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62040#p62040"/>
		<title type="html"><![CDATA[!voiced]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62040#p62040"><![CDATA[
Hello i want a script for eggdrop<br>i have it for mIRC but i want it for eggdrop<br>mIRC:<br>on *:text:!voiced:#:/msg $chan $pusers(v):pcb Voiced users at $chan<br>thank you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>example<br>* &lt;nick1&gt; !voiced<br>* &lt;nick2&gt; 166 Voiced users at #channel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7655">Snorly</a> — Mon Apr 17, 2006 2:56 pm</p><hr />
]]></content>
	</entry>
	</feed>
