Fix message mentionable formatting

This commit is contained in:
Joscha 2016-05-23 16:23:39 +02:00
parent fdfb7cb7f1
commit e332053380

View file

@ -78,7 +78,7 @@ class Message():
Converts the name to a mentionable format.
"""
return "".join(c for c in self.name if not c in ",.!?;&<'\"" and not c.isspace()).lower()
return self.sender.mentionable()
def is_edited(self):
"""