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

	<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>2005-04-20T05:09:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-04-20T05:09:23-04:00</updated>

		<published>2005-04-20T05:09:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48336#p48336</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48336#p48336"/>
		<title type="html"><![CDATA[auto limit &amp; kick report &amp; kicked count]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48336#p48336"><![CDATA[
i notice that this script not save all kicked , example it should be continue count of kicked person but it look reset every day , can add line for saving kicked count into file and call back and plus with new kicked and display ? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Wed Apr 20, 2005 5:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-03-18T12:24:44-04:00</updated>

		<published>2005-03-18T12:24:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47855#p47855</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47855#p47855"/>
		<title type="html"><![CDATA[auto limit &amp; kick report &amp; kicked count]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47855#p47855"><![CDATA[
<blockquote class="uncited"><div>Off topic: Why not using 'isbotnick' instead of 'string match -nocase'? Should be faster this way..</div></blockquote>Yeah, why not <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=3085">Sir_Fz</a> — Fri Mar 18, 2005 12:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2005-03-18T11:24:23-04:00</updated>

		<published>2005-03-18T11:24:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47852#p47852</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47852#p47852"/>
		<title type="html"><![CDATA[auto limit &amp; kick report &amp; kicked count]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47852#p47852"><![CDATA[
Off topic: Why not using 'isbotnick' instead of 'string match -nocase'? Should be faster this way..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Mar 18, 2005 11:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-03-18T10:22:20-04:00</updated>

		<published>2005-03-18T10:22:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47850#p47850</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47850#p47850"/>
		<title type="html"><![CDATA[auto limit &amp; kick report &amp; kicked count]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47850#p47850"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>[ctime [unixtime]]</code></pre></div>this will return for example: Fri Mar 18 09:11:55 2005</div></blockquote>i have done this and it work now just not yet work with seperate it into line by date <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code>set bkickfile "bkick.log" set bkickrelay "#channel" set dtime [ctime [unixtime]]bind kick - * relay:kick proc relay:kick {nick uhost hand chan targ rsn} {  if {[string equal -nocase $::botnick $targ]} {   set logtime [ctime [unixtime]]  logbkick "$logtime : Kicked from $chan by $nick!$uhost with reason: $rsn"   puthelp "PRIVMSG $::bkickrelay :Kicked from $chan by $nick!$uhost with reason: $rsn"  } } proc logbkick {text} { puts [set fs [open $::bkickfile a]] "$text" close $fs }</code></pre></div>i find it in other forum and try it then work fine <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> thank all <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Fri Mar 18, 2005 10:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-03-18T10:13:49-04:00</updated>

		<published>2005-03-18T10:13:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47849#p47849</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47849#p47849"/>
		<title type="html"><![CDATA[auto limit &amp; kick report &amp; kicked count]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47849#p47849"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>[ctime [unixtime]]</code></pre></div>this will return for example: Fri Mar 18 09:11:55 2005<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Mar 18, 2005 10:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-03-18T09:52:58-04:00</updated>

		<published>2005-03-18T09:52:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47847#p47847</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47847#p47847"/>
		<title type="html"><![CDATA[auto limit &amp; kick report &amp; kicked count]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47847#p47847"><![CDATA[
ok all work great but can modify it bit more easy ,<br>this is old formate<br><br>-----------------------------------------------------------------<br>Kicked from #thailand by Danoy!~<a href="mailto:PeteR@203.144.67.x154c">PeteR@203.144.67.x154c</a> with reason: Danoy<br>Kicked from #thailand by Danoy!~<a href="mailto:PeteR@203.144.67.x154c">PeteR@203.144.67.x154c</a> with reason: Danoy<br>Kicked from #khmer by !cambodia.uirc.net with reason: Danoy<br>Kicked from #khmer by !cambodia.uirc.net with reason: Danoy<br>Kicked from #thailand by Danoy!~<a href="mailto:PeteR@203.144.67.x154c">PeteR@203.144.67.x154c</a> with reason: Danoy<br>-----------------------------------------------------------------<br><br>any code to make it record date &amp; time example<br><br>[18 march 2005 : 13:02] i got kicked out from #thailand by danoy!~<a href="mailto:peter@203.144.67.x154c">peter@203.144.67.x154c</a> with reason : danoy <br><br>which code to record date &amp; time ( and if possible each day will seperate by ------------------------ so it easy to look into it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> ) <br><br>sorry to bother you but seem this is final step now because all done just wanna change it to look better , many thank sir_fz you look great <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Fri Mar 18, 2005 9:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-03-18T09:25:55-04:00</updated>

		<published>2005-03-18T09:25:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47843#p47843</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47843#p47843"/>
		<title type="html"><![CDATA[auto limit &amp; kick report &amp; kicked count]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47843#p47843"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>setudef flag limit bind join - * jp:ChanLimit bind part - * jp:ChanLimitproc jp:ChanLimit {nick uhost hand chan {arg ""}} { if {![channel get $chan limit]} { return 0 }  set newlimit [expr [llength [chanlist $chan]] + 5]  putserv "mode $chan +l $newlimit"  }</code></pre></div>This will set limit on join/part. But, in my opinion, Alchera's way is better than this one.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Mar 18, 2005 9:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-03-18T07:59:18-04:00</updated>

		<published>2005-03-18T07:59:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47842#p47842</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47842#p47842"/>
		<title type="html"><![CDATA[auto limit &amp; kick report &amp; kicked count]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47842#p47842"><![CDATA[
kiss sir_fz  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br>kiss alchera  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br><br>i will try it but wanna tell sir_fz the script kick:count ( you miss n hahah )<br>anyway i will load it and auto limit is work good <br><br>( PS : i saw one guy have bot always +l immediately when ppl join/part )<br>------------------------------------------------------------------<br>[18:43:34] * Dron3 sets mode: +l 40<br>[18:55:26] * Joins: ^moon^ (~Moon@202.176.246.161)<br>[18:56:26] * Parts: ^moon^ (~Moon@202.176.246.161)<br>[18:57:33] * Dron3 sets mode: +l 41<br>[18:58:33] * Dron3 sets mode: +l 40<br>------------------------------------------------------------------<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Fri Mar 18, 2005 7:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-03-18T07:26:53-04:00</updated>

		<published>2005-03-18T07:26:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47840#p47840</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47840#p47840"/>
		<title type="html"><![CDATA[auto limit &amp; kick report &amp; kicked count]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47840#p47840"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set bkickfile "bkick.log"set bkickrelay "#channel"bind kick - * relay:kick proc relay:kick {nick uhost hand chan targ rsn} { if {[string equal -nocase $::botnick $targ]} {   logbkick "Kicked from $chan by $nick!$uhost with reason: $rsn"  puthelp "PRIVMSG $::bkickrelay :Kicked from $chan by $nick!$uhost with reason: $rsn" } }proc logbkick {text} {puts [set fs [open $::bkickfile a]] "$text"close $fs}</code></pre></div>This will log into bkick.log whenever someone kicks your bot and will msg it to the channel you set in bkrelay.<div class="codebox"><p>Code: </p><pre><code>bind kick - * thirty:fourth bind pub o !resetc reset:countproc thirty:fourth {nick uhost hand chan targ rsn} { global kicked set chan "[string tolower $chan]"  if {![info exists kicked($chan)]} { set kicked($chan) 0 }  incr kicked($chan)    putserv "PRIVMSG $chan :$targ is user $kicked($chan) kicked by $nick" } proc reset:cout {nick uhost hand chan arg} { global kicked  foreach kick [array names kicked] {   array unset kicked $kick  } }</code></pre></div>This will say for example "nick is user 24 kicked by nick2" and !resetc public command will reset the number.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Mar 18, 2005 7:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-03-18T03:20:09-04:00</updated>

		<published>2005-03-18T03:20:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47835#p47835</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47835#p47835"/>
		<title type="html"><![CDATA[auto limit &amp; kick report &amp; kicked count]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47835#p47835"><![CDATA[
<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes">  thank for your code , anyway do the other two code is work as <br>1 - when bot got kicked out from channel it will save it to one special log ( different from other log ) that contain only bot got kicked ( and if possible same time /msg to #channel and write " i got kicked from #channel by nick ident@ip with reason ...... "  ) can you give me this code <br><br>2 - the kick counter is increasing one by one when someone got kicked out from channel ( not just by bot even by chanserv ) and .msg to channel every time the counter increase <br>ex :  nick is 1st user got kicked out by me<br>nick is 2nd user got kicked out by chanserv<br>nick is 3rd user got kicked out by otherbot<br>nick is 4th user got kicked out by me<br>...................<br><br>can it be done ?<br><br>sorry for bother you guy and thank lot fo your helpful tcl and script <br>i'm learning how to write it now when i know it i won't bother you much<br>and i will be help newbies in this forum too bc i'm interesting in this<br>i never try tcl before i know only asp only  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Fri Mar 18, 2005 3:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-03-17T22:54:48-04:00</updated>

		<published>2005-03-17T22:54:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47822#p47822</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47822#p47822"/>
		<title type="html"><![CDATA[auto limit &amp; kick report &amp; kicked count]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47822#p47822"><![CDATA[
woops LOL<br><br>Add this proc <strong class="text-strong">under</strong> the end of the limiter procs. Sorry I forgot as I use these two in a combined channel control script and just extracted the limiter bit and forgot about the sendcmd proc.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <div class="codebox"><p>Code: </p><pre><code># sendcmd - sends a command to the serverproc sendcmd {text} {        putquick "$text"}# end sendcmd</code></pre></div>**<strong class="text-strong">Edited</strong>**<blockquote class="uncited"><div>* Estelle has quit (Ping timeout)<br>* Enfield sets channel limit to 44<br>* Zendal has quit (Ping timeout)<br>* Hours has quit (Ping timeout)<br>* Enfield sets channel limit to 43</div></blockquote>As you can see, it works!<br><br>Remember the keyword <em class="text-italics">logical</em>! There's an allowance so that the limit is not set on every single join/part. Sometimes 2 - 3 users have to join/part for the limit to be adjusted; sometimes just one.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Mar 17, 2005 10:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-03-17T21:04:29-04:00</updated>

		<published>2005-03-17T21:04:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47810#p47810</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47810#p47810"/>
		<title type="html"><![CDATA[error found]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47810#p47810"><![CDATA[
.chanset #khmer +limit<br>Successfully set modes { +limit  } on #khmer.<br>[01:02] #PeteR# chanset #khmer +limit<br>[01:03] Tcl error [time:ChanLimit]: invalid command name "sendcmd"<br>[01:03] #khmer: mode change '+v theavy' by ChanServ!<a href="mailto:services@uirc.net">services@uirc.net</a><br>[01:04] Tcl error [time:ChanLimit]: invalid command name "sendcmd"<br><br>look like it don't know "sendcmd "<br><br>then i try to change to putserv instead of sendcmd and it +l 5 correct<br>but after one user join or i left/join it won'tdo any action seem stuck up<br>-------------------------------------------------------------------------------<br>[01:08] #khmer: mode change '+l 13' by khmer!<a href="mailto:peter@uirc-6C4DF0F9.us">peter@uirc-6C4DF0F9.us</a><br>[01:08] #khmer: mode change '+v Guest27196' by Cobra!<a href="mailto:Cobra@bot.uirc.net">Cobra@bot.uirc.net</a><br>[01:08] #khmer: mode change '-v Guest27196' by Cobra!<a href="mailto:Cobra@bot.uirc.net">Cobra@bot.uirc.net</a><br>[01:09] #khmer: mode change '+qo Guest27196 Guest27196' by ChanServ!<a href="mailto:services@uirc.net">services@uirc.net</a><br>[01:10] @#khmer (+trnl 13) : [m/9 o/3 h/0 v/1 n/5 b/0 e/- I/-]<br>-------------------------------------------------------------------------------<br>what 's the problem ? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Thu Mar 17, 2005 9:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-03-17T18:24:13-04:00</updated>

		<published>2005-03-17T18:24:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47802#p47802</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47802#p47802"/>
		<title type="html"><![CDATA[auto limit &amp; kick report &amp; kicked count]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47802#p47802"><![CDATA[
<blockquote class="uncited"><div>and i guess the autolimit not work maybe i will try again tomorrow when my channel crow .</div></blockquote>Did you set .chanset #channel +limit via DCC with your bot?<br><br>If you did you would have seen the bot set +l *if* channel mlock is <em class="text-italics">not</em> set -l. It's a <em class="text-italics">logical</em> limiter which means it's designed not to fill a channel with those annoying timed limits being set. On a netsplit, when the bot returns it will normally set an initial limit of 5 and a few seconds later adjust it to the correct level i.e. number of users in channel +5.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Mar 17, 2005 6:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-03-17T17:42:39-04:00</updated>

		<published>2005-03-17T17:42:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47800#p47800</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47800#p47800"/>
		<title type="html"><![CDATA[auto limit &amp; kick report &amp; kicked count]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47800#p47800"><![CDATA[
<blockquote class="uncited"><div>ha ha ha you confuse with my purpose , i mean one kick they will save kick and count 1 then when another user got kick it will count 2 , and next it will increase ... and don't reset the kick and count will we use command !resetkick then it will reset <br><br>and the kick can it save to log file or message to channel instead of partyline ?<br><br>and i guess the autolimit not work maybe i will try again tomorrow when my channel crow .</div></blockquote>1. You still aren't clear about what you want your bot to do<br>2. The message will be saved in your eggdrop.log, however you can change putlog to whetever you want.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Mar 17, 2005 5:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cambodia]]></name></author>
		<updated>2005-03-17T16:28:45-04:00</updated>

		<published>2005-03-17T16:28:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47799#p47799</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47799#p47799"/>
		<title type="html"><![CDATA[auto limit &amp; kick report &amp; kicked count]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47799#p47799"><![CDATA[
ha ha ha you confuse with my purpose , i mean one kick they will save kick and count 1 then when another user got kick it will count 2 , and next it will increase ... and don't reset the kick and count will we use command !resetkick then it will reset <br><br>and the kick can it save to log file or message to channel instead of partyline ?<br><br>and i guess the autolimit not work maybe i will try again tomorrow when my channel crow .<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5351">cambodia</a> — Thu Mar 17, 2005 4:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
