Fix shortnames for Discord & Slack puppetting bridges
This commit is contained in:
parent
b7e502526b
commit
0d491bd3a6
1 changed files with 2 additions and 0 deletions
|
@ -1068,6 +1068,8 @@ class RoomBuffer(object):
|
|||
# freenode bridge users better
|
||||
if (user.user_id.startswith("@_discord_") or
|
||||
user.user_id.startswith("@_slack_") or
|
||||
user.user_id.startswith("@_discordpuppet_") or
|
||||
user.user_id.startswith("@_slackpuppet_") or
|
||||
user.user_id.startswith("@whatsapp_") or
|
||||
user.user_id.startswith("@facebook_") or
|
||||
user.user_id.startswith("@telegram_") or
|
||||
|
|
Loading…
Reference in a new issue