makyo / stimmtausch

Golang MU* client
MIT License
5 stars 0 forks source link

Child triggers #128

Open makyo opened 2 years ago

makyo commented 2 years ago

Make a new trigger type that only executes matches in children key if the parent key matches

E.g:

- name: "children"
  type: "children"
  matches:
    - "^\\[W\\]"
  children:
    - type: "hilite"
      matches:
        - "to you\\.$"
      attributes: "green"