Text Replace Enhanced is an Equicord User Plugin based on the official Text Replace plugin. Modifications include:
- Replacements run on all existing messages instead of only other user's messages
- Added Except if includes option to the replacement rules
- Only/Except if includes options accept Regular Expressions in regex replacement rules
- Per rule channel white/blacklisting using a comma seperated list of channel IDs (prepend ! for blacklist mode)
Build Equicord from source then run the following commands:
cd src/userplugins
git clone https://github.com/hachigodesu/Text-Replace-Enhanced.git
pnpm build
cd src/userplugins/Text-Replace-Enhanced
git pull
pnpm build