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

	<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>2002-03-07T07:52:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-07T07:52:00-04:00</updated>

		<published>2002-03-07T07:52:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5122#p5122</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5122#p5122"/>
		<title type="html"><![CDATA[auto voice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5122#p5122"><![CDATA[
much appreciated <br>2nd one works a treat..<p>Statistics: Posted by Guest — Thu Mar 07, 2002 7:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Souperman]]></name></author>
		<updated>2002-03-05T16:19:00-04:00</updated>

		<published>2002-03-05T16:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5089#p5089</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5089#p5089"/>
		<title type="html"><![CDATA[auto voice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5089#p5089"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind JOIN - * do_chanproc do_chan {nick uhost hand chan} { if {[matchattr $nick +S] == "1"} {  pushmode $chan +v $nick }}</code></pre></div></div></blockquote>Why would you do matchattr when the bind system already allows you to specify the flags which will trigger it?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=801">Souperman</a> — Tue Mar 05, 2002 4:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-03-05T11:32:00-04:00</updated>

		<published>2002-03-05T11:32:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5076#p5076</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5076#p5076"/>
		<title type="html"><![CDATA[auto voice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5076#p5076"><![CDATA[
 - Code - <br>bind JOIN S * voice:S <br><br>proc voice:S {nick uhost hand chan} { <br>pushmode $chan +v $nick <br>}<br> - Code - <br><br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Mar 05, 2002 11:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-05T10:59:00-04:00</updated>

		<published>2002-03-05T10:59:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5073#p5073</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5073#p5073"/>
		<title type="html"><![CDATA[auto voice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5073#p5073"><![CDATA[
A very basic TCL<br><br>bind JOIN - * do_chan<br><br>proc do_chan {nick uhost hand chan} {<br> if {[matchattr $nick +S] == "1"} {<br>  pushmode $chan +v $nick<br> }<br>}<br><br>If you need anymore help email <a href="mailto:kissmine69@optushome.com.au">kissmine69@optushome.com.au</a><p>Statistics: Posted by Guest — Tue Mar 05, 2002 10:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-05T09:33:00-04:00</updated>

		<published>2002-03-05T09:33:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5072#p5072</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5072#p5072"/>
		<title type="html"><![CDATA[auto voice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5072#p5072"><![CDATA[
Hi, I need a script that will autovoice users on joining that I have flagged as '+S'<br>I am using 1.6.7 and I have tried a few autovoice scripts but none seem to work..<br><br>Any help would be appreciated.<br>Thanks<br><p>Statistics: Posted by Guest — Tue Mar 05, 2002 9:33 am</p><hr />
]]></content>
	</entry>
	</feed>
