Definition : LANG_IS_OFFENSIVE

Defined in : #include <language.h>

Syntax     : (int) LANG_IS_OFFENSIVE(string text)

Description: This definition will return TRUE when the argument contains
             one or more words or sub-words that are generally deemed
             offensive. Naturally, the list of words that is checked on
             is far from being complete. It only provides a filter for
             the most common offensive terms.

Arguments  : string text - the line of text to check for offensive words.

