view bin/thanks @ 7014:cc9daef13038

<shachaf> le/rn weather/lambdabot: ?? ?? (?where weather) CYUL ENVA ESSB KOAK
author HackBot
date Thu, 25 Feb 2016 22:57:23 +0000
parents 685e004a3372
children
line wrap: on
line source

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