/*
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', 'sexyasian', 'redtube.com'];

/* Enter the words or groups of words you want to ban
(messages that contain them will not be sent) */
var spamwords = ['votze', 'viagra'];

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


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


