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

	<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-05-26T17:11:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-05-26T15:21:24-04:00</updated>

		<published>2005-05-26T15:21:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49860#p49860</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49860#p49860"/>
		<title type="html"><![CDATA[Request A delay voice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49860#p49860"><![CDATA[
<blockquote class="uncited"><div>if you want to check if nick is already voiced then add<div class="codebox"><p>Code: </p><pre><code>if {![isvoice $nick]} {</code></pre></div>before the puthelp line (and don't forget to close the brace)</div></blockquote>This is wrong, use:<br><div class="codebox"><p>Code: </p><pre><code>if {![isvoice $nick $chan]} {</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu May 26, 2005 3:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-05-26T17:11:45-04:00</updated>

		<published>2005-05-26T14:44:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49859#p49859</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49859#p49859"/>
		<title type="html"><![CDATA[Request A delay voice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49859#p49859"><![CDATA[
<blockquote class="uncited"><div>i sense tis script is noisy....when netsplit time ....<br><br>* USER sets mode: -v user1<br>* USER sets mode: -v user2<br>* USER sets mode: -v user3<br>* USER sets mode: -v user4<br>* USER sets mode: -v user5<br><br>How to improve tis script so tat even if any user have the modes +v did not have to be devoice by USER</div></blockquote>if you want to check if nick is already voiced then add<div class="codebox"><p>Code: </p><pre><code>if {![isvoice $nick $chan]} {</code></pre></div>before the puthelp line (and don't forget to close the brace)<br><br>Edit: Forgot to specify $chan in the isvoice command (good eye awyeah), otherwise it would check if nick isvoice on all channels (returns 1 if voiced on atleast 1 channel)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu May 26, 2005 2:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-05-26T00:36:12-04:00</updated>

		<published>2005-05-26T00:36:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49831#p49831</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49831#p49831"/>
		<title type="html"><![CDATA[Request A delay voice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49831#p49831"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - "*" voice:delayproc voice:delay {nick uhost hand chan} { utimer 30 [list do:voice $nick $chan]}proc do:voice {nick chan} { if {![isvoice $nick $chan] &amp;&amp; [botisop $chan]} {  pushmode $chan +v $nick  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu May 26, 2005 12:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TakaShi^^]]></name></author>
		<updated>2005-05-25T09:57:09-04:00</updated>

		<published>2005-05-25T09:57:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49801#p49801</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49801#p49801"/>
		<title type="html"><![CDATA[Request A delay voice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49801#p49801"><![CDATA[
i sense tis script is noisy....when netsplit time ....<br><br>* USER sets mode: -v user1<br>* USER sets mode: -v user2<br>* USER sets mode: -v user3<br>* USER sets mode: -v user4<br>* USER sets mode: -v user5<br><br>How to improve tis script so tat even if any user have the modes +v did not have to be devoice by USER<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6168">TakaShi^^</a> — Wed May 25, 2005 9:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-05-24T01:45:18-04:00</updated>

		<published>2005-05-24T01:45:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49742#p49742</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49742#p49742"/>
		<title type="html"><![CDATA[Request A delay voice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49742#p49742"><![CDATA[
you can use<div class="codebox"><p>Code: </p><pre><code>bind join - "#channel *" voice:delay</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue May 24, 2005 1:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TakaShi^^]]></name></author>
		<updated>2005-05-23T21:31:27-04:00</updated>

		<published>2005-05-23T21:31:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49739#p49739</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49739#p49739"/>
		<title type="html"><![CDATA[Request A delay voice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49739#p49739"><![CDATA[
w0w thank for ur delayed-voice script ^_^<br><br>hmm ... one qns...if i wan tis script to work on one channel...how?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6168">TakaShi^^</a> — Mon May 23, 2005 9:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-05-23T17:37:41-04:00</updated>

		<published>2005-05-23T17:37:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49733#p49733</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49733#p49733"/>
		<title type="html"><![CDATA[Request A delay voice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49733#p49733"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - * voice:delayproc voice:delay {nick uhost hand chan} { puthelp "MODE $chan +v-v $nick $nick" utimer 30 [list pushmode $chan +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> — Mon May 23, 2005 5:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TakaShi^^]]></name></author>
		<updated>2005-05-23T14:47:19-04:00</updated>

		<published>2005-05-23T14:47:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49727#p49727</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49727#p49727"/>
		<title type="html"><![CDATA[Request A delay voice script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49727#p49727"><![CDATA[
First it look like tis when a user join a channels...<br><br>User sets mode: +v-v User1 User1<br><br>After a while..about 30seconds...<br><br>User sets mode: +v User1<br><br>do anyone have tis script =\<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6168">TakaShi^^</a> — Mon May 23, 2005 2:47 pm</p><hr />
]]></content>
	</entry>
	</feed>
