{ "config": { "chat_channel": "testchatchannel", "command_channel": "testchatchannel", "command_prefix": "!", "regex": [ { "type": "groups", "match": "\\[(.*?)\\].*INFO.*\\]: <(.*)> (.*)", "capture": "**[{groups[1]}]**: {groups[2]}" }, { "type": "groups", "match": "\\[(.*?)\\].*WARN.*?\\] \\[(.*?)\\]: (.*)", "capture": "**[{groups[1]}]**: {groups[2]}" } ] } }