blob: ea9e081478bb209505e0c26cdc296f6690ecb44e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Configuration file for m_censor.so
# 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)">
|