Skip to content

Commit

Permalink
add PM short channel name regex (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zickles authored Jul 19, 2024
1 parent 6e8e552 commit bfd3bb5
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit bfd3bb5

Please sign in to comment.