Recent activity
Subscribe to this feed
semprini reported a problem in Twitter on December 10, 2007 05:03:
Multiple txts for each alert is sillyIt should be a simple matter (before you send an alert to my phone and burn one of my 250 txts for the week) to check whether you've already sent the alert based on another keyphrase.
foreach $tweet {
next if $sent{$tweet}{$me}==1;
}
Something like that.
Loading Profile...

