// NON UTILISES
// scripts conservés pour une évolution du chat


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

This file is part of wTag mini chat - shoutbox.
*/


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


/* Enter the characters you want to ban (messages that contain them
will not be sent) */
var characters = ['<', '&lt;', '&gt;', 'href', 'sexyasian', 'redtube.com'];

/* 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', 'fuck', 'fucking', 'fuckoff', 'ass', 'suck', 'shit',
                'asshole', 'sucks'];

/* 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'];

