accidentally overwrote !shout with !lft...

This commit is contained in:
2021-12-04 22:50:47 +01:00
parent bf6c1842d2
commit 53eadc12aa
3 changed files with 12 additions and 6 deletions
@@ -78,7 +78,7 @@ class PrivateChannelController:
return hjson.load(f)
def handle_incoming_relay_message(self, ctx):
if self.display_main().get_value() and ctx.source == "private_channel" and ctx.sender:
if self.display_main().get_value() and ctx.source == "org_channel" and ctx.sender:
name = f"{OrgChannelController.ORG_CHANNEL_PREFIX} <yellow>{ctx.sender.name}</yellow>"
if account := self.account_service.get_account(ctx.sender.char_id):
if account.main != ctx.sender.char_id: