quisquous / cactbot

FFXIV TypeScript Raiding Overlay
Apache License 2.0
793 stars 379 forks source link

raidboss: timeline netregex for gameLogWithName #6024

Closed quisquous closed 11 months ago

quisquous commented 11 months ago

/sync\s*\/ 00:(?<code>[^:]*):(?<name>[^:]*):(?<line>[^:]*)\//

Because parameters are now translated individually vs the sync as a whole, there are now missing translations (that were missing before, but not seen by the script).

Done by running #5977.