-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added: New setting to escape filtered emotes in your outgoing chat messages. This ensures that you don't inadvertently use one of the emotes you've hidden when chatting by adding an invisible character to the appropriate words, stopping other users' clients from treating the words as emotes.
- Loading branch information
1 parent
b616bf9
commit 3830681
Showing
4 changed files
with
98 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"enabled": true, | ||
"requires": [], | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"icon": "https://cdn.frankerfacez.com/badge/2/4/solid", | ||
"short_name": "NoBadEmotes", | ||
"name": "No Bad Emotes", | ||
"author": "SirStendec", | ||
"description": "This add-on removes undesired emotes from chat, so you only see the words. Tired of people using replacing stupidly common words like 'the' with emotes using platforms without any sort of common sense restrictions? Just grab this.", | ||
"settings": "add_ons.no_bad_emotes", | ||
"created": "2024-01-24T20:02:45.938Z", | ||
"updated": "2024-01-24T20:02:45.938Z" | ||
"updated": "2024-01-25T20:52:46.515Z" | ||
} |