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

	<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>2020-11-18T19:07:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2020-11-18T19:07:11-04:00</updated>

		<published>2020-11-18T19:07:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109195#p109195</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109195#p109195"/>
		<title type="html"><![CDATA[whois script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109195#p109195"><![CDATA[
What is the interest of your [subst $key] in your putserv ? Do you know what it does ?<br><br>And nothing is disturbing you in your proc whois:multi ? This proc receive key as argument (quite normal) and key is redefined by your regexp...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Nov 18, 2020 7:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gulio]]></name></author>
		<updated>2020-11-18T15:19:08-04:00</updated>

		<published>2020-11-18T15:19:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109192#p109192</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109192#p109192"/>
		<title type="html"><![CDATA[whois script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109192#p109192"><![CDATA[
When i replace $key with key and $$key with $key in proc whois::multi<br>is give me this error:<br><br>[Whois] army :  is an IRC Operator (army) [netadmin-with-override]<br><br>raw 313  army :is an IRC Operator (army) [netadmin-with-override]<br><div class="codebox"><p>Code: </p><pre><code>Tcl error [whois::multi]: invalid command name "netadmin-with-override"</code></pre></div><br>actual code <br><div class="codebox"><p>Code: </p><pre><code>namespace eval whois {variable runchans {#shqiperia}variable cmdchar "."variable command "w"variable textf "\017\00304"variable tagf "\017\002"variable logo "\017\00304\002\[\00306W\00314hois\00304\]\017"variable lineout "channel users modes topic"variable channel ""# setudef flag $whois::commandbind pub -|- [string trimleft $whois::cmdchar]${whois::command} whois::listbind raw -|- "311" whois::311bind raw -|- "379" whois::multibind raw -|- "378" whois::multibind raw -|- "312" whois::312bind raw -|- "319" whois::319bind raw -|- "317" whois::317bind raw -|- "313" whois::multibind raw -|- "310" whois::multibind raw -|- "335" whois::multibind raw -|- "301" whois::301bind raw -|- "671" whois::multibind raw -|- "276" whois::multibind raw -|- "320" whois::multibind raw -|- "330" whois::330bind raw -|- "401" whois::multibind raw -|- "318" whois::318bind raw -|- "307" whois::307}proc whois::311 {from key text} {global whois::channel whois::logo whois::tagf whois::textfif {[regexp -- {^[^\s]+\s(.+?)\s(.+?)\s(.+?)\s\*\s\:(.+)$} $text wholematch nick ident host realname]} {putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Host\0036:${whois::textf} \$nick \(${ident}@${host}\) ${whois::tagf}\00314Realname\0036:${whois::textf} $realname"}}proc whois::multi {from key text} {global whois::channel whois::logo whois::tagf whois::textfif {[regexp {^[^\s]+\s(.+?):(.*)$} $text match nick key]} {putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314$nick\0036: ${whois::textf} [subst $key]"return 1}}proc whois::312 {from key text} {global whois::channel whois::logo whois::tagf whois::textfregexp {([^\s]+)\s\:} $text match serverputserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Server\0036:${whois::textf} $server"}proc whois::319 {from key text} {global whois::channel whois::logo whois::tagf whois::textfif {[regexp {.+\:(.+)$} $text match channels]} {putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Channels\0036:${whois::textf} $channels"}}proc whois::317 {from key text} {global whois::channel whois::logo whois::tagf whois::textfif {[regexp -- {.*\s(\d+)\s(\d+)\s\:} $text wholematch idle signon]} {putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Connected\0036:${whois::textf} \[ctime $signon] ${whois::tagf}\00314Idle\0036:${whois::textf} [duration $idle]"}}proc whois::330 {from key text} {global whois::channel whois::logoif {[regexp {^[^\s]+\s([^\s]+)\s(.+):(.*)$} $text match nick authname info]} {putserv "PRIVMSG $whois::channel :${whois::logo} \002\00314$nick\002 \0036: \0034$info \00314$authname"return 1}}proc whois::301 {from key text} {global whois::channel whois::logo whois::tagf whois::textfif {[regexp {^.+\s[^\s]+\s\:(.*)$} $text match awaymsg]} {putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Away\0036:${whois::textf} $awaymsg"}}proc whois::318 {from key text} {namespace eval whois {variable channel ""}variable whois::channel ""}proc whois::307 {from key text} {global whois::channel whois::logo whois::tagf whois::textfputserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Services\0036:${whois::textf} Registered Nick"}proc whois::list {nick host hand chan text} {global whois::runchansif {[lsearch -exact -nocase ${whois::runchans} $chan] &gt; -1} {namespace eval whois {variable channel ""}variable whois::channel $chanputserv "WHOIS $text"}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12887">Gulio</a> — Wed Nov 18, 2020 3:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gulio]]></name></author>
		<updated>2020-11-18T06:23:39-04:00</updated>

		<published>2020-11-18T06:23:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109191#p109191</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109191#p109191"/>
		<title type="html"><![CDATA[hi]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109191#p109191"><![CDATA[
ok thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12887">Gulio</a> — Wed Nov 18, 2020 6:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2020-11-18T06:15:02-04:00</updated>

		<published>2020-11-18T06:15:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109190#p109190</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109190#p109190"/>
		<title type="html"><![CDATA[whois script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109190#p109190"><![CDATA[
sorry, $who was my test string, you have to use $text.<br>Don't copy without trying to understand what you do.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Nov 18, 2020 6:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gulio]]></name></author>
		<updated>2020-11-18T06:09:59-04:00</updated>

		<published>2020-11-18T06:09:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109189#p109189</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109189#p109189"/>
		<title type="html"><![CDATA[whois script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109189#p109189"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind raw -|- "330" whois::multiproc whois::multi {from key text} {   global whois::channel    if {[regexp {^[^\s]+\s([^\s]+)\s(.+):(.*)$} $who match nick authname info]} {      putserv "PRIVMSG $whois::channel :$nick $info $authname"      return 1   }}</code></pre></div>i replace what u say and is give me this error now<br><div class="codebox"><p>Code: </p><pre><code>Tcl error [whois::multi]: can't read "who": no such variable</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12887">Gulio</a> — Wed Nov 18, 2020 6:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2020-11-18T05:54:04-04:00</updated>

		<published>2020-11-18T05:54:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109188#p109188</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109188#p109188"/>
		<title type="html"><![CDATA[whois script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109188#p109188"><![CDATA[
You didn't look how server send its response. Have a look at <a href="https://www.alien.net.au/irc/irc2numerics.html" class="postlink">https://www.alien.net.au/irc/irc2numerics.html</a><br><br>$text contains "dest nick authname info", so you can change your regexp to:<div class="codebox"><p>Code: </p><pre><code>regexp {^[^\s]+\s([^\s]+)\s(.+):(.*)$} $who match nick authname info</code></pre></div>And your message will be:<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $whois::channel :$nick $info $authname"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Nov 18, 2020 5:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gulio]]></name></author>
		<updated>2020-11-18T04:50:45-04:00</updated>

		<published>2020-11-18T04:50:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109187#p109187</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109187#p109187"/>
		<title type="html"><![CDATA[hi]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109187#p109187"><![CDATA[
Morning CrazyCat thx for ur responde and ur explain<br><br>Now errors dont have but is show this raw 330 wrong way<br><br>raw330 wrong output<br><div class="codebox"><p>Code: </p><pre><code>[Whois] army army : is logged in as</code></pre></div>need to show this way<br><div class="codebox"><p>Code: </p><pre><code>[Whois] army : is logged in as army</code></pre></div><div class="codebox"><p>Code: </p><pre><code>   bind raw -|- "330" whois::multiproc whois::multi {from key text} {   global whois::channel whois::logo whois::tagf whois::textf   if {[regexp {^[^\s]+\s(.+?):(.*)$} $text match nick key]} {      putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314$nick\0036:${whois::textf} [subst $key]"      return 1   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12887">Gulio</a> — Wed Nov 18, 2020 4:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2020-11-18T04:08:21-04:00</updated>

		<published>2020-11-18T04:08:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109186#p109186</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109186#p109186"/>
		<title type="html"><![CDATA[whois script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109186#p109186"><![CDATA[
You have an error in your line 49, it must be:<div class="codebox"><p>Code: </p><pre><code>if {[regexp {^[^\s]+\s(.+?):(.*)$} $text match nick key]} {</code></pre></div>(bad idea to override the $key received in the procedure)<br><br>Concerning your raw which is not well displayed, you can debug it by adding a $key in your putserv to know which raw is concerned, and potentialy change the way you parse this particular raw.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Wed Nov 18, 2020 4:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gulio]]></name></author>
		<updated>2020-11-17T21:27:45-04:00</updated>

		<published>2020-11-17T21:27:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109184#p109184</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109184#p109184"/>
		<title type="html"><![CDATA[whois script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109184#p109184"><![CDATA[
i fixed but is show the raw 330 twice the nickname is logged as <br><br>need to show  [Whois] army : is logged in as army<br><br>and Line 49: NOTICE: Suspicious variable name "$key"<br><br>any help how to fix it <br><div class="codebox"><p>Code: </p><pre><code>[03:21:12] &lt;~Nasa&gt; [Whois] Host:  army (aL@nasa.army) Realname: aL[03:21:12] &lt;~Nasa&gt; [Whois] army : is using modes +iowrsxzHtIDRpWG +kcvGnNqSsobDC[03:21:12] &lt;~Nasa&gt; [Whois] army : is connecting from *@ppp147237187052.access.hol.gr 144.237.187.52[03:21:12] &lt;~Nasa&gt; [Whois] Services: Registered Nick[03:21:12] &lt;~Nasa&gt; [Whois] Channels: #Test[03:21:12] &lt;~Nasa&gt; [Whois] Server: irc.test.com[03:21:12] &lt;~Nasa&gt; [Whois] army : is an IRC Operator (army) [netadmin-with-override][03:21:12] &lt;~Nasa&gt; [Whois] army : is using a Secure Connection[03:21:12] &lt;~Nasa&gt; [Whois] army : has client certificate fingerprint a758f4226e501e1eb3b39126d721cd4737461ccffa9ef199d1369310487886f6[03:21:12] &lt;~Nasa&gt; [Whois] army : is using an IP with a reputation score of 10000[03:21:12] &lt;~Nasa&gt; [Whois] army : is a Root Administrator[03:21:12] &lt;~Nasa&gt; [Whois] army : connected from Greece (GR)[03:21:12] &lt;~Nasa&gt; [Whois] army army : is logged in as[03:21:12] &lt;~Nasa&gt; [Whois] Connected:  Wed Nov 18 00:22:27 2020 Idle: 0 seconds</code></pre></div>new fix <br><div class="codebox"><p>Code: </p><pre><code>namespace eval whois {variable runchans {#test test1}variable cmdchar "."variable command "w"variable textf "\017\00304"variable tagf "\017\002"variable logo "\017\00304\002\[\00306W\00314hois\00304\]\017"variable lineout "channel users modes topic"variable channel ""# setudef flag $whois::commandbind pub -|- [string trimleft $whois::cmdchar]${whois::command} whois::listbind raw -|- "311" whois::311bind raw -|- "379" whois::multibind raw -|- "378" whois::multibind raw -|- "312" whois::312bind raw -|- "319" whois::319bind raw -|- "317" whois::317bind raw -|- "313" whois::multibind raw -|- "310" whois::multibind raw -|- "335" whois::multibind raw -|- "301" whois::301bind raw -|- "671" whois::multibind raw -|- "276" whois::multibind raw -|- "320" whois::multibind raw -|- "330" whois::multibind raw -|- "401" whois::multibind raw -|- "318" whois::318bind raw -|- "307" whois::307}proc whois::311 {from key text} {global whois::channel whois::logo whois::tagf whois::textfif {[regexp -- {^[^\s]+\s(.+?)\s(.+?)\s(.+?)\s\*\s\:(.+)$} $text wholematch nick ident host realname]} {putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Host\0036:${whois::textf} \$nick \(${ident}@${host}\) ${whois::tagf}\00314Realname\0036:${whois::textf} $realname"}}proc whois::multi {from key text} {global whois::channel whois::logo whois::tagf whois::textfif {[regexp {^[^\s]+\s(.+?):(.*)$} $text match nick $key]} {putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314$nick\0036:${whois::textf} [subst $$key]"return 1}}proc whois::312 {from key text} {global whois::channel whois::logo whois::tagf whois::textfregexp {([^\s]+)\s\:} $text match serverputserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Server\0036:${whois::textf} $server"}proc whois::319 {from key text} {global whois::channel whois::logo whois::tagf whois::textfif {[regexp {.+\:(.+)$} $text match channels]} {putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Channels\0036:${whois::textf} $channels"}}proc whois::317 {from key text} {global whois::channel whois::logo whois::tagf whois::textfif {[regexp -- {.*\s(\d+)\s(\d+)\s\:} $text wholematch idle signon]} {putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Connected\0036:${whois::textf} \[ctime $signon] ${whois::tagf}\00314Idle\0036:${whois::textf} [duration $idle]"}}proc whois::301 {from key text} {global whois::channel whois::logo whois::tagf whois::textfif {[regexp {^.+\s[^\s]+\s\:(.*)$} $text match awaymsg]} {putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Away\0036:${whois::textf} $awaymsg"}}proc whois::318 {from key text} {namespace eval whois {variable channel ""}variable whois::channel ""}proc whois::307 {from key text} {global whois::channel whois::logo whois::tagf whois::textfputserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Services\0036:${whois::textf} Registered Nick"}proc whois::list {nick host hand chan text} {global whois::runchansif {[lsearch -exact -nocase ${whois::runchans} $chan] &gt; -1} {namespace eval whois {variable channel ""}variable whois::channel $chanputserv "WHOIS $text"}}</code></pre></div>[/code]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12887">Gulio</a> — Tue Nov 17, 2020 9:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gulio]]></name></author>
		<updated>2020-11-17T12:37:54-04:00</updated>

		<published>2020-11-17T12:37:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109183#p109183</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109183#p109183"/>
		<title type="html"><![CDATA[whois script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109183#p109183"><![CDATA[
Hi, if someone can help to change Note with Nickname of the user i do .w user nick<br><br>actual code is:<br><div class="codebox"><p>Code: </p><pre><code>[Whois] Note: is using modes +iowrsxzHtIDRpWG +kcvGnNqSsobDC</code></pre></div>to be replace in proc whois::multi output msg word Note with user nickname we do in whois command .w nick<br><div class="codebox"><p>Code: </p><pre><code>[Whois] Guest : is using modes +iowrsxzHtIDRpWG +kcvGnNqSsobDC</code></pre></div><div class="codebox"><p>Code: </p><pre><code>namespace eval whois {  variable runchans {#test #test1}     variable cmdchar "."  variable command "w"  variable textf "\017\00304"  variable tagf "\017\002"   variable logo "\017\00304\002\[\00306W\00314hois\00304\]\017"  variable lineout "channel users modes topic"  variable channel ""# setudef flag $whois::commandbind pub -|- [string trimleft $whois::cmdchar]${whois::command} whois::listbind raw -|- "311" whois::311bind raw -|- "379" whois::multibind raw -|- "378" whois::multibind raw -|- "312" whois::312bind raw -|- "319" whois::319bind raw -|- "317" whois::317bind raw -|- "313" whois::multibind raw -|- "310" whois::multibind raw -|- "335" whois::multibind raw -|- "301" whois::301bind raw -|- "671" whois::multibind raw -|- "276" whois::multibind raw -|- "320" whois::multibind raw -|- "330" whois::multibind raw -|- "401" whois::multibind raw -|- "318" whois::318bind raw -|- "307" whois::307}proc whois::311 {from key text} {  if {[regexp -- {^[^\s]+\s(.+?)\s(.+?)\s(.+?)\s\*\s\:(.+)$} $text wholematch nick ident host realname]} {    putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Host\0036:${whois::textf} \    $nick \(${ident}@${host}\) ${whois::tagf}\00314Realname\0036:${whois::textf} $realname"  }}proc whois::multi {from key text} {  if {[regexp {\:(.*)$} $text match $key]} {    putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Note\0036:${whois::textf} [subst $$key]"    return 1  }}proc whois::312 {from key text} {  regexp {([^\s]+)\s\:} $text match server  putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Server\0036:${whois::textf} $server"}proc whois::319 {from key text} {  if {[regexp {.+\:(.+)$} $text match channels]} {    putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Channels\0036:${whois::textf} $channels"  }}proc whois::317 {from key text} {  if {[regexp -- {.*\s(\d+)\s(\d+)\s\:} $text wholematch idle signon]} {    putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Connected\0036:${whois::textf} \    [ctime $signon] ${whois::tagf}\00314Idle\0036:${whois::textf} [duration $idle]"  }}proc whois::301 {from key text} {  if {[regexp {^.+\s[^\s]+\s\:(.*)$} $text match awaymsg]} {    putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Away\0036:${whois::textf} $awaymsg"  }}proc whois::318 {from key text} {  namespace eval whois {    variable channel ""  }  variable whois::channel ""}proc whois::307 {from key text} {  putserv "PRIVMSG $whois::channel :${whois::logo} ${whois::tagf}\00314Services\0036:${whois::textf} Registered Nick"}proc whois::list {nick host hand chan text} {  if {[lsearch -exact -nocase ${whois::runchans} $chan] &gt; -1} {    namespace eval whois {      variable channel ""    }    variable whois::channel $chan    putserv "WHOIS $text"  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12887">Gulio</a> — Tue Nov 17, 2020 12:37 pm</p><hr />
]]></content>
	</entry>
	</feed>
