Psicoses / ChatFilterUpdater

Auto update Runelite's built in chat filter
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Current filter list disables Examine info #1

Open Z7-z opened 1 year ago

Z7-z commented 1 year ago

Can't examine anything with current filter list. Also disables the price lookup you normally receive examining an item

Psicoses commented 1 year ago

I haven't been able to recreate this issue. Could you let me know the items you're examining? Does the problem go away after disabling either the ChatFilterUpdater Plugin, or Runelite's Chatfilter? Do you have Filter Game Chat enabled in Runelite's chat filter?

Z7-z commented 1 year ago

It happens with any item. All messages reappear after disabling Chat Filter because there are a few more other than just the examine messages that also are hidden. I do have filter game chat enabled, and disabling it makes everything reappear but I have certain game messages hidden for other activities, it wasn't doing this until I added the updater though.

Psicoses commented 1 year ago

Ah okay. The issue is being caused by the strip accent feature in Runelite's chat filter. It looks to strip accents from both the regex and the chat itself. Effectively causing the accented characters at the bottom of the default regex list to block all vowels.

I'm not sure if stripping accents from the regex is an intended function, though for time being the solution to this problem will be disabling the strip accents function until either I fix the regex to not need accented characters, or Runelite changes that behavior.

Z7-z commented 1 year ago

No worries. This filter probably doing a much better job than my previous one so I will do as suggested for now. Thanks