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

	<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-08T08:50:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-06-08T08:50:38-04:00</updated>

		<published>2003-06-08T08:50:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21452#p21452</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21452#p21452"/>
		<title type="html"><![CDATA[utimer problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21452#p21452"><![CDATA[
As z_one said, however, you should use<div class="codebox"><p>Code: </p><pre><code>utimer 6 [list delay_kick $chan $nick]</code></pre></div>In place of what he used for the utimer.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Jun 08, 2003 8:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[z_one]]></name></author>
		<updated>2003-06-07T17:20:08-04:00</updated>

		<published>2003-06-07T17:20:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21417#p21417</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21417#p21417"/>
		<title type="html"><![CDATA[utimer problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21417#p21417"><![CDATA[
Well correct me if I am wrong, but the minute you write:<div class="codebox"><p>Code: </p><pre><code>set kick [putkick $chan $nick "wie uncool ;o"]</code></pre></div> <br>The variable is set.<br><br>You should put it in a proc and try:<div class="codebox"><p>Code: </p><pre><code>proc delay_kick {channel nick} {   putkick $channel $nick "wie uncool ;o"}utimer 6 delay_kick $chan $nick</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=698">z_one</a> — Sat Jun 07, 2003 5:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Volume]]></name></author>
		<updated>2003-06-07T16:17:52-04:00</updated>

		<published>2003-06-07T16:17:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21416#p21416</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21416#p21416"/>
		<title type="html"><![CDATA[utimer problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21416#p21416"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set kick [putkick $chan $nick "wie uncool ;o"]utimer 6 $kick</code></pre></div>the kick is directly,<br>not after 6 seconds <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>Thank you for help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3212">Volume</a> — Sat Jun 07, 2003 4:17 pm</p><hr />
]]></content>
	</entry>
	</feed>
