Get your own customer support community

Recent activity

Subscribe to this feed
  • problem

    semprini reported a problem in Twitter on December 10, 2007 05:03:

    semprini
    Multiple txts for each alert is silly
    It 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.