Skip to content
Extraits de code Groupes Projets
Valider 31629933 rédigé par Alexandre Morignot's avatar Alexandre Morignot
Parcourir les fichiers

remove useless check

parent 1fdf3688
Branches
Étiquettes
Aucune requête de fusion associée trouvée
......@@ -38,9 +38,7 @@ sub get_content {
$content{'author'} = $1;
} elsif (/^https:\/\/l.facebook.com\/l\/.*\/(.*)/) {
$content{'link'} .= ' '.$uri->decode($1);
} elsif (/#/ and not defined $content{'link'}) {
# we check for tags before the link.
# what is after is facebook craps.
} elsif (/#/) {
chomp;
$content{'msg'} .= $_;
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter