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

	<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-08-15T13:21:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-15T13:21:18-04:00</updated>

		<published>2005-08-15T13:21:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54292#p54292</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54292#p54292"/>
		<title type="html"><![CDATA[utimer doesnt work properly]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54292#p54292"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code> utimer 1 [list putserv "PRIVMSG $chan : $who goes down!" ]</code></pre></div>and so on<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Aug 15, 2005 1:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dusk]]></name></author>
		<updated>2005-08-15T12:54:58-04:00</updated>

		<published>2005-08-15T12:54:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54287#p54287</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54287#p54287"/>
		<title type="html"><![CDATA[utimer doesnt work properly]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54287#p54287"><![CDATA[
Hi I'm working on some lame fun-thingie wich has to create a yoyo-effect (voice-devoice-voice-devoice) on the channel when someone types !yoyo &lt;nick&gt; but it seems the utimers don't work.<br><br>I put this in  :<br><br>    set who [lindex $arg 0]<br>    utimer 1 [putserv "PRIVMSG $chan : $who goes down!" ]<br>    utimer 2 [pushmode $chan -v $who]<br>    utimer 3 [putserv "PRIVMSG $chan : $who goes up!" ]<br>    utimer 4 [pushmode $chan +v $who]<br>    utimer 5 [putserv "PRIVMSG $chan : $who goes down!" ]<br>    utimer 6 [pushmode $chan -v $who]<br>    utimer 7 [putserv "PRIVMSG $chan : $who goes up!" ]<br>    utimer 8 [pushmode $chan +v $who]<br><br>but the only thing this does is voice once and the messages are sent to the channel directly after eachother.<br>Thx.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6042">dusk</a> — Mon Aug 15, 2005 12:54 pm</p><hr />
]]></content>
	</entry>
	</feed>
