Skip to content

Commit

Permalink
add #multiplayer to IGNORED_CHANNELS
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueRou committed Dec 5, 2023
1 parent 84ef3ba commit 4060a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/domains/cho.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ async def handle(self, player: Player) -> None:
app.state.sessions.players.enqueue(app.packets.user_stats(player))


IGNORED_CHANNELS = ["#highlight", "#userlog"]
IGNORED_CHANNELS = ["#highlight", "#userlog", "#multiplayer"]


@register(ClientPackets.SEND_PUBLIC_MESSAGE)
Expand Down

0 comments on commit 4060a7c

Please sign in to comment.