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

	<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-10T12:31:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[THUGNATURE]]></name></author>
		<updated>2003-04-10T12:31:42-04:00</updated>

		<published>2003-04-10T12:31:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18878#p18878</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18878#p18878"/>
		<title type="html"><![CDATA[thank you]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18878#p18878"><![CDATA[
thx for ur help bro im try it shortly thx again ;p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2983">THUGNATURE</a> — Thu Apr 10, 2003 12:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-04-10T11:56:33-04:00</updated>

		<published>2003-04-10T11:56:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18876#p18876</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18876#p18876"/>
		<title type="html"><![CDATA[how do i change this]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18876#p18876"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub o|o !v pub:voice proc pub:voice {nick uhost hand chan text} {   if {![botisop $chan]} {    putserv "NOTICE $nick :I'm not oped in channel"    return  }  foreach luser [chanlist $chan] {    if {$luser == $::botnick || [isop $luser $chan] || [isvoice $luser $chan]} {      continue    }    pushmode $chan +v $luser  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Apr 10, 2003 11:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[THUGNATURE]]></name></author>
		<updated>2003-04-10T11:33:57-04:00</updated>

		<published>2003-04-10T11:33:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18873#p18873</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18873#p18873"/>
		<title type="html"><![CDATA[how do i change this]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18873#p18873"><![CDATA[
this public command allws to voice a nick in a channel which part do i change to make it mass voice all non voiced users in the channel any help would be great <br><br><br>bind pub o|o !v pub:voice<br>proc pub:voice {nick uhost hand chan text} {<br>set vnick [lindex $text 0]<br>if {[onchan $vnick $chan]==1}  {<br>if {[isvoice $vnick $chan]==1} {<br>putserv "NOTICE $nick :$vnick ha già il voice"<br>}<br>}<br>if {[onchan $vnick $chan]==1}  {<br>if {[isvoice $vnick $chan]==0} {<br>pushmode $chan +v $vnick<br>putcmdlog "!$hand! voice $vnick"<br>return 0<br> } <br>}<br>if {[isvoice $nick $chan]} {<br>      putserv "NOTICE $nick :tu hai già il voice."<br>      <br>    }<br>pushmode $chan +v $nick<br>putcmdlog "#$nick# voice $nick"<br> <br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2983">THUGNATURE</a> — Thu Apr 10, 2003 11:33 am</p><hr />
]]></content>
	</entry>
	</feed>
