summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtzfr.eu>2020-08-19 22:28:17 +0200
committerHubert Hirtz <hubert@hirtzfr.eu>2020-08-19 22:28:17 +0200
commitc3e6c2796694bb9d09f4b6baa02021d065361c23 (patch)
tree17a0c876a5e746bb6d2e1306e947a5468244d0f1 /config.go
parentFix highlight not following new nick on registration (diff)
ui: Notify on highlight (or execute any command)
Diffstat (limited to 'config.go')
-rw-r--r--config.go3
1 files changed, 2 insertions, 1 deletions
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
}