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

	<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-04-25T21:03:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nso]]></name></author>
		<updated>2003-04-25T21:03:07-04:00</updated>

		<published>2003-04-25T21:03:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19432#p19432</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19432#p19432"/>
		<title type="html"><![CDATA[[xx.xx] joined #testchan but didn't want to!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19432#p19432"><![CDATA[
yeah thanx,<br>i got the solution from some one at #egghelp <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=3074">nso</a> — Fri Apr 25, 2003 9:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-04-25T19:12:08-04:00</updated>

		<published>2003-04-25T19:12:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19429#p19429</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19429#p19429"/>
		<title type="html"><![CDATA[[xx.xx] joined #testchan but didn't want to!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19429#p19429"><![CDATA[
if it ignored your timers it is probably the way you set them<div class="codebox"><p>Code: </p><pre><code>##this will execute at oncetimer sometimername 1 [channelpart $channel2fix]##while this will execute once the timer returnstimer sometimername 1 [list channelpart $channel2fix]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Fri Apr 25, 2003 7:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nso]]></name></author>
		<updated>2003-04-25T16:54:48-04:00</updated>

		<published>2003-04-25T16:54:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19424#p19424</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19424#p19424"/>
		<title type="html"><![CDATA[[xx.xx] joined #testchan but didn't want to!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19424#p19424"><![CDATA[
Hi.<br><br>Im currently making what's going to be a part of a chanfix-system, and have run into a small problem with some of the TCL.<br><br>I'm trying to join a channel, execute commands/checks and then part channel.<br>At first I thought this problem had something to do with the code beeing parsed too quickly, but changed my belifes when I put the sequences into different timers, and the same error occured.<br><br>It seems to me that the eggdrop ignores the tiemr and executes the part/channel remove at once..<br><br>Do any of you know how I could resolve this issue?<br><br>- nso<br><br><br>here is a stripped down exampleversion of what i'm trying to do, the only thing I have removed is the actions which are to be executed.. non-important stuff<br><div class="codebox"><p>Code: </p><pre><code>bind pub * !fix chanfixset channeltest "#testhore"proc chanfix { nick uhost hand chan text } {global channel2fix        set scantext [regexp {[\s]} $text match]        if { $text == "" || $scantext == 1 } {                return 0        }        set channel2fix $text        channel add $channel2fix        chanfix2 $channel2fix            }proc chanfix2 { channel2fix } {global chantimer2        set chanuserlist [chanlist $channel2fix]        set chanusers [llength $chanuserlist]        putquick "PRIVMSG #testchan2 :$chanusers counted"        channelpart $channel2fix            }proc channelpart {channel2fix} {channel remove $channel2fix}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3074">nso</a> — Fri Apr 25, 2003 4:54 pm</p><hr />
]]></content>
	</entry>
	</feed>
