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

	<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>2024-11-23T05:26:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[abah]]></name></author>
		<updated>2024-11-23T05:26:39-04:00</updated>

		<published>2024-11-23T05:26:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113142#p113142</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113142#p113142"/>
		<title type="html"><![CDATA[Re: clock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113142#p113142"><![CDATA[
<blockquote class="uncited"><div><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl">#########################      ShareTime       #     # -------------------  ##   Date: 25-01-2018   ##   Version: v0.6      ##   Author(s): wie     #########################set sharetime(format) "%A %B %d %Y -- %H:%M:%S"bind time - "00 * * * *" sharetimebind pubm - *jam* sharetime_pubsetudef flag sharetimeproc sharetime {nick uhost hand chan arg} {global sharetime waktuforeach chan [channels] {if {[channel get $chan sharetime]} {replacetimeputhelp "PRIVMSG $chan :$waktu"}}}proc sharetime_pub {nick uhost hand chan arg} {global sharetime otime waktu set rtime [unixtime]if { $rtime - $otime  &gt; 15} {replacetimeputhelp "PRIVMSG $chan :$waktu"set otime $rtime}}set otime 0proc replacetime { } {global sharetime waktuset arguments [clock format [clock seconds] -timezone :Asia/Makassar -format $sharetime(format)]set day [lindex [split $arguments] 0]if {$day == "Monday"} { set hari "\00312Senin\003" }if {$day == "Tuesday"} { set hari "\00312Selasa\003" }if {$day == "Wednesday"} { set hari "\00312Rabu\003" }if {$day == "Thursday"} { set hari "\00312Kamis\003" }if {$day == "Friday"} { set hari "\00303Jum'at\003" }if {$day == "Saturday"} { set hari "\00304Sabtu\003" }if {$day == "Sunday"} { set hari "\00304Ahad\003" }set tanggal [lindex [split $arguments] 2]set month [lindex [split $arguments] 1]if {$month == "January"} { set bulan "\00312Januari\003" }if {$month == "February"} { set bulan "\00313Februari\003" }if {$month == "March"} { set bulan "\00331Maret\003" }if {$month == "April"} { set bulan "\00303April\003" }if {$month == "May"} { set bulan "\00320Mei\003" }if {$month == "June"} { set bulan "\00325Juni\003" }if {$month == "July"} { set bulan "\00337Juli\003" }if {$month == "August"} { set bulan "\00304Agustus\003" }if {$month == "September"} { set bulan "\00309September\003" }if {$month == "October"} { set bulan "\00310Oktober\003" }if {$month == "November"} { set bulan "\00322November\003" }if {$month == "December"} { set bulan "\00304Desember\003" }set tahun [lindex [split $arguments] 3]set jam [lindex [split $arguments] 5]set waktu "Hari $hari, Tanggal64 $tanggal $bulan55 $tahun, Jam12 $jam WITA"}putlog "\002SHARETIME:\002 ShareTime.tcl 0.6 by wie is loaded."</code></pre></div> <strong>script</strong> Can this script be made into AM or PM time?</div></blockquote>if i put word <div class="codebox"><p>Code: </p><pre><code>set waktu "Hari $hari, Tanggal64 $tanggal $bulan55 $tahun, Jam12 $jam PM WITA"</code></pre></div> does it change automatically to AM?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12299">abah</a> — Sat Nov 23, 2024 5:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-03-19T19:03:47-04:00</updated>

		<published>2024-03-19T19:03:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112649#p112649</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112649#p112649"/>
		<title type="html"><![CDATA[Re: clock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112649#p112649"><![CDATA[
Thank you CrazyCat  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Tue Mar 19, 2024 7:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-03-18T05:34:22-04:00</updated>

		<published>2024-03-18T05:34:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112646#p112646</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112646#p112646"/>
		<title type="html"><![CDATA[Re: clock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112646#p112646"><![CDATA[
The last script I gave works like a charm, did you think to do .chanset #channel +sharetime ?<br><br>If you want to check: ircs://irc.zeolia.chat/test :<blockquote class="uncited"><div>10:32:02 &lt;@Jarvis&gt; Senin Maret 18 2024 -- 05:32:00 PM<br>10:34:02 &lt;@Jarvis&gt; Senin Maret 18 2024 -- 05:34:00 PM</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Mon Mar 18, 2024 5:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-03-18T05:21:07-04:00</updated>

		<published>2024-03-18T05:21:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112645#p112645</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112645#p112645"/>
		<title type="html"><![CDATA[Re: clock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112645#p112645"><![CDATA[
2 minutes expire, privmsg does not show on the channel CrazyCat<br><br>Thank you for your help  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Mon Mar 18, 2024 5:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-03-17T19:01:56-04:00</updated>

		<published>2024-03-17T19:01:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112644#p112644</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112644#p112644"/>
		<title type="html"><![CDATA[Re: clock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112644#p112644"><![CDATA[
Try this:<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl">setudef flag sharetimeset sharetime(format) "%A %B %d %Y -- %I:%M:%S %p"proc sharetime {min hour day month dow} {   set now [clock format [clock seconds] -timezone :Asia/Makassar -format $::sharetime(format)]   foreach chan [channels] {if {[channel get $chan sharetime]} {puthelp "PRIVMSG $chan :[i18ndate $now]"}}}proc sharetime_pub {nick uhost handle chan text} {   puthelp "PRIVMSG $chan :[i18ndate [clock format [clock seconds] -timezone :Asia/Makassar -format $::sharetime(format)]]"}proc i18ndate {date} {   return [string map {\      "Monday" "\00312Senin\003" "Tuesday" "\00312Selasa\003" "Wednesday" "\00312Rabu\003" "Thursday" "\00312Kamis\003" "Friday" "\00303Jum'at\003" "Saturday" "\00304Sabtu\003" "Sunday" "\00304Ahad\003" \      "January" "\00312Januari\003" "February" "\00313Februari\003" "March" "\00331Maret\003" "April" "\00303April\003" "May" "\00320Mei\003" "June" "\00325Juni\003" \      "July" "\00337Juli\003" "August" "\00304Agustus\003" "September" "\00309September\003" "October" "\00310Oktober\003" "November" "\00322November\003" "December" "\00304Desember\003"} $date]}bind cron - "*/2 * * * *" sharetimebind pubm - "*jam*" sharetime_pub</code></pre></div> <strong>script</strong> Not tested, but might be better<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Mar 17, 2024 7:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-03-17T13:45:42-04:00</updated>

		<published>2024-03-17T13:45:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112643#p112643</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112643#p112643"/>
		<title type="html"><![CDATA[Re: clock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112643#p112643"><![CDATA[
Just tell the time (in your language) every x minutes on channels where it's activated ?<br>Yes<br><br>When 2 minutes expire, privmsg does not show on the channel.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sun Mar 17, 2024 1:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-03-17T13:41:19-04:00</updated>

		<published>2024-03-17T13:41:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112642#p112642</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112642#p112642"/>
		<title type="html"><![CDATA[Re: clock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112642#p112642"><![CDATA[
Well, I don't understand what your really expecting.<br><br>Can you just describe, in simple words, what the script must do ? Just tell the time (in your language) every x minutes on channels where it's activated ?<br>And the public command is used to force the script to say the time on the current channel ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Mar 17, 2024 1:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-03-17T12:49:37-04:00</updated>

		<published>2024-03-17T12:49:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112641#p112641</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112641#p112641"/>
		<title type="html"><![CDATA[Re: clock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112641#p112641"><![CDATA[
Sorry<br>2 min timer<br><br>[19:46:00] triggering bind sharetime<br>[19:46:00] triggered bind sharetime, user 0.029ms sys 0.008ms<br><br>When 2 minutes expire, privmsg does not show on the channel<br>Everything is fine but the timer did not show the channel<div class="codebox"><p>Code: </p><pre><code>#########################      ShareTime       #     # -------------------  ##   Date: 25-01-2018   ##   Version: v0.6      ##   Author(s): wie     #########################set sharetime(format) "%A %B %d %Y -- %I:%M:%S %p"bind cron - "*/2 * * * *" sharetimebind pubm - *jam* sharetime_pubsetudef flag sharetimeproc sharetime {min hour day month dow} {global sharetime waktuforeach chan [channels] {if {[channel get $chan sharetime]} {replacetimeputhelp "PRIVMSG $chan :$waktu"}}}proc sharetime_pub {nick uhost hand chan arg} {global sharetime otime waktu set rtime [unixtime]if { $rtime - $otime  &gt; 2} {replacetimeputhelp "PRIVMSG $chan :$waktu"set otime $rtime}}set otime 0proc replacetime { } {global sharetime waktuset arguments [clock format [clock seconds] -timezone :Asia/Makassar -format $sharetime(format)]set day [lindex [split $arguments] 0]if {$day == "Monday"} { set hari "\00312Senin\003" }if {$day == "Tuesday"} { set hari "\00312Selasa\003" }if {$day == "Wednesday"} { set hari "\00312Rabu\003" }if {$day == "Thursday"} { set hari "\00312Kamis\003" }if {$day == "Friday"} { set hari "\00303Jum'at\003" }if {$day == "Saturday"} { set hari "\00304Sabtu\003" }if {$day == "Sunday"} { set hari "\00304Ahad\003" }set tanggal [lindex [split $arguments] 2]set month [lindex [split $arguments] 1]if {$month == "January"} { set bulan "\00312Januari\003" }if {$month == "February"} { set bulan "\00313Februari\003" }if {$month == "March"} { set bulan "\00331Maret\003" }if {$month == "April"} { set bulan "\00303April\003" }if {$month == "May"} { set bulan "\00320Mei\003" }if {$month == "June"} { set bulan "\00325Juni\003" }if {$month == "July"} { set bulan "\00337Juli\003" }if {$month == "August"} { set bulan "\00304Agustus\003" }if {$month == "September"} { set bulan "\00309September\003" }if {$month == "October"} { set bulan "\00310Oktober\003" }if {$month == "November"} { set bulan "\00322November\003" }if {$month == "December"} { set bulan "\00304Desember\003" }set tahun [lindex [split $arguments] 3]set jam [lindex [split $arguments] 5]set waktu "Hari $hari, Tanggal64 $tanggal $bulan55 $tahun, Jam12 $jam WITA"}putlog "\002SHARETIME:\002 ShareTime.tcl 0.6 by wie is loaded."</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sun Mar 17, 2024 12:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-03-17T12:36:47-04:00</updated>

		<published>2024-03-17T12:36:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112640#p112640</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112640#p112640"/>
		<title type="html"><![CDATA[Re: clock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112640#p112640"><![CDATA[
Pastebin your full script, the previous code you post doesn't have any line looking like "set otime $replacetime"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Mar 17, 2024 12:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-03-17T11:35:02-04:00</updated>

		<published>2024-03-17T11:35:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112639#p112639</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112639#p112639"/>
		<title type="html"><![CDATA[Re: clock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112639#p112639"><![CDATA[
I upgraded the version but it gives this error<br><br>Tcl error [sharetime_pub]: can't read "replacetime": no such variable<br>can't read "replacetime": no such variable<br>    while executing<br>"set otime $replacetime"<br>    (procedure "sharetime_pub" line 7)<br>    invoked from within<br>"sharetime_pub $_pubm1 $_pubm2 $_pubm3 $_pubm4 $_pubm5<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sun Mar 17, 2024 11:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-03-17T11:29:37-04:00</updated>

		<published>2024-03-17T11:29:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112638#p112638</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112638#p112638"/>
		<title type="html"><![CDATA[Re: clock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112638#p112638"><![CDATA[
<a href="https://www.eggheads.org/download/" class="postlink">https://www.eggheads.org/download/</a><br><br>Take care that your config file may not be compatible with 1.9.5, you'll probably have to redo it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Mar 17, 2024 11:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-03-17T11:34:27-04:00</updated>

		<published>2024-03-17T11:02:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112637#p112637</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112637#p112637"/>
		<title type="html"><![CDATA[Re: clock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112637#p112637"><![CDATA[
I upgraded the version but it gives this error<br><br>can't read "replacetime": no such variable<br>    while executing<br>"set otime $replacetime"<br>    (procedure "sharetime_pub" line 7)<br>    invoked from within<br>"sharetime_pub $_pubm1 $_pubm2 $_pubm3 $_pubm4 $_pubm5"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sun Mar 17, 2024 11:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-03-17T10:48:26-04:00</updated>

		<published>2024-03-17T10:48:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112636#p112636</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112636#p112636"/>
		<title type="html"><![CDATA[Re: clock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112636#p112636"><![CDATA[
Which version of eggdrop do you use ? Pretty old I guess.<br>Update your eggdrop to 1.9.5<br><br>Or use the 1st solution I gave (4 bind time)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Mar 17, 2024 10:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pektek]]></name></author>
		<updated>2024-03-17T10:24:25-04:00</updated>

		<published>2024-03-17T10:24:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112635#p112635</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112635#p112635"/>
		<title type="html"><![CDATA[Re: clock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112635#p112635"><![CDATA[
<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_question.gif" width="15" height="15" alt=":?:" title="Question"> <br>Using cron gave an error<br>error message<br><br><br><br>bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, ctcp, ctcr, dcc, disc, evnt, filt, flud, join, kick, link, load, mode, msg, msgm, need, nick, nkch, notc, note, part, pub, pubm, raw, rejn, sign, splt, time, topc, unld, wall<br>    while executing<br>"bind cron - "*/15 * * * *" sharetime"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13010">pektek</a> — Sun Mar 17, 2024 10:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-03-17T07:17:17-04:00</updated>

		<published>2024-03-17T07:17:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=112634#p112634</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=112634#p112634"/>
		<title type="html"><![CDATA[Re: clock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=112634#p112634"><![CDATA[
Your bind time is used to run when minutes are exactly 0.<blockquote class="uncited"><div><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl">bind time &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;procname &lt;minute 00-59&gt; &lt;hour 00-23&gt; &lt;day 01-31&gt; &lt;month 00-11&gt; &lt;year 0000-9999&gt;</code></pre></div> <strong>script</strong> Description: allows you to schedule procedure calls at certain times. mask matches 5 space separated integers of the form: “minute hour day month year”. The month var starts at 00 (Jan) and ends at 11 (Dec). Minute, hour, day, month have a zero padding so they are exactly two characters long; year is four characters. Flags are ignored.</div></blockquote><a href="https://docs.eggheads.org/using/tcl-commands.html#binds" class="postlink">https://docs.eggheads.org/using/tcl-commands.html#binds</a><br><br>If you want it runs every 15 minutes, 2 ways:<br>1. have 4 bind time (00, 15, 30 and 45). Not the best imho<br>2. use a bind cron:<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl">bind cron - "*/15 * * * *" sharetime</code></pre></div> <strong>script</strong> And change your sharetime proc definition, because you actually use definition of a pub proc:<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark-reasonable.min.css"> <strong>script</strong>  <strong>script</strong> <div class="codebox"><pre><code class="language-tcl">proc sharetime {min hour day month dow} {</code></pre></div> <strong>script</strong> <p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Sun Mar 17, 2024 7:17 am</p><hr />
]]></content>
	</entry>
	</feed>
