mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7456 e03df62e-2008-0410-955e-edbf42e46eb7
16 lines
372 B
Plaintext
16 lines
372 B
Plaintext
# 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">
|
|
#
|
|
# You can specify <badword text="simple word" replace="">
|
|
# to block lines containing the word
|
|
|
|
<badword text="shit" replace="poo">
|
|
<badword text="fuck" replace="(censored)">
|
|
|