Results 1 to 4 of 4

Thread: chatfilter variations

  1. #1

    Default chatfilter variations

    Hi,

    Is there a smarter way for the chatfilter to work? For example one can say noob but saying n oob or ubernoob would have to be added to the filter as well. One could make up countless variations only for that word. I love the system and it works well but it is incomplete.

    Your thoughts?

  2. #2
    Über Prodigy & Developer Razo[R]apiD's Avatar
    Join Date
    May 2010
    Location
    Poland, Lublin
    Posts
    3,257

    Default

    It's hard to implement.

    Chat Filter has to work for complete words, you can't use wildcards * , so it would work like this: no*

    Because every word starting with "no" would be considered a bad word.

    If you an idea how this could work better, write it here and we'll think if it's doable.

  3. #3
    Administrator JoTo's Avatar
    Join Date
    May 2010
    Location
    www.scapp.net
    Posts
    1,953

    Default

    It would need to implement Regex (Regular Expressions) feature to manage those more or less comfortable. Not sure if there are libraries available for implementing into the patch, creating the functionality on its own would consume much time.

    http://www.regular-expressions.info/

  4. #4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •