add dynamic loading of regex for testing

This commit is contained in:
Nayan
2025-08-26 00:02:28 -04:00
parent 727caef3dc
commit f01e7ad6d9
2 changed files with 30 additions and 5 deletions

View File

@@ -2,6 +2,13 @@
"config": {
"chat_channel": "testchatchannel",
"command_channel": "testchatchannel",
"command_prefix": "!"
"command_prefix": "!",
"regex": [
{
"type": "groups",
"match": "\\[(.*?)\\].*INFO.*\\]: <(.*)> (.*)",
"capture": "**[{groups[0]}]**: {groups[2]}"
}
]
}
}