accidentally overwrote !shout with !lft...
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user