Skip to content

Commit

Permalink
Masto.json fix DOS word detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Oct 16, 2024
1 parent fcdab51 commit d21c2a7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion searches_examples/Masto.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@
"SearchAll": true,
"filters": [
{"MatchTag": "DOS"},
{"MatchTag": "MSDOS"},
{"MatchTag": "DOSGame"},
{"MatchTag": "DOSGames"},
{"MatchString": "DOS Game"}
{"MatchTag": "DOSSpeedrun"},
{"MatchTag": "DOSGaming"},
{"MatchTag": "DosBox"},
{"MatchWord": "MS-DOS"},
{"MatchWord": "MSDOS"},
{"MatchWord": "FreeDOS"},
{"MatchWord": "DOSBox"},
{"MatchString": "DOS game"},
{"MatchString": "DOScember"}
],
"Notifications": {
"stauftopic": {"chance": 5},
Expand Down

0 comments on commit d21c2a7

Please sign in to comment.