view bin/thanks @ 3809:48774c96538e

<boily> addquote \\item <elliott\\_> `addquote <olsner> two quotes about quotes about django <olsner> I guess the worst part is that I appear in all three hackego quotes about django \\\\ <olsner> elliott\\_: another quote? you\'re not helping \\texttt{:/} \xe2\x86\x90 and three giraffes.
author HackBot
date Fri, 20 Sep 2013 19:00:36 +0000
parents c216e32f5e2e
children
line wrap: on
line source

#!/usr/bin/perl
$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Thanks, $_. "; if (/[aeiouyAEIOUY]/) { s/^[^aeiouyAEIOUY]*/Th/; } else { s/^./T/; } print "$_.";