Skip to content

Commit

Permalink
Fix autofriend (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
MZPL authored Aug 19, 2024
1 parent 865ce4a commit 49f758b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class LanguageData {
*/
private String autoQueuePrefixGlobal = "^(?:You died! .+|YOU DIED! .+|You have been eliminated!|You won! .+|YOU WON! .+)$";

private String autoFriendPattern = "Friend request from (?<name>.+)\\[ACCEPT] - \\[DENY] - \\[IGNORE].*";
private String autoFriendPattern = "Friend request from (?<name>.+)\\[ACCEPT] - \\[DENY] - \\[BLOCK].*";
private String autoAfkReplyPattern = "^From (\\[.+?] )?(.+?): .+$";

private String chatCleanerKarmaMessages = "^\\+(?<karma>\\d)+ Karma!$";
Expand Down

0 comments on commit 49f758b

Please sign in to comment.