blob: 296fb22d0d44b9df62d8e497f42cd1e82f3b06d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Configuration file for m_censor.so (1.0.0.0)
# C.J.Edwards May 2004.
#
# The tags for this module are formatted as follows:
#
# <badword text="simple word"
# replace="text to replace with">
<badword text="shit" replace="poo">
<badword pattern="fuck" replace="(censored)">
|