diff --git a/files/helpers/offsitementions.py b/files/helpers/offsitementions.py index 5f280da50..7cb745594 100644 --- a/files/helpers/offsitementions.py +++ b/files/helpers/offsitementions.py @@ -46,6 +46,10 @@ def get_mentions(queries): text = f'

{body}

' else: title = i["title"].replace('>', '> ') + + # Special case: a spambot says 'WPD' a lot unrelated to us. + if 'Kathrine Mclaurin' in title: continue + text = f'

{title}

' if i["selftext"]: