mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[GH-ISSUE #940] Update log parsing to detect new XFloat modes #104
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MSuih on GitHub (Aug 7, 2023).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/940
XFloat was changed from 3 separate booleans to one enum with 4 values. This needs to be updated in bot log parsing as well.
Related PR:
https://github.com/RPCS3/rpcs3/pull/14247
Update log parsing to detect new XFloat modesto [GH-ISSUE #940] Update log parsing to detect new XFloat modes