mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
- Example config files now end with .conf.example. - Example text files now end with .txt.example. - Removed 'inspircd' from the name of multiple example files. - Added missing oper motd example file.
15 lines
371 B
Plaintext
15 lines
371 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)">
|