mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
- Fix typos, remove misleading information, rephrase a few sentences - Add info about hmac-<hash> hash types - Remove <performance:maxwho> (the code which used this was removed in 96e4434 - @SaberUK) - Change inspircd.github.org to inspircd.org
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
# 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)">
|