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

	<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-06-25T21:48:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2003-06-25T21:48:53-04:00</updated>

		<published>2003-06-25T21:48:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22598#p22598</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22598#p22598"/>
		<title type="html"><![CDATA[what`s wrong ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22598#p22598"><![CDATA[
héhé <br>egghead was right <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":-)" title="Smile"> it doesnt work and display a different error<br><br>[21:42] Tcl error [time:devoice]: invalid channel: 05<br><br>for the record <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> this script is suppose to voice user known from the bot when they say something and devoice them after a period of idle (15 min)<br><br>i found a script that almost do that (av.pubmsg.tcl) but it voices everybody when the talk instead of only people with certain flags<br><br><br>i`m open to any suggestions<br><br>Pitchat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Wed Jun 25, 2003 9:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-06-25T17:19:12-04:00</updated>

		<published>2003-06-25T17:19:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22590#p22590</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22590#p22590"/>
		<title type="html"><![CDATA[what`s wrong ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22590#p22590"><![CDATA[
oh ok <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> tried my luck, lol<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Jun 25, 2003 5:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-06-25T16:34:47-04:00</updated>

		<published>2003-06-25T16:34:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22589#p22589</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22589#p22589"/>
		<title type="html"><![CDATA[what`s wrong ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22589#p22589"><![CDATA[
<blockquote class="uncited"><div>[snip]<br>I think this should make it work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote>I think the opposite <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>(the whole script initially posted is kind of strange)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Wed Jun 25, 2003 4:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-06-25T15:52:48-04:00</updated>

		<published>2003-06-25T15:52:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22585#p22585</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22585#p22585"/>
		<title type="html"><![CDATA[what`s wrong ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22585#p22585"><![CDATA[
Replace :<div class="codebox"><p>Code: </p><pre><code>proc time:devoice {m h d o y} {    # Listage des usager du canal    foreach list [chanlist $channel] {       # Validation de la néssecité de dévoicer       if {[getchanidle $list $list] &gt; 5} {putserv "Mode $chan -v $nick"}    }    return 0 }</code></pre></div>with<div class="codebox"><p>Code: </p><pre><code>proc time:devoice {nick host hand chan rest} {    # Listage des usager du canal    foreach list [chanlist $chan] {       # Validation de la néssecité de dévoicer       if {[getchanidle $list $list] &gt; 5} {putserv "Mode $chan -v $nick"}    }    return 0 }</code></pre></div>I think this should make it work <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=3085">Sir_Fz</a> — Wed Jun 25, 2003 3:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2003-06-25T15:35:28-04:00</updated>

		<published>2003-06-25T15:35:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22584#p22584</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22584#p22584"/>
		<title type="html"><![CDATA[what`s wrong ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22584#p22584"><![CDATA[
yeah i`ts seems obvious <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>but the problem is that i dont know how to fix it , i`ve tried to change the $channel to $chan and chan to channel and so on but i always end up with that error <br><br>so now i just go round and round and i dont know how to just fix it<br><br>Pitchat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Wed Jun 25, 2003 3:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-06-25T15:22:53-04:00</updated>

		<published>2003-06-25T15:22:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22583#p22583</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22583#p22583"/>
		<title type="html"><![CDATA[what`s wrong ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22583#p22583"><![CDATA[
channel isn't defined.. looks like somebody changed the var names around in the proc definition maybe.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Jun 25, 2003 3:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2003-06-25T14:55:49-04:00</updated>

		<published>2003-06-25T14:55:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22581#p22581</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22581#p22581"/>
		<title type="html"><![CDATA[what`s wrong ??]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22581#p22581"><![CDATA[
Hi i have a simple tcl script and it keeps sending me errors like <br><br> [14:54] Tcl error [time:devoice]: can't read "channel": no such variable<br><br>any help will be appreciated<br><div class="codebox"><p>Code: </p><pre><code># Sur quel canal cette fonction prendra effetset channel "#protect"# Manipulation ...set $channel [string tolower $channel]# Déclanchement événementielbind msgm  - * msgm:revoicebind time - "* % % % %" time:devoice# Procédure redonnant le +vproc msgm:revoice {nick host hand text} {# Validation du canalif {[string tolower $channel] != $channel} {return 0}putquick "MODE $chan +v $nick"}# Procédure enlevant le +vproc time:devoice {m h d o y} {# Listage des usager du canalforeach list [chanlist $channel] {# Validation de la néssecité de dévoicerif {[getchanidle $list $list] &gt; 5} {putserv "Mode $chan -v $nick"}}return 0}</code></pre></div>thanks and dont stop helping poor people like me <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=2723">Pitchat</a> — Wed Jun 25, 2003 2:55 pm</p><hr />
]]></content>
	</entry>
	</feed>
