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

/* Enter the words or groups of words you want to ban
(messages that contain them will not be sent) */
var spamwords = ['TDI', 'T D I', 'T.D.I', 'radio', 'tdi', 't d i', 't.d.i', 'r a d i o', 'r.a.d.i.o', 'top', 't.o.p', 't o p', 'fm', 'f.m.', 'naked', 'nude', 'viagra', 'porn', 'free sex', 
                 'INSTANT BOOSTER', 'INSTANT-BOOSTER', 'INSTANTBOOSTER',
                 'linking to your ad'];

/* Enter the words you want to filter
(messages that contain them will be sent,
while "bad words" will be replaced with symbols) */
var badwords = ['sperme', 'sperma', 'karanje', 'jebanje', 'kurac', 'picka', 'jebacina', 'supermen', 'TDI', 'T D I', 'T.D.I', 'radio', 'tdi', 't d i', 't.d.i', 'r a d i o', 'r.a.d.i.o', 'top', 't.o.p', 't o p', 'fm', 'f.m.', 'fuck', 'fucking', 'fuckoff', 'ass', 'suck', 'shit', 'asshole', 'sucks', 'kurac', 'picka', 'pusi', 'sisaj', 'pizda', 'kurcina', 'kita', 'sisa', 'siso', 'picketina','pizdetina', 'picko', 'pizdo', 'pichka', 'pichko', 'pichketino', 'pizdetino', 'majmune', 'jebo', 'mater', 'jebao', 'jebanje', 'karanje', 'pusenje', 'sisanje', 'pusi', 'jebem'];


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

