From 5e535f848d8a95d0ba434fecd0c10987801f44ea Mon Sep 17 00:00:00 2001 From: codemastr Date: Tue, 13 Mar 2001 22:23:49 +0000 Subject: [PATCH] updated the badword configs to use newconf --- Changes | 2 + badwords.channel.conf | 106 +++++++++++++++++++++--------------------- badwords.message.conf | 106 +++++++++++++++++++++--------------------- 3 files changed, 108 insertions(+), 106 deletions(-) diff --git a/Changes b/Changes index 3b1629a7a..7d7195bc4 100644 --- a/Changes +++ b/Changes @@ -325,3 +325,5 @@ working on a way to make it better though - Added unknown connection flood protection (settable in config.h) - Made chmode +z only settable by umode +z users or U:lines or services. +- Updated badwords.channel.conf and badwords.message.conf to use newconf (requires an include in + the config file) diff --git a/badwords.channel.conf b/badwords.channel.conf index 88da9a6e4..66ddd5349 100644 --- a/badwords.channel.conf +++ b/badwords.channel.conf @@ -1,53 +1,53 @@ -# -# Unreal Internet Relay Chat Daemon -# Copyright (C) Carsten V. Munk 2000 -# -# NOTE: Those words are not meant to insult you (the user) -# but is meant to be a list of words so that the +G channel/user mode -# will work properly. You can easily modify this file at your will. -# If you got words to add to this file, please mail badwords@tspre.org -# -# -# -# -# -# -# This is some filling space, scroll down to see the words -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -pussy -fuck -whore -slut -shit -asshole -bitch -cunt -vagina -penis -jackass -*fucker* -faggot -fag -horny -gay -dickhead -sonuvabitch -*fuck* -boobs -tits +/* + Unreal Internet Relay Chat Daemon + Copyright (C) Carsten V. Munk 2000 + + NOTE: Those words are not meant to insult you (the user) + but is meant to be a list of words so that the +G channel/user mode + will work properly. You can easily modify this file at your will. + If you got words to add to this file, please mail badwords@tspre.org + + + + + + + This is some filling space, scroll down to see the words + + + + + + + + + + + + + + + + +*/ +badword { word "pussy"; }; +badword { word "fuck"; }; +badword { word "whore"; }; +badword { word "slut"; }; +badword { word "shit"; }; +badword { word "asshole"; }; +badword { word "bitch"; }; +badword { word "cunt"; }; +badword { word "vagina"; }; +badword { word "penis"; }; +badword { word "jackass"; }; +badword { word "*fucker*"; }; +badword { word "faggot"; }; +badword { word "fag"; }; +badword { word "horny"; }; +badword { word "gay"; }; +badword { word "dickhead"; }; +badword { word "sonuvabitch"; }; +badword { word "*fuck*"; }; +badword { word "boobs"; }; +badword { word "tits"; }; diff --git a/badwords.message.conf b/badwords.message.conf index 88da9a6e4..66ddd5349 100644 --- a/badwords.message.conf +++ b/badwords.message.conf @@ -1,53 +1,53 @@ -# -# Unreal Internet Relay Chat Daemon -# Copyright (C) Carsten V. Munk 2000 -# -# NOTE: Those words are not meant to insult you (the user) -# but is meant to be a list of words so that the +G channel/user mode -# will work properly. You can easily modify this file at your will. -# If you got words to add to this file, please mail badwords@tspre.org -# -# -# -# -# -# -# This is some filling space, scroll down to see the words -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -# -pussy -fuck -whore -slut -shit -asshole -bitch -cunt -vagina -penis -jackass -*fucker* -faggot -fag -horny -gay -dickhead -sonuvabitch -*fuck* -boobs -tits +/* + Unreal Internet Relay Chat Daemon + Copyright (C) Carsten V. Munk 2000 + + NOTE: Those words are not meant to insult you (the user) + but is meant to be a list of words so that the +G channel/user mode + will work properly. You can easily modify this file at your will. + If you got words to add to this file, please mail badwords@tspre.org + + + + + + + This is some filling space, scroll down to see the words + + + + + + + + + + + + + + + + +*/ +badword { word "pussy"; }; +badword { word "fuck"; }; +badword { word "whore"; }; +badword { word "slut"; }; +badword { word "shit"; }; +badword { word "asshole"; }; +badword { word "bitch"; }; +badword { word "cunt"; }; +badword { word "vagina"; }; +badword { word "penis"; }; +badword { word "jackass"; }; +badword { word "*fucker*"; }; +badword { word "faggot"; }; +badword { word "fag"; }; +badword { word "horny"; }; +badword { word "gay"; }; +badword { word "dickhead"; }; +badword { word "sonuvabitch"; }; +badword { word "*fuck*"; }; +badword { word "boobs"; }; +badword { word "tits"; };