From f0738a93c3d42bec580d69f8a0df6306e3f357c2 Mon Sep 17 00:00:00 2001 From: Yuval Langer Date: Sat, 12 May 2018 00:02:43 +0300 Subject: [WIP] Colorize username sent to IRC using its crc32 IEEE checksum (#423) * Colorize username sent to IRC using its crc32 IEEE checksum * Add `ColorNicks` configuration variable * Add `ColorNicks` setting --- bridge/config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bridge/config') diff --git a/bridge/config/config.go b/bridge/config/config.go index 0b92783e..1627adc2 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -62,6 +62,7 @@ type Protocol struct { BindAddress string // mattermost, slack // DEPRECATED Buffer int // api Charset string // irc + ColorNicks bool // only irc for now Debug bool // general DebugLevel int // only for irc now EditSuffix string // mattermost, slack, discord, telegram, gitter -- cgit v1.2.3