Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raidboss: timeline netregex for mapEffect #6030

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Conversation

quisquous
Copy link
Owner

/sync\s*\/ 257 101:(?<instance>[^:]*):(?<flags>[^:]*):(?<location>[^:]*):\//

The instance here was dropped deliberately as it's always the same for a given zone, so is not useful in a regex.

Done by running #5977.

`/sync\s*\/ 257 101:(?<instance>[^:]*):(?<flags>[^:]*):(?<location>[^:]*):\//`

The instance here was dropped deliberately as it's always the same
for a given zone, so is not useful in a regex.

Done by running #5977.
@quisquous quisquous merged commit 060f1e9 into main Dec 15, 2023
5 checks passed
@quisquous quisquous deleted the nettimeline_mapeffect branch December 15, 2023 20:24
github-actions bot pushed a commit that referenced this pull request Dec 15, 2023
`/sync\s*\/ 257
101:(?<instance>[^:]*):(?<flags>[^:]*):(?<location>[^:]*):\//`

The instance here was dropped deliberately as it's always the same for a
given zone, so is not useful in a regex.

Done by running #5977. 060f1e9
github-actions bot pushed a commit that referenced this pull request Dec 15, 2023
`/sync\s*\/ 257
101:(?<instance>[^:]*):(?<flags>[^:]*):(?<location>[^:]*):\//`

The instance here was dropped deliberately as it's always the same for a
given zone, so is not useful in a regex.

Done by running #5977. 060f1e9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant