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

	<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>2006-04-21T22:53:22-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-04-21T22:53:22-04:00</updated>

		<published>2006-04-21T22:53:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62200#p62200</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62200#p62200"/>
		<title type="html"><![CDATA[Auto Voice &amp; Devoice!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62200#p62200"><![CDATA[
<a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=354" class="postlink">autovoice on pubmsg</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri Apr 21, 2006 10:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-04-20T23:59:27-04:00</updated>

		<published>2006-04-20T23:59:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62151#p62151</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62151#p62151"/>
		<title type="html"><![CDATA[Auto Voice &amp; Devoice!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62151#p62151"><![CDATA[
I vaguely recall writing such thing for someone here a while ago - search forum for "auto voice" or something like that<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Apr 20, 2006 11:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CuteBangla]]></name></author>
		<updated>2006-04-20T15:29:37-04:00</updated>

		<published>2006-04-20T15:29:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62144#p62144</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62144#p62144"/>
		<title type="html"><![CDATA[Auto Voice &amp; Devoice!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62144#p62144"><![CDATA[
i m getting a problem<br>if some one become idle for 30 min who was voiced, get his +v again after just a singel word or line !!<br><br>&amp; how can we use it in some silected channel only?<br><blockquote class="uncited"><div>Try<div class="codebox"><p>Code: </p><pre><code>set idle 30 ;# minutesbind time - * barproc bar args {   foreach c [channels] {      foreach n [chanlist $c] {         set handle [nick2hand $n $c]         if {![matchattr $handle gf] &amp;&amp; [isvoice $n $c] &amp;&amp; [getchanidle $n $c] &gt;= $::idle} {            pushmode $c -v $n         }      }   }}</code></pre></div></div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7425">CuteBangla</a> — Thu Apr 20, 2006 3:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dohko2006]]></name></author>
		<updated>2006-03-27T12:29:24-04:00</updated>

		<published>2006-03-27T12:29:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61432#p61432</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61432#p61432"/>
		<title type="html"><![CDATA[Auto Voice &amp; Devoice!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61432#p61432"><![CDATA[
Sir your the best! Works Fine now... thx a lot ^^<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7521">dohko2006</a> — Mon Mar 27, 2006 12:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-03-26T21:10:44-04:00</updated>

		<published>2006-03-26T21:10:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61417#p61417</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61417#p61417"/>
		<title type="html"><![CDATA[Auto Voice &amp; Devoice!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61417#p61417"><![CDATA[
Try<div class="codebox"><p>Code: </p><pre><code>set idle 30 ;# minutesbind time - * barproc bar args {   foreach c [channels] {      foreach n [chanlist $c] {         set handle [nick2hand $n $c]         if {![matchattr $handle gf] &amp;&amp; [isvoice $n $c] &amp;&amp; [getchanidle $n $c] &gt;= $::idle} {            pushmode $c -v $n         }      }   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Mar 26, 2006 9:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dohko2006]]></name></author>
		<updated>2006-03-26T14:13:16-04:00</updated>

		<published>2006-03-26T14:13:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61411#p61411</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61411#p61411"/>
		<title type="html"><![CDATA[Auto Voice &amp; Devoice!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61411#p61411"><![CDATA[
sorry for open past topic, but and try to modify myfelf and get errors.<br>i try only devoice inactive voices (delay from server), but protect +g and +f  <br><br>my code<div class="codebox"><p>Code: </p><pre><code>set idle 30 ;# minutes bind time - * bar proc bar {m h d mo y handle} {    foreach c [channels] {       foreach n [chanlist $c] {          if { ![matchattr $handle gf] &amp;&amp; [isvoice $n $c] &amp;&amp; [getchanidle $n $c] &gt;= $::idle} {             pushmode $c -v $n          }       }    } } </code></pre></div>and always have this error:<br><div class="codebox"><p>Code: </p><pre><code>Tcl error [bar]: wrong # args: should be "bar m h d mo y handle"</code></pre></div>add, its possible modify check intervals of delay (now its every minute) to every 5mins per example?<br><br>Regards  <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=7521">dohko2006</a> — Sun Mar 26, 2006 2:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[i_m_offline]]></name></author>
		<updated>2005-06-21T12:08:31-04:00</updated>

		<published>2005-06-21T12:08:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51187#p51187</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51187#p51187"/>
		<title type="html"><![CDATA[Auto Voice &amp; Devoice!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51187#p51187"><![CDATA[
eh ok :s <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br>Thanks for whatever u did <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=6370">i_m_offline</a> — Tue Jun 21, 2005 12:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-21T12:03:47-04:00</updated>

		<published>2005-06-21T12:03:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51185#p51185</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51185#p51185"/>
		<title type="html"><![CDATA[Auto Voice &amp; Devoice!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51185#p51185"><![CDATA[
no, I won't fix the script, so stop asking already<br><br>IMO, it's fair to remember the number of lines for a nick between joins - that is, for a reasonable amount of time - and if you want that purged after certain amount of time, implement it yourself - I don't develop scripts which serve no sane purpose - and this script is such a script - since voicing users on a channel that is not +m is a pure vanity (and lameness)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Jun 21, 2005 12:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[i_m_offline]]></name></author>
		<updated>2005-06-21T11:45:15-04:00</updated>

		<published>2005-06-21T11:45:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51184#p51184</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51184#p51184"/>
		<title type="html"><![CDATA[Auto Voice &amp; Devoice!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51184#p51184"><![CDATA[
daym mate, the script is voicing a person on one line itself when that person joins next, because it doesn't clear the variable (I think) and its voicing even to OPs <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> can u please sort this out? thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>i_m_offline<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6370">i_m_offline</a> — Tue Jun 21, 2005 11:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[i_m_offline]]></name></author>
		<updated>2005-06-21T05:47:15-04:00</updated>

		<published>2005-06-21T05:47:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51175#p51175</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51175#p51175"/>
		<title type="html"><![CDATA[Auto Voice &amp; Devoice!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51175#p51175"><![CDATA[
All right Demond, that was a gr8 help too <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> appreciated, I shall wait for u to feel relax then I might have that <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> so I will be looking into mypost for the response. I feel if there is no time limit defined then the purpose of it may not give the right results. I would request if it can be set by user, would like more friendly, like anyone can define x many lines in x minutes then voiced. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br>Author -&gt; "demond"<br><br>hahaha :p ok no buttering <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Have a nice time all, will be looking after for the update <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> thanks<br><br>i_m_offline<br>DALnet<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6370">i_m_offline</a> — Tue Jun 21, 2005 5:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-21T04:21:37-04:00</updated>

		<published>2005-06-21T04:21:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51172#p51172</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51172#p51172"/>
		<title type="html"><![CDATA[Auto Voice &amp; Devoice!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51172#p51172"><![CDATA[
for an except list, you better use user-defined flag, for example A:<br><div class="codebox"><p>Code: </p><pre><code>proc foo {n u h c t} {   if [matchattr $h A] return...</code></pre></div>then add nicks/hostmask you don't want voiced to a user record chattr'ed +A<br><br>as of the line counting timelimit, there is none (and I am too lazy to implement one for you)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Jun 21, 2005 4:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[i_m_offline]]></name></author>
		<updated>2005-06-21T03:10:58-04:00</updated>

		<published>2005-06-21T03:10:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51164#p51164</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51164#p51164"/>
		<title type="html"><![CDATA[Thanks Demond]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51164#p51164"><![CDATA[
The code is working perfectly all right, its just if you can add lil more in it where I can exempt few nicks from getting voiced. Thanks once more <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>Just to ask u, when v define x number of lines said in channel, would get voiced, so these x number of lines has some time limit ? like 10 lines in 15 min then voiced or somthing ? o/w if a user get voice for saying 100 lines in 3 days then :s sounds lil tricky. thanks again mate <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=6370">i_m_offline</a> — Tue Jun 21, 2005 3:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-06-19T18:08:01-04:00</updated>

		<published>2005-06-19T18:08:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51085#p51085</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51085#p51085"/>
		<title type="html"><![CDATA[Re: One more thing!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51085#p51085"><![CDATA[
<blockquote class="uncited"><div>How often it will check for idle users ?</div></blockquote>Every minute<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jun 19, 2005 6:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[i_m_offline]]></name></author>
		<updated>2005-06-19T16:11:57-04:00</updated>

		<published>2005-06-19T16:11:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51082#p51082</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51082#p51082"/>
		<title type="html"><![CDATA[One more thing!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51082#p51082"><![CDATA[
How often it will check for idle users ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6370">i_m_offline</a> — Sun Jun 19, 2005 4:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[i_m_offline]]></name></author>
		<updated>2005-06-19T16:07:50-04:00</updated>

		<published>2005-06-19T16:07:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51081#p51081</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51081#p51081"/>
		<title type="html"><![CDATA[Thanks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51081#p51081"><![CDATA[
Ohhh thats so kind of u demond! Thanks alot.<br><br>Sorrie for asking for more but is it possible to add any nick in exempt list so that they dont get voiced in channel, whatever number of lines they use. THanks once more<br><br>just to make it more specific <br>set num 10 ;# lines <br>set idle 5 ;# minutes <br><br>YOu here 10 lines and 5 min is idle time, and I can change it to whatever I want ?<br><br>THanks<br><br>i_m_offline<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6370">i_m_offline</a> — Sun Jun 19, 2005 4:07 pm</p><hr />
]]></content>
	</entry>
	</feed>
