Update and help? (for the developer)

Currently, I use an old (modified) version of Better Chat Filter plugin. Can I somehow give you this version or if you can apply the fix yourself and update it to the current uMod version? What I am talking about?

For example we have in config censorship set to * symbol and that's fine...

Then we need to set some bad words in the filter, ok...

As I know currently if you censor "blackperson" in-game will display ******** but if you add "black person" won't do anything.

In my language for example there are a lot of 2-3 words combos that are huge swear stuff like phrases but if add (blacklist) every word on its own gonna be broken for the players because some of the words are normal and not bad if used on its own. So censoring whole stuff and detecting spaces "word1 word2 word3" would be great : )

Thanks and hope its possible to add it, as I mentioned above can send you my edited version of the plugin so you can check.

please send to me ill do the ajustment for you

it seems im missing some thing all i can find diff is the one bool but never used

public bool CheckValidWord(string text, string word) {
            return (text.LastIndexOf(word) <= 0);
        }​

can you please point out where your fix applys .

Actually I do not know, but will ask the guy who did this fix for me and hope he reply something...  : )