From c3e6c2796694bb9d09f4b6baa02021d065361c23 Mon Sep 17 00:00:00 2001 From: Hubert Hirtz Date: Wed, 19 Aug 2020 22:28:17 +0200 Subject: ui: Notify on highlight (or execute any command) --- config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.go') diff --git a/config.go b/config.go index 09f4b39..65ca203 100644 --- a/config.go +++ b/config.go @@ -14,7 +14,8 @@ type Config struct { Password *string Highlights []string - NickColWidth int `yaml:"nick-column-width"` + OnHighlight string `yaml:"on-highlight"` + NickColWidth int `yaml:"nick-column-width"` Debug bool } -- cgit v1.2.3