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

	<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>2005-04-29T21:15:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[triune]]></name></author>
		<updated>2005-04-29T21:15:46-04:00</updated>

		<published>2005-04-29T21:15:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48721#p48721</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48721#p48721"/>
		<title type="html"><![CDATA[autovoice after certain amount of words]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48721#p48721"><![CDATA[
then im obviously missing something here... what is it?<br><br>.chanset +Autovoice or something?<br><br>im a tcl nube... so help is appreciated.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6163">triune</a> — Fri Apr 29, 2005 9:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-04-29T17:25:06-04:00</updated>

		<published>2005-04-29T17:25:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48708#p48708</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48708#p48708"/>
		<title type="html"><![CDATA[autovoice after certain amount of words]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48708#p48708"><![CDATA[
It should work, it'll voice the user if he types 4 or more lines in 12 (or less) seconds.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Apr 29, 2005 5:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[triune]]></name></author>
		<updated>2005-04-29T14:44:26-04:00</updated>

		<published>2005-04-29T14:44:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48703#p48703</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48703#p48703"/>
		<title type="html"><![CDATA[autovoice after certain amount of words]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48703#p48703"><![CDATA[
this seems like a really cool idea.<br>anyone actually get this thing to work?<br><br>i put teh code in a file scripts/voice.tcl and loaded teh script.<br><br>it doesnt work tho. am i doing something wrong?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6163">triune</a> — Fri Apr 29, 2005 2:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-03-06T19:41:48-04:00</updated>

		<published>2005-03-06T19:41:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47263#p47263</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47263#p47263"/>
		<title type="html"><![CDATA[autovoice after certain amount of words]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47263#p47263"><![CDATA[
This belongs to the scripting forum not eggdrop's.<div class="codebox"><p>Code: </p><pre><code>bind pubm - * voice:userproc voice:user {nick uhost hand chan arg} {global actvoiceif {![info exists actvoice([string tolower $nick])]} { set actvoice([string tolower $nick]) 0 } inr actvoice([string tolower $nick]) utimer 12 [list incr actvoice([string tolower $nick]) -1] if {$actvoice([string tolower $nick]) &gt;= 4} {  putserv "MODE $chan +v $nick" }}</code></pre></div>this will voice the user after saying 4 or more words in 12 seconds (you can change that if you want.)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Mar 06, 2005 7:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dusk]]></name></author>
		<updated>2005-03-06T19:32:13-04:00</updated>

		<published>2005-03-06T19:32:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47261#p47261</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47261#p47261"/>
		<title type="html"><![CDATA[autovoice after certain amount of words]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47261#p47261"><![CDATA[
I'm searching after a script that autovoices users after a certain amount of words...now i'm using an auto-voice that voices automattically everyone who sais something on the channel den devoices them after they are idling for 30mins.....problem is this, when bot devoices some guests en they're script replies to itwitch something like 'don't devoice me' or ' do you think that's funny' it just voices them again....<br>So i need a voice script that only voices people after a certain amount of spoken words/letters..<br>thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6042">dusk</a> — Sun Mar 06, 2005 7:32 pm</p><hr />
]]></content>
	</entry>
	</feed>
