SheepGoMeh / VisibilityPlugin

Dalamud plugin to allow for quality of life changes for player and pet visibility.
GNU General Public License v3.0
25 stars 16 forks source link

Custom emotes not affected by VoidList #39

Closed bui closed 2 years ago

bui commented 2 years ago

While most forms of chat are successfully hidden when a player is added to VoidList, it appears that custom emote messages (/em) don't get hidden. I couldn't discern whether this is intentional or not through the code, so wanted to report it here.

SheepGoMeh commented 2 years ago

Custom emote messages should be handled here https://github.com/SheepGoMeh/VisibilityPlugin/blob/f8bcfdc62f717b17a13fa715cf62af6abc1c7193/Visibility/VisibilityPlugin.cs#L578

SheepGoMeh commented 2 years ago

Closed due to lack of updates