Added support for MOTDs matching only the date

This commit is contained in:
2024-10-19 17:43:47 -05:00
parent 7be7970194
commit 1ec9c93bda
3 changed files with 8 additions and 0 deletions

View File

@@ -21,6 +21,9 @@
"Sat": [
"Saturday Event"
],
"01": [
"Example event to be triggered on the 1st of any month."
],
"Mon01": [
"Example event to be triggered on any Monday that is also the 1st."
],