Browse Source

* add 'Processing' message

master
Alex 'AdUser' Z 9 years ago
parent
commit
707d727250
  1. 1
      twatch-lite

1
twatch-lite

@ -129,6 +129,7 @@ sub process_feed {
my $text = ($feedconf->{lookup} eq 'title')
? $entry->title
: $entry->content->body;
_log(info => "Processing: " . $entry->title);
_log(debug => "Match text is: ". $text);
foreach my $match (@{ $feedconf->{matches} }) {
if ($match =~ m{^/(.*)/$}) {

Loading…
Cancel
Save