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

	<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>2014-01-05T13:20:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Moti]]></name></author>
		<updated>2014-01-05T13:20:34-04:00</updated>

		<published>2014-01-05T13:20:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102439#p102439</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102439#p102439"/>
		<title type="html"><![CDATA[How to change my auto voice script to not voice ignored user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102439#p102439"><![CDATA[
Working great.<br>Thank you ! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12277">Moti</a> — Sun Jan 05, 2014 1:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2014-01-05T07:06:21-04:00</updated>

		<published>2014-01-05T07:06:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102438#p102438</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102438#p102438"/>
		<title type="html"><![CDATA[How to change my auto voice script to not voice ignored user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102438#p102438"><![CDATA[
by using isignore<div class="codebox"><p>Code: </p><pre><code>bind join * "#channel *" autovoiceproc autovoice {nick uhost hand chan} {if {[isbotnick $nick] || ![botisop $chan]} returnif {[isignore $nick!$uhost]} returnpushmode $chan +v $nick}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Jan 05, 2014 7:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Moti]]></name></author>
		<updated>2014-01-05T06:06:10-04:00</updated>

		<published>2014-01-05T06:06:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102437#p102437</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102437#p102437"/>
		<title type="html"><![CDATA[How to change my auto voice script to not voice ignored user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102437#p102437"><![CDATA[
Hi,<br><br>I have a script that if some user say a badword in the channel the eggdrop -v the user and ignore him.<div class="codebox"><p>Code: </p><pre><code>putquick "mode $chan -v $nick"          newignore $mask $botnick "Swear Devoice Ignore" 0</code></pre></div>And I have another script that auto voice any user who join the channel:<div class="codebox"><p>Code: </p><pre><code>bind join -|- "#channel *" autovoice proc autovoice {nick uhost hand chan} { putserv "mode $chan +v $nick" }</code></pre></div>How I can create rule that if user is in the ignore list the eggdrop not voice him when he join to the channel?<br><br>Thank you !<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12277">Moti</a> — Sun Jan 05, 2014 6:06 am</p><hr />
]]></content>
	</entry>
	</feed>
