22 lines
302 B
Markdown
22 lines
302 B
Markdown
|
|
# Wordlists
|
||
|
|
|
||
|
|
|
||
|
|
## What is this even?
|
||
|
|
|
||
|
|
|
||
|
|
This is a remnant of the old censor system i patched out with a global toggle, since i planned to use this on somewhere public.
|
||
|
|
### How to re-enable:
|
||
|
|
|
||
|
|
Just change the src
|
||
|
|
|
||
|
|
|
||
|
|
ignore_profanity = True
|
||
|
|
|
||
|
|
|
||
|
|
to
|
||
|
|
|
||
|
|
|
||
|
|
ignore_profanity = False
|
||
|
|
|
||
|
|
|
||
|
|
and then you have re-enabled it.
|