keyword blacklist
- allows for a simple comma separated list of words to look for in a game title and if they exist then ignore the giveaway
This commit is contained in:
parent
5402130fbf
commit
55dd027393
3 changed files with 16 additions and 4 deletions
|
@ -10,4 +10,6 @@ max_entries = 2000
|
|||
# time left in minutes of a giveaway for it to be considered
|
||||
max_time_left = 300
|
||||
# the minimum point value for a giveaway to be considered
|
||||
minimum_game_points = 5
|
||||
minimum_game_points = 5
|
||||
# a comma separated list of keywords in game titles to ignore
|
||||
blacklist_keywords = hentai,puzzle,adult
|
Loading…
Add table
Add a link
Reference in a new issue