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

autogg changes #55

Merged
merged 1 commit into from
Jun 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion regex.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@
"^ +Zombies - \\d*:?\\d+:\\d+ \\(Round \\d+\\)$",
"^ +. YOUR STATISTICS .$",
"^ {36}Winner(s?)$",
"^ {21}Bridge CTF [a-zA-Z]+ - \\d\\d:\\d\\d$"
"^ {21}Bridge CTF [a-zA-Z]+ - \\d\\d:\\d\\d$",
"^ {35}GAME OVER!$",
"^ {32}Party Games$"
],
"en": {
"autoQueuePrefixGlobal": "^(?:You died! .+|YOU DIED! .+|You have been eliminated!|You have permanently died! .+|You won! .+|YOU WON! .+)$",
"autoFriendPattern": "Friend request from (?<name>.+)\\[ACCEPT] - \\[DENY] - \\[IGNORE].*",
"autoAfkReplyPattern": "^From (\\[.+?] )?(.+?): .+$",
"chatCleanerKarmaMessages": "^\\+(?<karma>\\d)+ Karma!$",
"chatCleanerJoin": "(?:sled into|slid into|joined|spooked into) the lobby",
"chatCleanerTicketAnnouncer": "^(?<player>(?!You )\\w{1,16} )has found an? .+$",
"chatCleanerSoulWellFind": "^.+ has found .+ in the Soul Well!$",
Expand Down Expand Up @@ -76,6 +79,8 @@
"cannotShoutBeforeGame": "You can't use /shout before the game has started.",
"cannotShoutAfterGame": "You can't use /shout after the game has finished.",
"hypixelLevelUp": "You are now Hypixel Level (?<level>\\d+)!",
"casualGameEnd": "^(?:MINOR EVENT! .+ in .+ ended|DRAGON EGG OVER! Earned [\\d,]+XP [\\d,]g clicking the egg \\d+ times|GIANT CAKE! Event ended! Cake's gone!|PIT EVENT ENDED: .+ \\[INFO\\])$",
"cancelGgMessages": "^(?:.* )?(?:\\[.+] )?\\w{1,16}(?: .+)?: (?:❤|gg|GG|gf|Good Game|Good Fight|Good Round! :D|Have a good day!|<3|AutoGG By Sk1er!|AutoGG By Hytils Reborn!|gf|Good Fight|Good Round|:D|Well Played!|wp)$",
"cancelGlMessages": "(?!.+: )( gl(?!\\w)|glhf|good luck|have a good game|autogl by sk1er)",
"autoChatReportConfirm": "Please type /report confirm to log your report for staff review.",
"autoPartyWarpConfirm": "Some players are still in-game, run the command again to confirm warp!",
Expand Down