    This plugin will scan chat messages for swearing embedded within
    clever typing the user may enter. Essentially, the plugin strips
    the chat line of any characters that may be used to separate
    alphanumeric characters (e.g. spaces). the resultant string is then
    fed into the standard swear checker. Unlike plugin_retribution, the
    foul chat is simply eaten and the user is told as such.

    NOTE: For this plugin to work effectively, make sure it is placed
    before plugin_retribution in your plugin.ini file.