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

	<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>2008-02-01T13:20:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[opsb]]></name></author>
		<updated>2008-02-01T13:20:39-04:00</updated>

		<published>2008-02-01T13:20:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80552#p80552</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80552#p80552"/>
		<title type="html"><![CDATA[simple cycle script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80552#p80552"><![CDATA[
<blockquote class="uncited"><div>I don't understand you or I can't get what you're looking for sorry.</div></blockquote>Something Like this<br><br>[18:12:15] Part Eggdrop<br>[18:13:15] Join Eggdrop<br><br>[18:28:15] Part Eggdrop<br>[18:29:15] Join Eggdrop<br><br>And so on<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9270">opsb</a> — Fri Feb 01, 2008 1:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2008-02-01T13:14:14-04:00</updated>

		<published>2008-02-01T13:14:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80551#p80551</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80551#p80551"/>
		<title type="html"><![CDATA[simple cycle script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80551#p80551"><![CDATA[
That's because eggdrops rejoin their own channels the moment it notices it has parted.<br><div class="codebox"><p>Code: </p><pre><code>setudef flag mycyclebind time - "00 * * * *" my:cyclebind time - "15 * * * *" my:cyclebind time - "30 * * * *" my:cyclebind time - "45 * * * *" my:cycleproc my:cycle {min hour day month year} {  foreach chan [channels] {    if {[channel get $chan mycycle]} {      channel set $chan +inactive      utimer 60 [list channel set $chan -inactive]    }   }}</code></pre></div>Also, you should stop requesting pieces of scripting to add to your "anti spambot" script because you're not doing any of the work, nor do you seem able to do so.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Feb 01, 2008 1:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iamdeath]]></name></author>
		<updated>2008-02-01T13:06:32-04:00</updated>

		<published>2008-02-01T13:06:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80550#p80550</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80550#p80550"/>
		<title type="html"><![CDATA[simple cycle script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80550#p80550"><![CDATA[
I don't understand you or I can't get what you're looking for sorry.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5982">iamdeath</a> — Fri Feb 01, 2008 1:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[opsb]]></name></author>
		<updated>2008-02-01T12:07:53-04:00</updated>

		<published>2008-02-01T12:07:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80548#p80548</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80548#p80548"/>
		<title type="html"><![CDATA[simple cycle script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80548#p80548"><![CDATA[
It's again just rejoin , now waiting<br><br>Please Read<br><br><a href="http://forum.egghelp.org/viewtopic.php?p=80546&amp;sid=bb169b06d75a76ac2d1163c95ae1585c#80546" class="postlink">http://forum.egghelp.org/viewtopic.php? ... 585c#80546</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9270">opsb</a> — Fri Feb 01, 2008 12:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iamdeath]]></name></author>
		<updated>2008-02-01T09:40:22-04:00</updated>

		<published>2008-02-01T09:40:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80541#p80541</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80541#p80541"/>
		<title type="html"><![CDATA[simple cycle script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80541#p80541"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>setudef flag mycycle bind time - "00 * * * *" my:cycle bind time - "15 * * * *" my:cycle bind time - "30 * * * *" my:cycle bind time - "45 * * * *" my:cycle proc my:cycle {min hour day month year} {   foreach chan [channels] {     if {[channel get $chan mycycle]} {       putserv "PART $chan :Hello, this is just a part msg"       utimer 60 [list putserv "JOIN $chan"]    }    } }</code></pre></div>This should be fine because it will make your bot rejoin your channel in 60 seconds, I have'nt tested it but let me know.<br><br>peace<br>death.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5982">iamdeath</a> — Fri Feb 01, 2008 9:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[opsb]]></name></author>
		<updated>2008-02-01T08:20:21-04:00</updated>

		<published>2008-02-01T08:20:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80540#p80540</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80540#p80540"/>
		<title type="html"><![CDATA[simple cycle script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80540#p80540"><![CDATA[
<blockquote class="uncited"><div>You need to give flag like to enable cycle on any channel:<br><div class="codebox"><p>Code: </p><pre><code>.chanset #Channel +mycycle</code></pre></div><div class="codebox"><p>Code: </p><pre><code>setudef flag mycyclebind time - "00 * * * *" my:cycle bind time - "15 * * * *" my:cycle bind time - "30 * * * *" my:cycle bind time - "45 * * * *" my:cycle proc my:cycle {min hour day month year} {   foreach chan [channels] {     if {[channel get $chan mycycle]} {      putserv "PART $chan :Hello, this is just a part msg"      putserv "JOIN $chan"    }    }}</code></pre></div>I have'nt tested the second code so I am not sure how perfect it is.<br><br>peace<br>death</div></blockquote>This script works very good.. <br>So will this be correct <br><div class="codebox"><p>Code: </p><pre><code>proc my:cycle {min hour day month year} { global timewait  foreach chan [channels] {     if {[channel get $chan mycycle]} {      putserv "PART $chan :Hello, this is just a part msg"      timer $timewait putserv "JOIN $chan"    }    }}</code></pre></div>and then use variable <br><br>set timewait 1<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9270">opsb</a> — Fri Feb 01, 2008 8:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[opsb]]></name></author>
		<updated>2008-02-01T07:06:35-04:00</updated>

		<published>2008-02-01T07:06:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80538#p80538</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80538#p80538"/>
		<title type="html"><![CDATA[simple cycle script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80538#p80538"><![CDATA[
My bot is deoped on all channels.. and can't kick/ban. <br><br>Just scanning for spam for specific words and monitoring to ops channel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9270">opsb</a> — Fri Feb 01, 2008 7:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2008-02-01T11:00:53-04:00</updated>

		<published>2008-01-31T23:04:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80532#p80532</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80532#p80532"/>
		<title type="html"><![CDATA[simple cycle script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80532#p80532"><![CDATA[
opsb: <em class="text-italics">If</em> you are after an anti spam script (which involves a bot cycling at settable intervals) then you should be looking at demon's <a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1006" class="postlink">spambuster</a> script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Jan 31, 2008 11:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iamdeath]]></name></author>
		<updated>2008-01-31T23:09:13-04:00</updated>

		<published>2008-01-31T22:58:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80531#p80531</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80531#p80531"/>
		<title type="html"><![CDATA[simple cycle script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80531#p80531"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc my:cycle {min hour day month year} { putserv "PART #channel1 :Hello, this is just a part msg." putserv "PART #channel2 :Hello, this is just a part msg." putserv "PART #channel3 :Hello, this is just a part msg." putserv "JOIN #channel1" putserv "JOIN #channel2" putserv "JOIN #channel3" }</code></pre></div>or do like this:<br><br><br>You need to give flag like to enable cycle on any channel:<br><div class="codebox"><p>Code: </p><pre><code>.chanset #Channel +mycycle</code></pre></div><div class="codebox"><p>Code: </p><pre><code>setudef flag mycyclebind time - "00 * * * *" my:cycle bind time - "15 * * * *" my:cycle bind time - "30 * * * *" my:cycle bind time - "45 * * * *" my:cycle proc my:cycle {min hour day month year} {   foreach chan [channels] {     if {[channel get $chan mycycle]} {      putserv "PART $chan :Hello, this is just a part msg"      putserv "JOIN $chan"    }    }}</code></pre></div>I have'nt tested the second code so I am not sure how perfect it is.<br><br>peace<br>death<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5982">iamdeath</a> — Thu Jan 31, 2008 10:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[opsb]]></name></author>
		<updated>2008-01-31T18:42:31-04:00</updated>

		<published>2008-01-31T18:42:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80523#p80523</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80523#p80523"/>
		<title type="html"><![CDATA[simple cycle script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80523#p80523"><![CDATA[
Okay and how to edit this to cycle all channels except monitoring chan..<br><br>variable for monitoring chan is<br><br>set spambotmon #channel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9270">opsb</a> — Thu Jan 31, 2008 6:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iamdeath]]></name></author>
		<updated>2008-01-31T11:30:31-04:00</updated>

		<published>2008-01-31T11:30:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80503#p80503</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80503#p80503"/>
		<title type="html"><![CDATA[simple cycle script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80503#p80503"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind time - "00 * * * *" my:cyclebind time - "15 * * * *" my:cyclebind time - "30 * * * *" my:cyclebind time - "45 * * * *" my:cycleproc my:cycle {min hour day month year} {putserv "PART #MyChannel :Hello, this is just a part msg."putserv "JOIN #MyChannel"}</code></pre></div>This will cycle your channel every 15 minutes, any problems let me know. <br><br>peace<br>death<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5982">iamdeath</a> — Thu Jan 31, 2008 11:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[opsb]]></name></author>
		<updated>2008-01-30T20:36:13-04:00</updated>

		<published>2008-01-30T20:36:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80486#p80486</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80486#p80486"/>
		<title type="html"><![CDATA[simple cycle script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80486#p80486"><![CDATA[
hi <br><br>i need small cycle script that will rejoin few channels (not all) in interval of 15 mins.<br><br>I found some scripts in archive but nothing works for me..<br><br>sorry on bad english <br><br>thnx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9270">opsb</a> — Wed Jan 30, 2008 8:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
