mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 04:35:52 +12:00
Allow option to skip non-violation chat checks
This commit is contained in:
parent
1916d20031
commit
41578298b6
4 changed files with 13 additions and 1 deletions
|
@ -35,6 +35,11 @@ enable_word_filter=true
|
|||
# (NOTE: This feature is also used to filter some less-'bad' words disabling it will allow users to say them!)
|
||||
enable_corrections=true
|
||||
|
||||
# Include non-violations
|
||||
# stuff like blocking you from saying your password in chat
|
||||
# and FULL CAPS messages.
|
||||
non_violation=true
|
||||
|
||||
# Wether or not to consider all users "Subscribers"
|
||||
all_users_subscribed=false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue