/*
Copyright &copy; 2008 Pippa http://www.spacegirlpippa.co.uk
Contact: sthlm.pippa@gmail.com

This file is part of wTag mini chat - shoutbox.

wTag is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

wTag is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with wTag.  If not, see <http://www.gnu.org/licenses/>.
*/


/*------ Configuration file --------------------------------------------------*/


/* Enter the characters you want to ban (messages that contain them
will not be sent) */
var characters = ['<', '&lt;', '&gt;', 'href', 'free-sex-tv.info', 
                  'atix.tk', 'hano112', '89.com', 'nightracers.pl', 'redtube.com',
                  'sexyasian', 'aeonhost.co.cc', 'gagamaga.ru', 'spam', 'line.ucoz',
                  'thehun', 'pigcheers.com', 'freemafiagame', 'onlinepharmacyrx.bravehost.com',
                  'sbox.ws', 'freeprizesite', 'sex', 'sexy', 'penis', 'vagina',
                  'mlm.sv-money.ru', 'vip-chat.ru', 'elfet.ru', 'i-click4cash', 'knuddels.de', 'onlinetopgames.net'];

/* Enter the words or groups of words you want to ban
(messages that contain them will not be sent) */
var spamwords = ['naked', 'nude', 'viagra', 'porn', 'free sex',
                 'INSTANT BOOSTER', 'INSTANT-BOOSTER', 'INSTANTBOOSTER',
                 'linking to your ad',
                 'chat rooms', 'chat room', 'cum'];

/* Enter the words you want to filter
(messages that contain them will be sent,
while "bad words" will be replaced with symbols) */
var badwords = ['fuck', 'fucking', 'fuckoff', 'ass', 'suck', 'shit',
                'asshole', 'sucks', 'poop', 'bitch'];


/* Replace 'yes' with 'no' if you decide to turn off the smileys */
var sm_options = ['yes'];

