diff --git a/matrix_pygmalion_bot/core.py b/matrix_pygmalion_bot/core.py index 24821d0..afd1eb9 100644 --- a/matrix_pygmalion_bot/core.py +++ b/matrix_pygmalion_bot/core.py @@ -100,6 +100,8 @@ class Callbacks(object): return self.bot.user_name = room.user_name(event.sender) + if self.bot.user_name == self.bot.name: + self.bot.user_name = "You" if event.body.startswith('!replybot'): print(event)