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

	<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>2009-11-28T20:10:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Riddler]]></name></author>
		<updated>2007-06-14T22:26:12-04:00</updated>

		<published>2007-06-14T22:26:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73557#p73557</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73557#p73557"/>
		<title type="html"><![CDATA[[SOLVED] Ban code error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73557#p73557"><![CDATA[
Thanks Sir_Fz <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"> The script works great now  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9010">Riddler</a> — Thu Jun 14, 2007 10:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-06-12T04:59:00-04:00</updated>

		<published>2007-06-12T04:59:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73463#p73463</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73463#p73463"/>
		<title type="html"><![CDATA[[SOLVED] Ban code error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73463#p73463"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>if {[matchattr $drhost n|MASDTOVU $chan] || [isop $drnick $chan] || [isvoice $drnick $chan] || [matchattr $drhost b]} { # do nothing return 0}</code></pre></div>or<div class="codebox"><p>Code: </p><pre><code>if {![matchattr $drhost n|MASDTOVU $chan] &amp;&amp; ![isop $drnick $chan] &amp;&amp; ![isvoice $drnick $chan] &amp;&amp; ![matchattr $drhost b]} { # do everything here}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Jun 12, 2007 4:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Riddler]]></name></author>
		<updated>2007-06-11T21:05:01-04:00</updated>

		<published>2007-06-11T21:05:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73453#p73453</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73453#p73453"/>
		<title type="html"><![CDATA[[SOLVED] Ban code error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73453#p73453"><![CDATA[
<blockquote class="uncited"><div>Use [nick2hand $bnick] to get the handle of $bnick (read about it in tcl-commands.doc).</div></blockquote>Ok ...let`s see if this idea will work...<br><div class="codebox"><p>Code: </p><pre><code>set drhost [nick2hand $drnick]if {![matchattr $drhost n|MASDTOVU $chan] || [isop $drnick $chan] || [isvoice $drnick $chan] || ![matchattr $drhost b]} {</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9010">Riddler</a> — Mon Jun 11, 2007 9:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-06-11T18:56:18-04:00</updated>

		<published>2007-06-11T18:56:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73448#p73448</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73448#p73448"/>
		<title type="html"><![CDATA[[SOLVED] Ban code error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73448#p73448"><![CDATA[
Use [nick2hand $bnick] to get the handle of $bnick (read about it in tcl-commands.doc).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Jun 11, 2007 6:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Riddler]]></name></author>
		<updated>2007-06-11T18:51:42-04:00</updated>

		<published>2007-06-11T18:51:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73447#p73447</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73447#p73447"/>
		<title type="html"><![CDATA[[SOLVED] Ban code error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73447#p73447"><![CDATA[
Ok, done, fixed the bug, it works...thanks Sir_Fz  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"> (again <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> )<br><br>A little problem remains... and that is were/how do you I put the excepts code for ops,voiced and users that have access to the bot ( by the level n|MASDTOV ) so that they don`t get ban by the bot ...<br>On other scripts ( protection type of scripts ) I use this code for excepting ops, voices and users in the access list of the bot:<br><div class="codebox"><p>Code: </p><pre><code>if {[matchattr $hand of|of $chan] || [isop $nick $chan] || [isvoice $nick $chan]}  { return 0 }if {(([lsearch -exact [string tolower $webadvchan] [string tolower $chan]] != -1) || ($webadvchan == "*")) &amp;&amp; (![matchattr $hand b]) &amp;&amp; ($nick != $botnick)} {</code></pre></div>it works great on those scripts.. but were do I set it in this case ... ?!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_question.gif" width="15" height="15" alt=":?:" title="Question">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_exclaim.gif" width="15" height="15" alt=":!:" title="Exclamation">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_eek.gif" width="15" height="15" alt=":shock:" title="Shocked"> <br><br>suggestions ?!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9010">Riddler</a> — Mon Jun 11, 2007 6:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-06-11T18:20:32-04:00</updated>

		<published>2007-06-11T18:20:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73440#p73440</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73440#p73440"/>
		<title type="html"><![CDATA[[SOLVED] Ban code error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73440#p73440"><![CDATA[
Change the reason to something like "($hand) $dj(br)" instead of just $dj(br) in the newchanban reason.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Jun 11, 2007 6:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Riddler]]></name></author>
		<updated>2007-06-11T13:09:12-04:00</updated>

		<published>2007-06-11T13:09:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73431#p73431</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73431#p73431"/>
		<title type="html"><![CDATA[[SOLVED] Ban code error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73431#p73431"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div><blockquote class="uncited"><div>&lt;|EGG&gt; [16:48] Tcl error [s:b]: invalid option 1440 (must be one of: sticky, none)</div></blockquote>...the bot dosen`t do nothing... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"></div></blockquote>That means you're using an invalid switch with the newchanban command.</div></blockquote>Ok, I understand this, but if I change the <em class="text-italics">newchanban</em> command to this <br><div class="codebox"><p>Code: </p><pre><code>newchanban $chan $bhost ban $dj(br) $dj(bt)</code></pre></div>it works, the person gets ban on the channel like this<br><blockquote class="uncited"><div>&lt;me&gt; .b TestNick1<br>* |EGG sets mode: +b *!*@127.0.0.1<br>* TestNick1 was kicked by |EGG ((test) Banned!)</div></blockquote>all is ok, but if I remove the chan ban manualy when the person rejoins the channel ...he gets ban again ( using the internal banlist of the bot ) but the reason has change...<br><blockquote class="uncited"><div>* me sets mode: -b *!*@127.0.0.1<br>* Joins: TestNick1 (identd@127.0.0.1)<br>* |EGG sets mode: +b *!*@127.0.0.1<br>* TestNick1 was kicked by |EGG (Banned: Banned!)</div></blockquote>.... in the internal banlist of the bot for this specific ban ... the <em class="text-italics">($hand)</em> is not recorded ( in this case <em class="text-italics">(test)</em> )...<br><br>How can I fit the <em class="text-italics">($hand)</em> code in the reason and make the <em class="text-italics">newchanban</em> command work also ?<br>To look something like this:<br><blockquote class="uncited"><div>* me sets mode: -b *!*@127.0.0.1<br>* Joins: TestNick1 (identd@127.0.0.1)<br>* |EGG sets mode: +b *!*@127.0.0.1<br>* TestNick1 was kicked by |EGG (Banned: <span style="color:red">(test)</span> Banned!)</div></blockquote>....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9010">Riddler</a> — Mon Jun 11, 2007 1:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-06-11T12:44:30-04:00</updated>

		<published>2007-06-11T12:44:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73430#p73430</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73430#p73430"/>
		<title type="html"><![CDATA[[SOLVED] Ban code error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73430#p73430"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>&lt;|EGG&gt; [16:48] Tcl error [s:b]: invalid option 1440 (must be one of: sticky, none)</div></blockquote>...the bot dosen`t do nothing... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"></div></blockquote>That means you're using an invalid switch with the newchanban command.<blockquote class="uncited"><div>also a nother error...<br><div class="codebox"><p>Code: </p><pre><code>&lt;me&gt; .b *test*!*@* lol </code></pre></div>and also here the bot will NOT reply..<br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"> <br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_idea.gif" width="15" height="15" alt=":idea:" title="Idea">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_question.gif" width="15" height="15" alt=":?:" title="Question">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_exclaim.gif" width="15" height="15" alt=":!:" title="Exclamation"> <br><br>P.S.1: When i place a nickname , like .b Test-nick1 lol , the bot reacts and bans the Test-nick1...but on a hostmask... no react...<br>P.S.2: Also it bans users who have access to the bot and they are op/voice on the specific channel.... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"> ...and it dosen`t have to do that.</div></blockquote>The bot doesn't figure things out by itself, you have to script it. In your code, you do not check whether bnick is a hostmask or a nick, you always assume it's a nick. So you might want to check if it's a hostmask (something like <em class="text-italics">if {[string match *!*@* $bnick]} {</em>) And to exempt +of users you also need to add a check (i.e. use the [matchattr] command).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Jun 11, 2007 12:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Riddler]]></name></author>
		<updated>2007-06-11T11:05:25-04:00</updated>

		<published>2007-06-11T11:05:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73420#p73420</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73420#p73420"/>
		<title type="html"><![CDATA[[SOLVED] Ban code error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73420#p73420"><![CDATA[
Thank Sir_Fz... <br>Ok the code with the changes:<br><div class="codebox"><p>Code: </p><pre><code>proc s:b {nick uhost hand chan text} {  global botnick dj   if {[channel get $chan djtools] &amp;&amp; ![isbotnick $nick]} {   if {[matchattr $hand n|MASDTO $chan] || [string tolower $chan]} {     set bnick [lindex [split $text] 0]     set bhost "*!*@[lindex [split [getchanhost $bnick] @] 1]"        if {![botisop $chan]} {        puthelp "NOTICE $nick :Error I don't have OP!"        } elseif {$bnick == ""} {        puthelp "NOTICE $nick :SYNTAX\002 .b &lt;nick|*!*@host&gt; \[reason\] \002"        } elseif {[join [lindex [split $text] 1 end]] == ""} {        newchanban $chan $bhost ban ($hand) $dj(br) $dj(bt)        putquick "KICK $chan $bnick :($hand) $dj(br)"        if {$dj(xb) == 1} {        putserv "PRIVMSG X :ban $chan $bhost 1 100 ($hand) $dj(br)" -next        }        return 1        } else {        set bres [join [lrange [split $text] 1 end]]        newchanban $chan $bhost ban ($hand) $bres $dj(bt)        putquick "KICK $chan $bnick :($hand) $bres"        if {$dj(xb) == 1} {        putserv "PRIVMSG X :ban $chan $bhost 1 100 ($hand) $bres" -next        }       return 1      }    }  }}</code></pre></div>and I have this error in dcc-chat with the bot:<br><blockquote class="uncited"><div>&lt;|EGG&gt; [16:48] Tcl error [s:b]: invalid option 1440 (must be one of: sticky, none)</div></blockquote>...the bot dosen`t do nothing... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> <br><br><br>also a nother error...<br><div class="codebox"><p>Code: </p><pre><code>&lt;me&gt; .b *test*!*@* lol </code></pre></div>and also here the bot will NOT reply..<br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"> <br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_idea.gif" width="15" height="15" alt=":idea:" title="Idea">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_question.gif" width="15" height="15" alt=":?:" title="Question">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_exclaim.gif" width="15" height="15" alt=":!:" title="Exclamation"> <br><br>P.S.1: When i place a nickname , like .b Test-nick1 lol , the bot reacts and bans the Test-nick1...but on a hostmask... no react...<br>P.S.2: Also it bans users who have access to the bot and they are op/voice on the specific channel.... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"> ...and it dosen`t have to do that.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9010">Riddler</a> — Mon Jun 11, 2007 11:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-06-11T09:21:34-04:00</updated>

		<published>2007-06-11T09:21:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73415#p73415</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73415#p73415"/>
		<title type="html"><![CDATA[[SOLVED] Ban code error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73415#p73415"><![CDATA[
The problem is here:<div class="codebox"><p>Code: </p><pre><code>set bhost "*!*@[lindex [split $uhost @] 1]"</code></pre></div>$uhost is the user@host of the command issuer (i.e. you), instead use<div class="codebox"><p>Code: </p><pre><code>set bhost "*!*@[lindex [split [getchanhost $bnick] @] 1]"</code></pre></div>and, as we've repeated ourselves on and on, you must NOT apply <ul> <li>commands on strings.<div class="codebox"><p>Code: </p><pre><code>set bnick [lindex $text 0]</code></pre></div>should be<div class="codebox"><p>Code: </p><pre><code>set bnick [lindex [split $text] 0]</code></pre></div>and<div class="codebox"><p>Code: </p><pre><code>set bres [lindex $text 1 end]</code></pre></div>should be<div class="codebox"><p>Code: </p><pre><code>set bres [join [lindex [split $text] 1 end]]</code></pre></div></li></ul><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Jun 11, 2007 9:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Riddler]]></name></author>
		<updated>2009-11-28T20:10:55-04:00</updated>

		<published>2007-06-10T22:05:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73407#p73407</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73407#p73407"/>
		<title type="html"><![CDATA[[SOLVED] Ban code error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73407#p73407"><![CDATA[
Hello all, I need some help form you guys...if posibile .<br>I have a tried to code a ban script and also I`m working one a blacklist script and I`m geting some errors:<br><br>The code:<br><div class="codebox"><p>Code: </p><pre><code># ban.tcl# Set here reason and bantime in minutes for bansset dj(br) "Banned!"set dj(bt) 1440# Activate ban times? [1/0]set dj(bact) 1###END CFG ###bind pub n|MASDTO .b s:bbind pub n|MAS .bl s:blackbind pub n|MAS .black s:blacksetudef flag djtoolsproc s:b {nick uhost hand chan text} {  global botnick dj   if {[channel get $chan djtools] &amp;&amp; ![isbotnick $nick]} {   if {[matchattr $hand n|MASDTO $chan] || [string tolower $chan]} {     set bnick [lindex $text 0]     if {![botisop $chan]} {     puthelp "NOTICE $nick :Error I don't have OP!"     } elseif {$bnick == ""} {     puthelp "NOTICE $nick :SYNTAX\002 .b &lt;nick|*!*@host&gt; \[reason\] \002"     } elseif {![onchan $bnick]} {     puthelp "NOTICE $nick :Error\002 $bnick \002is not on\002 $chan \002Check\002 .b \002"     } else {     set bhost "*!*@[lindex [split $uhost @] 1]"     set bres [lindex $text 1 end]     } else { set bres $dj(br)        newchanban $chan $bhost ban ($hand) $bres $dj(bt)        putquick "KICK $chan $bnick :($hand) $bres"        if {$dj(xb) == 1} {        putserv "PRIVMSG X :ban $chan $bhost 1 100 ($hand) $bres" -next        }       return 1      }    }  }}</code></pre></div>And the errors:<br><blockquote class="uncited"><div>&lt;me&gt; .b<br>-|EGG- SYNTAX <strong class="text-strong">.b &lt;nick|*!*@host&gt; [reason] </strong><br>&lt;me&gt; .b lol<br>-|EGG- Error <strong class="text-strong">lol</strong> is not on <strong class="text-strong">#channel</strong> Check <strong class="text-strong">.b</strong> <br>&lt;me&gt; .b test1<br>* |EGG sets mode: -o+b me *!*@me.users.undernet.org<br>* test1 was kicked by |EGG ((me) )<br>* Joins: test1 (identd@127.0.0.0)<br>* You were kicked by X ((egguser) (me))<br>* Attempting to rejoin channel #channel<br>* Unable to join channel (address is banned)<br>-&gt; *x* unban #channel *!*@me.users.undernet.org<br>-X- Removed 2 pitchforks that matched *!*@me.users.undernet.org<br>* Rejoined channel #channel</div></blockquote>.... it only kick the nickname I`ve typed, and the chanban and Xban is placed on me.... why ?!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"> <br><br>This is the way it should have to work:<br><blockquote class="uncited"><div>&lt;me&gt; .b<br>-|EGG- SYNTAX <strong class="text-strong">.b &lt;nick|*!*@host&gt; [reason] </strong><br>&lt;me&gt; .b lol<br>-|EGG- Error <strong class="text-strong">lol</strong> is not on <strong class="text-strong">#channel</strong> Check <strong class="text-strong">.b</strong> <br>&lt;me&gt; .b test1 test-reason<br>* |EGG sets mode: +b *!*@127.0.0.0<br>* test1 was kicked by |EGG ((me) test-reason)</div></blockquote>and if there is no reason added, the bot will use the defaul reason (in this case <em class="text-italics">$dj(br)</em> )<br><br>something like this<br><blockquote class="uncited"><div>&lt;me&gt; .b test2<br>* |EGG sets mode: +b *!*@127.0.0.1<br>* test2 was kicked by |EGG ((me) Banned!)</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9010">Riddler</a> — Sun Jun 10, 2007 10:05 pm</p><hr />
]]></content>
	</entry>
	</feed>
