Skip to content

Apply wordfilter on more user-input fields #1679

Yordi requested to merge yordi/Arcturus-Community:additional-wordfilters into ms4/dev

Wordfilter has been applied at more places:

  • Motto
  • Presents
  • Trophies
  • Sticky notes
  • Hotel Forums, Creating, replying, quoting etc.
  • Group names, descriptions, etc.
  • Bots (chats, names)
  • Hotel Navigator Input (searching etc)
  • Creating Room names, settings, tags, descriptions, Event names + (descriptions)
  • Pet names

In some cases Habbo doesn't use the replace function of the wordfilter and just returns a composer for FORBIDDEN_WORDS, for example: room names & descriptions and pet names.
The emulator will only filter the words when hotel.wordfilter.enabled is true and when the user doesn't have permission ACC_CHAT_NO_FILTER

Merge request reports