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

	<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>2004-06-11T19:51:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2004-06-11T19:51:31-04:00</updated>

		<published>2004-06-11T19:51:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37232#p37232</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37232#p37232"/>
		<title type="html"><![CDATA[getting all users with specified flag]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37232#p37232"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - !v pub:vproc pub:v { n uh h c t } {  foreach u [chanlist $c V|V] {    pushmode $c +v $u  }}</code></pre></div>voices global and channel +V (make sure your users have uppercase V flag)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Fri Jun 11, 2004 7:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-11T19:10:56-04:00</updated>

		<published>2004-06-11T19:10:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37229#p37229</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37229#p37229"/>
		<title type="html"><![CDATA[getting all users with specified flag]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37229#p37229"><![CDATA[
hm, dont work - the bot voiced only me<p>Statistics: Posted by Guest — Fri Jun 11, 2004 7:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2004-06-11T16:57:36-04:00</updated>

		<published>2004-06-11T16:57:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37222#p37222</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37222#p37222"/>
		<title type="html"><![CDATA[getting all users with specified flag]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37222#p37222"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>foreach user [chanlist $chan V|V] { do something with $user }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Fri Jun 11, 2004 4:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-11T14:42:40-04:00</updated>

		<published>2004-06-11T14:42:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37220#p37220</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37220#p37220"/>
		<title type="html"><![CDATA[getting all users with specified flag]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37220#p37220"><![CDATA[
hello,<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !vo vo proc vo {nick uhost handle chan text} {    if {([achan $chan] != "no_achan")} { if {![matchattr $handle "V"]} {putserv "PRIVMSG $chan :\001ACTION not allowed.\001" ;return 1} else {       pushmode $chan +v $nick       return 0    }    return 0 } } </code></pre></div>i want to modified this so that all users with the userflag +V get voiced on command. <br><br>example: i type !vo on the channel and all users with the flag +V get voiced by the bot - but i dont know how i can do this   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> <br><br>can anybody please help me?<p>Statistics: Posted by Guest — Fri Jun 11, 2004 2:42 pm</p><hr />
]]></content>
	</entry>
	</feed>
