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

	<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>2017-03-25T19:44:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2017-03-25T19:44:18-04:00</updated>

		<published>2017-03-25T19:44:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106005#p106005</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106005#p106005"/>
		<title type="html"><![CDATA[AutoVoice Users after time delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106005#p106005"><![CDATA[
that did it thx spike<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sat Mar 25, 2017 7:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2017-03-25T13:22:33-04:00</updated>

		<published>2017-03-25T13:22:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106003#p106003</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106003#p106003"/>
		<title type="html"><![CDATA[AutoVoice Users after time delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106003#p106003"><![CDATA[
Try replace this line of code...<div class="codebox"><p>Code: </p><pre><code>         utimer 10 [list push $chan $nick] </code></pre></div>with...<div class="codebox"><p>Code: </p><pre><code>         utimer 10 [list voiceJoin::push $chan $nick] </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Sat Mar 25, 2017 1:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2017-03-25T05:56:31-04:00</updated>

		<published>2017-03-25T05:56:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=105999#p105999</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=105999#p105999"/>
		<title type="html"><![CDATA[AutoVoice Users after time delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=105999#p105999"><![CDATA[
i tried using that caesar and got these errors:<br><br>using eggdrop 1.8.0<br><blockquote class="uncited"><div>Tcl error in script for 'timer158':<br>invalid command name "push"</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sat Mar 25, 2017 5:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2013-12-13T09:30:23-04:00</updated>

		<published>2013-12-13T09:30:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102323#p102323</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102323#p102323"/>
		<title type="html"><![CDATA[AutoVoice Users after time delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102323#p102323"><![CDATA[
Instead of reviving very old topics, why don't you just open your own, or even search?<br><br>Anyway, here's a simple one that's using the built-in autovoice channel flag, meaning you just .chanset +autovoice the channel you want it active in. Change the 10 with how many seconds it should delay the command.<div class="codebox"><p>Code: </p><pre><code>namespace eval voiceJoin {bind join - * [namespace current]::addproc add {nick host hand chan} {if {![channel get $chan autovoice]} returnif {[isbotnick $nick] || ![botisop $chan]} returnif {![isvoice $nick $chan]} {utimer 10 [list push $chan $nick]}}proc push {chan nick} {if {![botisop $chan]} returnif {[isvoice $nick $chan]} 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> — Fri Dec 13, 2013 9:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spithash]]></name></author>
		<updated>2013-12-18T09:39:47-04:00</updated>

		<published>2013-12-13T04:09:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102316#p102316</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102316#p102316"/>
		<title type="html"><![CDATA[AutoVoice Users after time delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102316#p102316"><![CDATA[
Thing is, that the bot will voice a user back if you devoice them  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9145">spithash</a> — Fri Dec 13, 2013 4:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hrz]]></name></author>
		<updated>2011-06-24T06:06:50-04:00</updated>

		<published>2011-06-24T06:06:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97084#p97084</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97084#p97084"/>
		<title type="html"><![CDATA[AutoVoice Users after time delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97084#p97084"><![CDATA[
Using a script for that seems silly since Eggdrop already does that natively.<br>If you set your aop-delay properly and give the user ``+gv'' he will automatically be voiced after a timed delay.<br>If you're wanting to voice everybody you could add a user with the mast *!*@* and give it the ``+gv'' flags, this wouldn't affect other users as Eggdrop always tries to match the most specific host that exists on the bot to a user.<br><br>From `.help chaninfo`:<br>aop-delay         This is used for autoop, autohalfop, autovoice.<br>                       If an op or voice joins a channel while another op or<br>                       voice is pending, the bot will attempt to put both<br>                       modes on one line.<br>                       aop-delay 0   No delay is used.<br>                       aop-delay X   An X second delay is used.<br>                       aop-delay X:Y Random delay between X and Y is used.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11700">hrz</a> — Fri Jun 24, 2011 6:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2011-06-24T05:25:57-04:00</updated>

		<published>2011-06-24T05:25:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97082#p97082</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97082#p97082"/>
		<title type="html"><![CDATA[AutoVoice Users after time delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97082#p97082"><![CDATA[
Delay as in after 10 seconds a user joined the channel voice him/her?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Jun 24, 2011 5:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mhamid]]></name></author>
		<updated>2011-06-24T03:34:35-04:00</updated>

		<published>2011-06-24T03:34:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97080#p97080</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97080#p97080"/>
		<title type="html"><![CDATA[AutoVoice Users after time delay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97080#p97080"><![CDATA[
hi can someone provide me a TCL for autovoice users after specific time delay? looking forward from 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=11704">mhamid</a> — Fri Jun 24, 2011 3:34 am</p><hr />
]]></content>
	</entry>
	</feed>
