blob: 23924d14b8f015e7cdf297bfdba798f157518fa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Configuration file for the censor module
# The tags for this module are formatted as follows:
#
# <badword text="simple word"
# replace="text to replace with">
#
# You can specify <badword text="simple word" replace="">
# to block lines containing the word
<badword text="shit" replace="poo">
<badword text="fuck" replace="(censored)">
|