diff --git a/content.py b/content.py index db6f2350e..b87e49de9 100644 --- a/content.py +++ b/content.py @@ -105,6 +105,7 @@ def addMention(wordStr: str,httpPrefix: str,following: str,replaceMentions: {},r if len(wordStr)<2: return False possibleHandle=wordStr[1:] + print('Possible mention: '+possibleHandle) # @nick if '@' not in possibleHandle: # fall back to a best effort match against the following list