4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 18:59:24 +00:00

[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
This commit is contained in:
Yuval Langer
2018-05-12 00:02:43 +03:00
committed by Wim
parent 75381c2c6e
commit f0738a93c3
3 changed files with 13 additions and 2 deletions

View File

@ -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