egg82 / TabChat

A simple, intuitive chat system for your server.
MIT License
0 stars 0 forks source link

Chat Filter #12

Closed partydev closed 3 years ago

partydev commented 4 years ago

Describe the solution you'd like Filter for filtering out certain words. Can be toggled for each channel, so some are not subject to a filter.

clrxbl commented 4 years ago

Regex support aswell & should probably be done like VentureChat, e.g.

regex1, regex2

Where regex1 is the word that's supposed to be filtered and regex2 the filtered outcome (bit like find and replace)