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.
foreach $tweet {
next if $sent{$tweet}{$me}==1;
}
Something like that.
4
people have this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Loading Profile...



