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

	<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-10-23T02:57:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2003-10-23T02:57:05-04:00</updated>

		<published>2003-10-23T02:57:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28820#p28820</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28820#p28820"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28820#p28820"><![CDATA[
wow it was a fast answer !!<br><br>thanks a lot it works just fine <br><br>just remind me to have a good night sleep before doing tcl <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>thanks again <br><br>Pitchat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Thu Oct 23, 2003 2:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2003-10-23T02:51:27-04:00</updated>

		<published>2003-10-23T02:51:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28818#p28818</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28818#p28818"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28818#p28818"><![CDATA[
I believe you'll want to change:<br><div class="codebox"><p>Code: </p><pre><code>bind pubm  - $voiceflag pubm:revoice </code></pre></div>to<div class="codebox"><p>Code: </p><pre><code>bind pubm $voiceflag * pubm:revoice </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Thu Oct 23, 2003 2:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2003-10-23T02:41:10-04:00</updated>

		<published>2003-10-23T02:41:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28817#p28817</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28817#p28817"/>
		<title type="html"><![CDATA[need help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28817#p28817"><![CDATA[
Hi i have a little scripts and it doesnt work fine <br><br>it suppose tu voice people who have specifics flags ( +p) as soon as they talk on a channel then remove that voice after a certain time .the problem is that it doesnt voice anybody<br><br>anyone ?<br><div class="codebox"><p>Code: </p><pre><code># CONFIGURATION # ------------- # Sur quel canal cette fonction prendra effetset channel "#pitchat"# Combien de temps avant de dévoiceset idletime 20# Qui voicer? (* pour tout le monde)set voiceflag p################################################## Manipulation ...if {![validchan $channel]} {putlog "$channel n'est pas un canal couvert par $botnick!"return 0}set channel [string tolower $channel]# Déclanchement événementielbind pubm  - $voiceflag pubm:revoicebind time - "* % % % %" time:devoice# Procédure redonnant le +vproc pubm:revoice {nick host hand chan text} {global channel# Validation du canalif {[string tolower $chan] != $channel || [isvoice $nick $chan]} {return 0}putquick "MODE $chan +v $nick"}# Procédure enlevant le +vproc time:devoice {m h d o y} {global channel idletime# Listage des usager du canalforeach list [chanlist $channel] {# Validation de la néssecité de dévoicerif {[getchanidle $list $channel] &gt; $idletime} {putserv "Mode $channel -v $list"}}return 0}</code></pre></div>thanks<br><br>Pitchat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Thu Oct 23, 2003 2:41 am</p><hr />
]]></content>
	</entry>
	</feed>
