mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
Add Spam Detection variables to config
This commit is contained in:
parent
4970ab1c78
commit
9baf2926f0
1 changed files with 9 additions and 0 deletions
|
@ -71,5 +71,14 @@
|
|||
"channelMapping": {
|
||||
"#shared": "#lbry"
|
||||
}
|
||||
},
|
||||
"spam_detection": {
|
||||
"warnBuffer": 10,
|
||||
"maxBuffermsg": 20,
|
||||
"intervalms": 1000,
|
||||
"warningMessage": ", Stop spamming or you will be banned! This is your warning!",
|
||||
"banMessage": "has been banned for spamming!",
|
||||
"maxDuplicatesWarning": 10,
|
||||
"maxDuplicatesBan": 20
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue