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

	<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>2004-03-14T02:57:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-03-14T02:57:05-04:00</updated>

		<published>2004-03-14T02:57:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34581#p34581</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34581#p34581"/>
		<title type="html"><![CDATA[cycle]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34581#p34581"><![CDATA[
There was another topic about this part thing.. Do a lil search.. If you use part then +inactive it will part the channel and then come back and part it again cos the first time he is confused.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> So.. either use a channel msg then make it +inactive or no msg at all <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=187">caesar</a> — Sun Mar 14, 2004 2:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[detonated]]></name></author>
		<updated>2004-03-14T01:23:11-04:00</updated>

		<published>2004-03-14T01:23:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34580#p34580</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34580#p34580"/>
		<title type="html"><![CDATA[cycle]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34580#p34580"><![CDATA[
what if u want the bot to cycle the channel with a part msg?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4685">detonated</a> — Sun Mar 14, 2004 1:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-03-13T17:40:30-04:00</updated>

		<published>2004-03-13T17:40:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34573#p34573</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34573#p34573"/>
		<title type="html"><![CDATA[cycle]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34573#p34573"><![CDATA[
A basic one:<div class="codebox"><p>Code: </p><pre><code>bind pub m|m .cycle my:cycle proc my:cycle {nick uhost hand chan text} {   channel set $chan +inactive  utimer 3 [list channel set $chan -inactive]}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Mar 13, 2004 5:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[entrapmen]]></name></author>
		<updated>2004-03-13T17:08:02-04:00</updated>

		<published>2004-03-13T17:08:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34570#p34570</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34570#p34570"/>
		<title type="html"><![CDATA[cycle]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34570#p34570"><![CDATA[
maybe u can use this (it has been advised by someone else a few months ago to me) <br><div class="codebox"><p>Code: </p><pre><code>set cyclekanal "#zurna"set zamancycle 15set timewait 1bind RAW * 366 cyclestartproc cyclestart { from key arg } {global cyclekanal zamancycle        set chan [lindex [split $arg] 1]        if { $chan != $cyclekanal } { return 0 }        timer $zamancycle cycle}proc cycle { } {global scanchan timewait cyclekanal        channel set $cyclekanal +inactive        timer $timewait "channel set $cyclekanal -inactive"}</code></pre></div>it works fine on my eggie.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3463">entrapmen</a> — Sat Mar 13, 2004 5:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[detonated]]></name></author>
		<updated>2004-03-13T11:58:24-04:00</updated>

		<published>2004-03-13T11:58:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34563#p34563</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34563#p34563"/>
		<title type="html"><![CDATA[cycle]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34563#p34563"><![CDATA[
but the bot cycles the channel twice. that's what happened to my bot.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4685">detonated</a> — Sat Mar 13, 2004 11:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[duofruo]]></name></author>
		<updated>2004-02-05T05:04:33-04:00</updated>

		<published>2004-02-05T05:04:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33231#p33231</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33231#p33231"/>
		<title type="html"><![CDATA[cycle]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33231#p33231"><![CDATA[
silly me, fixed, got a tcl doc<div class="codebox"><p>Code: </p><pre><code>bind pub m|m .cycle proc:cycleproc proc:cycle {nick uhost hand chan text} {  global cycle  putserv "PART $chan :cycle chan for [split $text] sec by demand of $nick"  eval channel set [list $chan] +inactive  utimer [split $text]  "eval channel set [list $chan] -inactive"}</code></pre></div>write ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4023">duofruo</a> — Thu Feb 05, 2004 5:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[duofruo]]></name></author>
		<updated>2004-02-05T04:48:12-04:00</updated>

		<published>2004-02-05T04:48:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33230#p33230</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33230#p33230"/>
		<title type="html"><![CDATA[cycle]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33230#p33230"><![CDATA[
i wana script that part the channel for n seconds and then join the chan<br>i have a begining but ... i can found the rest<br><div class="codebox"><p>Code: </p><pre><code>bind pub m|m .cycle proc:cycleproc proc:cycle {nick uhost hand chan text} {  global cycle  putserv "PART $chan :cycle chan for [split $text] sec by demand of $nick"  eval channel set [list $chan] +inactive}</code></pre></div>is there a spleep comand ? i know about timers but it can only execute a command, is there posible to set<div class="codebox"><p>Code: </p><pre><code>timer [split $text]  "eval channel set [list $chan] -inactive"</code></pre></div>or something like this<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4023">duofruo</a> — Thu Feb 05, 2004 4:48 am</p><hr />
]]></content>
	</entry>
	</feed>
