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

	<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-01-23T05:16:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-01-23T05:16:00-04:00</updated>

		<published>2005-01-23T05:16:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45722#p45722</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45722#p45722"/>
		<title type="html"><![CDATA[looking for special caps.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45722#p45722"><![CDATA[
<blockquote class="uncited"><div><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> hello<br><br>dont want to act up but... it seems to be a whole new script thx <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> how to display the values (like % caps) in the kickmessage also ?<br><br>ok, i tried it with a simple thing <br>10 x a's <br>when i use<br>aaaaaaaaaa it doesnt do anything (wich is normal)<br>when i do<br>Aaaaaaaaaa it kicks already, while i've set 5:50<br><br>basicly it just kicks when i talk in the channel <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>anyway isnt it better to add to the previous script ? (the channel awareness) i tested that and it works good <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote>Here's the one I use, quite similar to the one posted in this topic.<div class="codebox"><p>Code: </p><pre><code># Set the channels here where you wish the kick to be activated on.set capschans "#india #bharat"#Set this to the minimum text size, before it will actset capsmin "70"# Minimum percentage of CAPS detected from the full textset capslen "65"bind pubm - * pub:caps:kickproc pub:caps:kick {nick uhost hand chan text} { global botnick capschans capsmin capslen  if {[string length $text] &lt; $capsmin} {return 0}    set text [ctrl:filter $text]    set maxcaps "[string length $text]"    regsub -all {[A-Z]} $text "" counted    set countcaps [string length $counted]    set capsban "*!*@[lindex [split $uhost @] 1]"    set capsper [expr (($maxcaps - $countcaps) * 100) / $maxcaps]    if {(([lsearch -exact [string tolower $capschans] [string tolower $chan]] != -1) || ($capschans == "*"))} {     if {([botisop $chan]) &amp;&amp; (![isop $nick $chan]) &amp;&amp; (![isvoice $nick $chan]) &amp;&amp; (![matchattr $hand mn|mn $chan]) &amp;&amp; ([onchan $nick $chan]) &amp;&amp; ($capsper &gt;= $capslen)} {      set capsrange "[string range $capsper 0 end]%"      putquick "MODE $chan +b $capsban"      putquick "KICK $chan $nick :0,1 Excessive CAPS Text Kick 12,0 - 12Exceeded the limit of2 $capslen% percent 12of caps by typing2 *$maxcaps* capital characters, 12at a rate of2 $capsrange percent. 12Please turn *off* your 2caps lock switch, 12which is located 2left to the 'A' button 12on your keyboard."       timer 30 "pushmode $chan -b $capsban"      return 0      }   }}proc ctrl:filter {str} {  regsub -all -- {\003[0-9]{0,2}(,[0-9]{0,2})?|\017|\037|\002|\026|\006|\007} $str "" str  return $str}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Jan 23, 2005 5:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2005-01-21T10:04:07-04:00</updated>

		<published>2005-01-21T10:04:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45663#p45663</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45663#p45663"/>
		<title type="html"><![CDATA[looking for special caps.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45663#p45663"><![CDATA[
<blockquote class="uncited"><div>anyway isnt it better to add to the previous script ? (the channel awareness) i tested that and it works good <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote>no, it's always better to do a total rewrite <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> (try the edited version)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Jan 21, 2005 10:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CosmicD]]></name></author>
		<updated>2005-01-21T09:25:17-04:00</updated>

		<published>2005-01-21T09:25:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45662#p45662</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45662#p45662"/>
		<title type="html"><![CDATA[looking for special caps.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45662#p45662"><![CDATA[
<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> hello<br><br>dont want to act up but... it seems to be a whole new script thx <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> how to display the values (like % caps) in the kickmessage also ?<br><br>ok, i tried it with a simple thing <br>10 x a's <br>when i use<br>aaaaaaaaaa it doesnt do anything (wich is normal)<br>when i do<br>Aaaaaaaaaa it kicks already, while i've set 5:50<br><br>basicly it just kicks when i talk in the channel <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>anyway isnt it better to add to the previous script ? (the channel awareness) i tested that and it works good <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=5772">CosmicD</a> — Fri Jan 21, 2005 9:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2005-01-22T20:57:23-04:00</updated>

		<published>2005-01-21T09:09:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45660#p45660</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45660#p45660"/>
		<title type="html"><![CDATA[looking for special caps.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45660#p45660"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># use .chanset #yourchan &lt;channel setting name&gt; &lt;min length&gt;:&lt;max percent&gt;# the name of your channel setting:set capskick CAPSKICK;setudef str $capskickbind pubm - * capskickproc capskick {n u h c a} {if {[scan [channel get $c $::capskick] %d:%d m p]!=2} returnif {[set t [string len $a]]&lt;$m} returnset P [expr ([regexp -all {[A-Z]} $a]/$t.)*100]if {$P&gt;=$p} {putkick $c $n "A-Z: [format %.1f $P]%"}}</code></pre></div>EDIT: fixed a bug and added the percent to the kick message<br>EDIT2: fixed the bug i introduced when fixing the other bug<br>(not tested as usual <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz">)<br>EDIT3: testing might not be such a bad idea after all... (rounding bug)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Jan 21, 2005 9:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CosmicD]]></name></author>
		<updated>2005-01-21T08:44:32-04:00</updated>

		<published>2005-01-21T08:44:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45659#p45659</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45659#p45659"/>
		<title type="html"><![CDATA[looking for special caps.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45659#p45659"><![CDATA[
allright,<br><br>can i revive this topic by asking someone to make it channel aware (with a udef flag for each channel - or + ? <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=5772">CosmicD</a> — Fri Jan 21, 2005 8:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mackenzie]]></name></author>
		<updated>2002-09-04T10:04:00-04:00</updated>

		<published>2002-09-04T10:04:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10449#p10449</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10449#p10449"/>
		<title type="html"><![CDATA[looking for special caps.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10449#p10449"><![CDATA[
oki to all the people on this forum....<br><br>a nice good working caps.tcl<br><br>--------------------------------------------------------------------------<br><br>#########################################<br># capsGF.tcl  (GF stands for G-Force bot)<br># credits goes to:<br># ppslim, Papillon<br>#<br>#Date: 11 sept 2002<br>#<br>#########################################<br>#<br>#Set this to the minimum string wize, before it will act<br>#IE, set 6, "HELLO" = no kick, "HELLO ALL" = kick<br>set cap_min 5<br><br>#set this tot he percentage, wihtout any percentage char<br>#IE, 50<br>set cap_per 40<br><br>bind pubm - "*" cap:perc:kick<br>proc cap:perc:kick {nick uh hand chan arg} {<br>  global cap_per cap_min<br>  if {[string length $arg] &lt;= $cap_min} { return }<br>  set full [string length $arg]<br>  regsub -all {[A-Z]} $arg "" arg<br>  putlog "$arg"<br>  set perc [expr (($full - [string length $arg]) * 100) / $full]<br>  putlog "$perc"<br>  if {$perc &gt;= $cap_per} {<br>    putserv "KICK $chan $nick :*** NO *** caps please!!!) ([string range $perc 0 5]% caps)"<br>  }<br>}<br><br>putlog "CapsGF.tcl 2002 Loaded"<br><br><br>--------------------------------------------------<br>I give all the credits to ppslim and Pappillon<br>many tnx for your help<br><br>Friendly greetings<br>Mackenzie<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1661">Mackenzie</a> — Wed Sep 04, 2002 10:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mackenzie]]></name></author>
		<updated>2002-09-04T08:53:27-04:00</updated>

		<published>2002-09-04T08:53:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10441#p10441</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10441#p10441"/>
		<title type="html"><![CDATA[looking for special caps.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10441#p10441"><![CDATA[
wow indeed set caps on 3 and ´% on 20<br><br>that's what i call a capskicker   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> <br><br><br>is that also possibel that caps abusers will kick temporary for 1 minit after 3 kicks? a tempban?<br><br>Mack<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1661">Mackenzie</a> — Wed Sep 04, 2002 8:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-04T08:40:40-04:00</updated>

		<published>2002-09-04T08:40:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10440#p10440</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10440#p10440"/>
		<title type="html"><![CDATA[looking for special caps.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10440#p10440"><![CDATA[
oki we try start with lowercase AND THEN CAPS BEHIND = 32% caps<br>AND NOW CAPS IN FRONT lower case behind  = 42% caps<br>AND NOW CAPS IN FRONT NOTHING BEHIND = 81% caps<br>AAAAAAAAAAAAAAAAAAA = 100% caps<br><br>it recognises lowercaps <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> it just don't do anything unless it is more than 50% caps.....<br>taht's what the "set cap_per 50" is 4<br>change it if u want<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed Sep 04, 2002 8:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mackenzie]]></name></author>
		<updated>2002-09-04T08:26:10-04:00</updated>

		<published>2002-09-04T08:26:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10439#p10439</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10439#p10439"/>
		<title type="html"><![CDATA[looking for special caps.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10439#p10439"><![CDATA[
test<br><br>[14:24] &lt;Mackie&gt; oki we try start with lowercase AND THEN CAPS BEHIND<br>[14:24] &lt;Mackie&gt; AND NOW CAPS IN FRONT lower case behind<br>[14:25] &lt;Mackie&gt; AND NOW CAPS IN FRONT NOTHING BEHIND<br>[14:25] *** Mackie was kicked by @G-Force (*** NO *** caps please!!!) (81% caps))<br><br>it don't recognice the lowercase  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> <br><br>Mack<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1661">Mackenzie</a> — Wed Sep 04, 2002 8:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-04T08:19:25-04:00</updated>

		<published>2002-09-04T08:19:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10438#p10438</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10438#p10438"/>
		<title type="html"><![CDATA[looking for special caps.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10438#p10438"><![CDATA[
<blockquote class="uncited"><div>works almost great... <br><br>[14:12] &lt;evo&gt; even iets testen --&gt; JOIN a GOOd CHAn MANNEke <br><br>nothing happend cause it don't recognice teh first lower case <br>then next test </div></blockquote>eh are u sure that's why? "even iets testen --&gt; JOIN a GOOd CHAn MANNEke " is just 32% caps <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=852">Papillon</a> — Wed Sep 04, 2002 8:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mackenzie]]></name></author>
		<updated>2002-09-04T08:15:04-04:00</updated>

		<published>2002-09-04T08:15:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10436#p10436</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10436#p10436"/>
		<title type="html"><![CDATA[looking for special caps.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10436#p10436"><![CDATA[
works almost great...<br><br>[14:12] &lt;evo&gt; even iets testen --&gt; JOIN a GOOd CHAn MANNEke<br><br>nothing happend cause it don't recognice teh first lower case<br>then next test<br><br>[14:12] &lt;evo&gt; &gt; JOIN a GOOd CHAn MANNEke<br>[14:12] *** evo was kicked by @G-Force (*** NO *** caps please!!!) (57% caps))<br><br>this is great<br><br>Mack<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1661">Mackenzie</a> — Wed Sep 04, 2002 8:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-04T08:06:15-04:00</updated>

		<published>2002-09-04T08:06:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10435#p10435</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10435#p10435"/>
		<title type="html"><![CDATA[looking for special caps.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10435#p10435"><![CDATA[
just remove those putlog.... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> used them to check if it was calcing properly <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed Sep 04, 2002 8:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-04T08:04:54-04:00</updated>

		<published>2002-09-04T08:04:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10434#p10434</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10434#p10434"/>
		<title type="html"><![CDATA[looking for special caps.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10434#p10434"><![CDATA[
I run a bit more testing on the script and I think I fixed it, just by remodeling the expr a bit it seems to be working<div class="codebox"><p>Code: </p><pre><code>#Set this to the minimum string wize, before it will act #IE, set 6, "HELLO" = no kick, "HELLO ALL" = kick set cap_min 6 #set this tot he percentage, wihtout any percentage char #IE, 50 set cap_per 50 bind pubm - "*" cap:perc:kick proc cap:perc:kick {nick uh hand chan arg} {   global cap_per cap_min   if {[string length $arg] &lt;= $cap_min} { return }   set full [string length $arg]   regsub -all {[A-Z]} $arg "" arg  putlog "$arg"  set perc [expr (($full - [string length $arg]) * 100) / $full]   putlog "$perc"  if {$perc &gt;= $cap_per} {     putserv "KICK $chan $nick :*** NO *** caps please!!!) ([string range $perc 0 5]% caps)"   } } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed Sep 04, 2002 8:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2002-09-04T07:53:54-04:00</updated>

		<published>2002-09-04T07:53:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10432#p10432</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10432#p10432"/>
		<title type="html"><![CDATA[looking for special caps.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10432#p10432"><![CDATA[
change this:<div class="codebox"><p>Code: </p><pre><code>putserv "KICK $chan $nick :*** NO *** caps please!!!) ([string range $perc 0 5])"</code></pre></div>to this:<div class="codebox"><p>Code: </p><pre><code>putserv "KICK $chan $nick :*** NO *** caps please!!!) ([string range $perc 0 5]% caps)" </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed Sep 04, 2002 7:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mackenzie]]></name></author>
		<updated>2002-09-04T07:29:06-04:00</updated>

		<published>2002-09-04T07:29:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10431#p10431</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10431#p10431"/>
		<title type="html"><![CDATA[looking for special caps.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10431#p10431"><![CDATA[
jups same here<br><br>[13:24] &lt;Mackie&gt; TTTTTTTTTTEEEEEEEEEESSSSSSSSSSTTTTTTTTTTEEEEEEEEEE E<br>[13:25] &lt;Mackie&gt; TTTTTTTTTTEEEEEEEEEESSSSSSSSSSTTTTTTTTTTEEEEEEEEEE EE<br>[13:26] &lt;Mackie&gt; TTTTTTTTTTEEEEEEEEEESSSSSSSSSSTTTTTTTTTTEEEEEEEEEEAAAAA<br>[13:26] *** Mackie was kicked by @G-Force (*** NO *** caps please!!!) (100))<br><br>it works almost fine  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> <br><br>is it also possibel to set (100) to (100% caps) ?<br><br>greetz<br>Mack<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1661">Mackenzie</a> — Wed Sep 04, 2002 7:29 am</p><hr />
]]></content>
	</entry>
	</feed>
