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

add PM short channel name regex #57

Merged
merged 3 commits into from
Jul 19, 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
2 changes: 2 additions & 0 deletions regex.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
"chatRestylerFriendPattern": "^((?:\u00a7r)?\u00a7\\w)(Friend >)",
"chatRestylerOfficerPattern": "^((?:\u00a7r)?\u00a7\\w)(Officer >)",
"chatRestylerStatusPattern": "^(?<type>(?:\u00a7aFriend|\u00a7a\u00a7aF|\u00a72Guild|\u00a72\u00a72G)) > (\u00a7r|\u00a7r\u00a7r){1,2}(?<player>\u00a7[\\da-f]\\w{1,16}) \u00a7r\u00a7e(?<status>(?:joined|left))\\.\u00a7r$",
"chatRestylerPrivateMessageToPattern": "^((?:\u00a7r)?\u00a7\\w)(To)",
"chatRestylerPrivateMessageFromPattern": "^((?:\u00a7r)?\u00a7\\w)(From)",
"autoChatSwapperPartyStatus": "^(?:You have been kicked from the party by (?:\\[.+] )?\\w{1,16}|(?:\\[.+] )?\\w{1,16} has disbanded the party!|You left the party\\.|You are not in a party\\.|The party was disbanded because (?:all invites expired and the party was empty|the party leader disconnected)\\.)$",
"autoChatSwapperChannelSwap": "^You are now in the (?<channel>ALL|GUILD|OFFICER) channel$",
"autoChatSwapperAlreadyInChannel": "You're already in this channel!",
Expand Down