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

	<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>2025-04-29T02:04:17-04:00</updated>

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

		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2025-04-29T02:04:17-04:00</updated>

		<published>2025-04-29T02:04:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113301#p113301</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113301#p113301"/>
		<title type="html"><![CDATA[Re: [SOLVED] Date | time | Unix time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113301#p113301"><![CDATA[
Google's API works fine but localtimes.mobi is now a parked domain, so it can't return you the localtime of countries.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Apr 29, 2025 2:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2025-04-28T23:04:44-04:00</updated>

		<published>2025-04-28T23:04:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113299#p113299</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113299#p113299"/>
		<title type="html"><![CDATA[Re: [SOLVED] Date | time | Unix time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113299#p113299"><![CDATA[
This TCL has stopped working, when I request it, it only shows me this<br>    <strong class="text-strong">.t japan<br>    No any information found for "japan"</strong><br>It worked fine before, the data I requested came out, please someone help me<div class="codebox"><p>Code: </p><pre><code>package require httppackage require tls 1.6.4bind pub - .t worldntimeproc worldntime {nick uhost hand chan text} {if {![channel get $chan wtime]} { return 0 }if {![llength $text]} { puthelp "privmsg $chan :Usage: $::lastbind &lt;location&gt;"; return 0 }set TxT [YouGotTheSource https://translate.googleapis.com/translate_a/single?[http::formatQuery client gtx sl auto tl en dt t q $text]]if {[regexp -- {\"([^\"]+)\"} $TxT - transout]} { set query $transout } { set query $text }set data [YouGotTheSource http://localtimes.mobi/search/?[http::formatQuery s $query x 0 y 0]]if {[regexp -- {Home&lt;/a&gt;(.+?)&lt;/span&gt;.+?&lt;div class="timeinfo"&gt;(.+?)&lt;/div&gt;.+?&lt;div class="tz_container"&gt;(.+?)&lt;/li&gt;} $data - loc t1 t2]} {puthelp "privmsg $chan :\00304[cleanup $loc]\003: [cleanup $t1]"puthelp "privmsg $chan :[cleanup $t2]"} else { puthelp "privmsg $chan :No any information found for \"$text\". Please be more specific!"; return }return 0}proc cleanup str {regsub -all -- {(?:&lt;label&gt;|&lt;/label&gt;)} $str \002 strregsub -all -- "&lt;.+?&gt;" $str " " strregsub -all -- {»} $str \003\u00bb\00304 strregsub -all -- { } $str { } strregsub -all -- {\s+} $str { } strset str [string map {"&amp;raquo;" "\003\u00bb\00304"} $str]return $str}proc YouGotTheSource URL {if {[catch {set token [http::geturl $URL -timeout 9000]} error]} {set err "Connection failor! [string map {\n " "} $error]"} elseif {[http::status $token] ne "ok" || [http::ncode $token] != "200"} {set err "[http::status $token] - [http::code $token]"::http::cleanup $token} else {set data [http::data $token]::http::cleanup $token}if {[info exists data] &amp;&amp; [string length $data]} {return $data}if {[info exists err] &amp;&amp; [string length $err]} {foreach _ [channels] { if {[channel get $_ wtime]} { puthelp "privmsg $_ :$err" }}}}::http::register https 443 [list ::tls::socket -ssl2 0 -ssl3 0 -tls1 1]setudef flag wtime</code></pre></div>Apparently Google updated something internally, which is why the TCL no longer provides the requested information.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Mon Apr 28, 2025 11:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2024-09-18T02:41:02-04:00</updated>

		<published>2024-09-18T02:41:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113026#p113026</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113026#p113026"/>
		<title type="html"><![CDATA[Re: [SOLVED] Date | time | Unix time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113026#p113026"><![CDATA[
Probably the site now uses html entities rather than direct chars.<br>Find the line:<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">regsub -all -- {»} $str \003\u00bb\00304 str</code></pre></div> <strong>script</strong> Just after, add:<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">set str [string map {"&amp;raquo;" "\003\u00bb\00304"} $str]</code></pre></div> <strong>script</strong> I use <em class="text-italics">string map</em> because there are potentialy others chars which will need to be replaced, I think it's better to not have one regexp per char.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Sep 18, 2024 2:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[aut]]></name></author>
		<updated>2024-09-17T18:46:43-04:00</updated>

		<published>2024-09-17T18:46:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=113025#p113025</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=113025#p113025"/>
		<title type="html"><![CDATA[Re: [SOLVED] Date | time | Unix time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=113025#p113025"><![CDATA[
.t Karachi<br>15(@Caro15): 04 &amp;raquo; Asia &amp;raquo; &amp;nbsp;&amp;nbsp;Pakistan &amp;raquo; Karachi : Current local time: 3:31:39 am Date: Wednesday 18 September 2024 Time zone: PKT (Pakistan Time) Current time zone offset: +05:00 hours<br>15(@Caro15): PKT Pakistan Time has been in effect since 2009 Offset: UTC +5:00<br><br>it gave me this %araquo<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13030">aut</a> — Tue Sep 17, 2024 6:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2023-03-02T04:22:52-04:00</updated>

		<published>2023-03-02T04:22:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111724#p111724</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111724#p111724"/>
		<title type="html"><![CDATA[[SOLVED] Date | time | Unix time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111724#p111724"><![CDATA[
This is probably because the register https is started only when the script is loaded, and peharps you have another script which unregister it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Thu Mar 02, 2023 4:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bosco]]></name></author>
		<updated>2023-03-01T20:55:46-04:00</updated>

		<published>2023-03-01T20:55:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111723#p111723</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111723#p111723"/>
		<title type="html"><![CDATA[[SOLVED] Date | time | Unix time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111723#p111723"><![CDATA[
&lt;03@Freebsd&gt; Connection failor! Unsupported URL type "https" &lt;--- work but this thing spawn every time check .t<br><br> <br>&lt;03@Freebsd&gt; 04 »04 North America »04 Canada »04 Ontario »04 London : Current local time: 7:53:53 pm Date: Wednesday 1 March 2023 Time zone: EST (Eastern Standard Time) Current time zone offset: -05:00 hours<br>&lt;03@Freebsd&gt; NOW:  EST Eastern Standard Time 06 Nov 2022 Sunday 06 Nov 2022 at 1:00:00 am local time to 12 Mar 2023 Sunday 12 Mar 2023 at 2:00:00 am local time, the time changes to 3:00:00 am Offset: UTC -5:00 DST ended on 06 Nov 2022, clocks moved back 1 hour; from 2:00:00 am to 1:00:00 am<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12987">Bosco</a> — Wed Mar 01, 2023 8:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2022-02-02T18:46:53-04:00</updated>

		<published>2022-02-02T18:46:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110855#p110855</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110855#p110855"/>
		<title type="html"><![CDATA[[SOLVED] Date | time | Unix time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110855#p110855"><![CDATA[
Which of the scripts in the thread do you try ?<br>The functionnal one is from heartbroken @ 14/11/2021 16:28<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Feb 02, 2022 6:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bayo]]></name></author>
		<updated>2022-02-02T14:29:07-04:00</updated>

		<published>2022-02-02T14:29:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110843#p110843</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110843#p110843"/>
		<title type="html"><![CDATA[[SOLVED] Date | time | Unix time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110843#p110843"><![CDATA[
Hi, when I try to add it to my bot and chanset it it shows:<br><br>[18:27:25] &lt;BAYO&gt; .chanset #Forbidden +wtime<br>[18:27:25] &lt;ec|ipse&gt; Error trying to set +wtime for #Forbidden, invalid mode.<br><br>Any help?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12958">bayo</a> — Wed Feb 02, 2022 2:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2021-12-02T17:01:31-04:00</updated>

		<published>2021-12-02T17:01:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110573#p110573</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110573#p110573"/>
		<title type="html"><![CDATA[[SOLVED] Date | time | Unix time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110573#p110573"><![CDATA[
thanks heartbroken, thank you again<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Thu Dec 02, 2021 5:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Goga]]></name></author>
		<updated>2021-11-15T05:45:03-04:00</updated>

		<published>2021-11-15T05:45:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110478#p110478</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110478#p110478"/>
		<title type="html"><![CDATA[[SOLVED] Date | time | Unix time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110478#p110478"><![CDATA[
Job Done!!<br>Thanks you too heartbroken &amp; CrazyCat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12883">Goga</a> — Mon Nov 15, 2021 5:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[heartbroken]]></name></author>
		<updated>2021-11-15T07:22:11-04:00</updated>

		<published>2021-11-15T05:09:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110477#p110477</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110477#p110477"/>
		<title type="html"><![CDATA[[SOLVED] Date | time | Unix time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110477#p110477"><![CDATA[
I don't know what to say..<br>You only need to have TclTLS (I know you already have one.)<br>Source it into your .conf , connect to your bot +  ( .rehash / .restart )<br>.chanset #channel +wtime (as CrazyCat said above.)<br>and voilà!<br><br><img src="https://i.imgur.com/lWo4dK9.png" class="postimage" alt="Image"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11703">heartbroken</a> — Mon Nov 15, 2021 5:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2021-11-15T03:15:58-04:00</updated>

		<published>2021-11-15T03:15:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110476#p110476</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110476#p110476"/>
		<title type="html"><![CDATA[[SOLVED] Date | time | Unix time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110476#p110476"><![CDATA[
Did you do a <strong class="text-strong">.chanset #yourchannel +wtime</strong> ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Mon Nov 15, 2021 3:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Goga]]></name></author>
		<updated>2021-11-15T01:21:05-04:00</updated>

		<published>2021-11-15T01:21:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110475#p110475</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110475#p110475"/>
		<title type="html"><![CDATA[Nothing compares to what I have endured]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110475#p110475"><![CDATA[
Mr. heartbroken, I don't know why this TCL Didn't work for me. It didn't show me any error .<br>Please suggest me anything to make it working.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12883">Goga</a> — Mon Nov 15, 2021 1:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[heartbroken]]></name></author>
		<updated>2021-11-14T10:28:06-04:00</updated>

		<published>2021-11-14T10:28:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110474#p110474</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110474#p110474"/>
		<title type="html"><![CDATA[[SOLVED] Date | time | Unix time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110474#p110474"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>package require httppackage require tls 1.6.4bind pub - .t worldntimeproc worldntime {nick uhost hand chan text} {if {![channel get $chan wtime]} { return 0 }if {![llength $text]} { puthelp "privmsg $chan :Usage: $::lastbind &lt;location&gt;"; return 0 }set TxT [YouGotTheSource https://translate.googleapis.com/translate_a/single?[http::formatQuery client gtx sl auto tl en dt t q $text]]if {[regexp -- {\"([^\"]+)\"} $TxT - transout]} { set query $transout } { set query $text }set data [YouGotTheSource http://localtimes.mobi/search/?[http::formatQuery s $query x 0 y 0]]if {[regexp -- {Home&lt;/a&gt;(.+?)&lt;/span&gt;.+?&lt;div class="timeinfo"&gt;(.+?)&lt;/div&gt;.+?&lt;div class="tz_container"&gt;(.+?)&lt;/li&gt;} $data - loc t1 t2]} {puthelp "privmsg $chan :\00304[cleanup $loc]\003: [cleanup $t1]"puthelp "privmsg $chan :[cleanup $t2]"} else { puthelp "privmsg $chan :No any information found for \"$text\". Please be more specific!"; return }return 0}proc cleanup str {regsub -all -- {(?:&lt;label&gt;|&lt;/label&gt;)} $str \002 strregsub -all -- "&lt;.+?&gt;" $str " " strregsub -all -- {»} $str \003\u00bb\00304 strregsub -all -- { } $str { } strregsub -all -- {\s+} $str { } strreturn $str}proc YouGotTheSource URL {if {[catch {set token [http::geturl $URL -timeout 9000]} error]} {set err "Connection failor! [string map {\n " "} $error]"} elseif {[http::status $token] ne "ok" || [http::ncode $token] != "200"} {set err "[http::status $token] - [http::code $token]"::http::cleanup $token} else {set data [http::data $token]::http::cleanup $token}if {[info exists data] &amp;&amp; [string length $data]} {return $data}if {[info exists err] &amp;&amp; [string length $err]} {foreach _ [channels] { if {[channel get $_ wtime]} { puthelp "privmsg $_ :$err" }}}}::http::register https 443 [list ::tls::socket -ssl2 0 -ssl3 0 -tls1 1]setudef flag wtime</code></pre></div>You don't need to add anything anymore. This script translating your queries itself!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11703">heartbroken</a> — Sun Nov 14, 2021 10:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arnold_X-P]]></name></author>
		<updated>2021-11-14T00:29:05-04:00</updated>

		<published>2021-11-14T00:29:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=110473#p110473</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=110473#p110473"/>
		<title type="html"><![CDATA[[SOLVED] Date | time | Unix time]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=110473#p110473"><![CDATA[
heartbroken It is an excellent code but it needs to add words that link to other examples such as words from Spanish to English<br><br>I added to the tcl this route which will recognize a word in Spanish<br>example:  (españa=spain) or (republica dominicana=Dominican Republic) in IRC: .t españa <div class="codebox"><p>Code: </p><pre><code>set text [string map [list México mexico japon japan granada Grenada españa Spain Japón japon italia Italy francia France egipto egypt rusia russia alemania germany chipre cyprus {republica dominicana} {Dominican Republic}] $text]</code></pre></div><div class="codebox"><p>Code: </p><pre><code>bind pub - .t worldntimeproc worldntime {nick uhost hand chan text} {   if {![channel get $chan wtime]} { return 0 }if {![llength $text]} { puthelp "privmsg $chan :Usage: $::lastbind &lt;location&gt;"; return 0 }set text [string map [list México mexico japon japan granada Grenada españa Spain Japón japon italia Italy francia France egipto egypt rusia russia alemania germany chipre cyprus {republica dominicana} {Dominican Republic}] $text]set token [http::geturl http://localtimes.mobi/search/?s=[join $text +]&amp;x=0&amp;y=0 -timeout 9000]set data [http::data $token]::http::cleanup $tokenif {[regexp -- {Home&lt;/a&gt;(.+?)&lt;/span&gt;.+?&lt;div class="timeinfo"&gt;(.+?)&lt;/div&gt;.+?&lt;div class="tz_container"&gt;(.+?)&lt;/li&gt;} $data - loc t1 t2]} {puthelp "privmsg $chan :\00304[cleanup $loc]\003: [cleanup $t1]"puthelp "privmsg $chan :[cleanup $t2]"} else { puthelp "privmsg $chan :No any information found for \"$text\". Please be more specific!"; return }return 0}proc cleanup str {   regsub -all -- {(?:&lt;label&gt;|&lt;/label&gt;)} $str \002 strregsub -all -- "&lt;.+?&gt;" $str " " strregsub -all -- {»} $str \003\u00bb\00304 strregsub -all -- { } $str { } strregsub -all -- {\s+} $str { } strreturn $str}setudef flag wtime</code></pre></div>What I added works well for me but I don't know if it will be fine like that, I would like you to review it please<br><div class="codebox"><p>Code: </p><pre><code>set text [string map [list México mexico japon japan granada Grenada españa Spain Japón japon italia Italy francia France egipto egypt rusia russia alemania germany chipre cyprus {republica dominicana} {Dominican Republic}] $text]</code></pre></div><div class="codebox"><p>Code: </p><pre><code>[00:37] &lt;@Arnold_X-P&gt; .t spain[00:37] &lt;@Kantuta&gt;  » Europe » Spain :  Current local time: 5:37:27 am Date: Sunday 14 November 2021 Time zone: CET (Central Europe Time) Current time zone offset: +01:00 hours [00:37] &lt;@Kantuta&gt;  Western Europe Time WET 31 Oct 2021 Sunday 31 Oct 2021 at 1:00:00 am local time to 27 Mar 2022 Sunday 27 Mar 2022 at 1:00:00 pm local time, the time changes to 2:00:00 am Offset: UTC +0:00 DST ended on 31 Oct 2021, clocks moved back 1 hour; from 2:00:00 am to 1:00:00 am </code></pre></div>and the linked variant from Spanish to English (spain= españa)<div class="codebox"><p>Code: </p><pre><code>[00:37] &lt;@Arnold_X-P&gt; .t españa[00:37] &lt;@Kantuta&gt;  » Europe » Spain :  Current local time: 5:37:30 am Date: Sunday 14 November 2021 Time zone: CET (Central Europe Time) Current time zone offset: +01:00 hours [00:37] &lt;@Kantuta&gt;  Western Europe Time WET 31 Oct 2021 Sunday 31 Oct 2021 at 1:00:00 am local time to 27 Mar 2022 Sunday 27 Mar 2022 at 1:00:00 pm local time, the time changes to 2:00:00 am Offset: UTC +0:00 DST ended on 31 Oct 2021, clocks moved back 1 hour; from 2:00:00 am to 1:00:00 am </code></pre></div>Also if it is possible to add that when there is no internet connection the bot makes it known by means of a message to the channel.<br><div class="codebox"><p>Code: </p><pre><code>if {[string match -nocase "*couldn't open socket*" $error]} {         puthelp "PRIVMSG $chan :Error: There is no internet connection .. Please try again later."</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8327">Arnold_X-P</a> — Sun Nov 14, 2021 12:29 am</p><hr />
]]></content>
	</entry>
	</feed>
