Wordfilter problem

Issue #1044 new
Oliver created an issue

When an user triggers the wordfilter, all the words will be put together (spaces will be deleted)

Example

  • Filtered word: aids
  • I have aids

Outcome: Ihavebobba

Comments (4)

  1. Nyma Dolatkhahnejad

    When a user said a word by me it doesn't even show the line they typed? Its give them a mute, doesn't show the sentence and reports them. How does I fix that de sentence still be showed but replaced by bobba?

  2. Wesley repo owner

    Its because of filtering, it removes spaces to check. Afterwards it doesn't really know where that word was in the original sentence so you get the filtered sentence.

    I can simplify wordfiltering to not remove spaces but then saying a bad word with a space in between isn't filtered.

  3. Log in to comment