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

	<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-12-20T19:47:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-12-20T19:47:00-04:00</updated>

		<published>2003-12-20T19:47:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31640#p31640</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31640#p31640"/>
		<title type="html"><![CDATA[Auto voice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31640#p31640"><![CDATA[
<blockquote class="uncited"><div>utimer [expr 1700 + [rand 200]] if {((![isvoice $nick $channel]) &amp;&amp; ([ison $nick $channel]) &amp;&amp; (![matchattr $hand q|q $channel]))} {pushmode $channel +v $nick}</div></blockquote>this would return an error like:<blockquote class="uncited"><div>Tcl error: wrong # args: should be "utimer seconds command"</div></blockquote>better calling another proc in timer <div class="codebox"><p>Code: </p><pre><code>utimer [expr 1700 + [rand 200]] [list voice:user $nick $channel $hand]</code></pre></div> and put the voice code withing this proc<div class="codebox"><p>Code: </p><pre><code>proc voice:user {nick channel hand} {if {((![isvoice $nick $channel]) &amp;&amp; ([ison $nick $channel]) &amp;&amp; (![matchattr $hand q|q $channel]))} {pushmode $channel +v $nick}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Dec 20, 2003 7:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nimo]]></name></author>
		<updated>2003-12-20T16:31:03-04:00</updated>

		<published>2003-12-20T16:31:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31634#p31634</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31634#p31634"/>
		<title type="html"><![CDATA[Auto voice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31634#p31634"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - * auto_voiceproc auto_voice {nick uhost hand channel } {  if {![matchattr $hand q|q $channel]} {     utimer [expr 1700 + [rand 200]] if {((![isvoice $nick $channel]) &amp;&amp; ([ison $nick $channel]) &amp;&amp; (![matchattr $hand q|q $channel]))} {pushmode $channel +v $nick}                              }  }      </code></pre></div><br>I haven't tried the code but it should work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3116">Nimo</a> — Sat Dec 20, 2003 4:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-12-20T16:00:09-04:00</updated>

		<published>2003-12-20T16:00:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31633#p31633</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31633#p31633"/>
		<title type="html"><![CDATA[Auto voice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31633#p31633"><![CDATA[
Somone know of an autovoice script that voice ppl  after about half an houre ore something like that ?<p>Statistics: Posted by Guest — Sat Dec 20, 2003 4:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
