diff options
author | Yuval Langer <yuval.langer@gmail.com> | 2018-05-12 00:02:43 +0300 |
---|---|---|
committer | Wim <wim@42.be> | 2018-05-11 23:02:43 +0200 |
commit | f0738a93c3d42bec580d69f8a0df6306e3f357c2 (patch) | |
tree | 15564159af97998413a45a43149adfdc6faf46ef /matterbridge.toml.sample | |
parent | 75381c2c6e32b7a7b36c4b6a662feae2b1b0fb5a (diff) | |
download | matterbridge-msglm-f0738a93c3d42bec580d69f8a0df6306e3f357c2.tar.gz matterbridge-msglm-f0738a93c3d42bec580d69f8a0df6306e3f357c2.tar.bz2 matterbridge-msglm-f0738a93c3d42bec580d69f8a0df6306e3f357c2.zip |
[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
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index e2558cbb..bf9e147b 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -92,6 +92,10 @@ MessageSplit=false #OPTIONAL (default 0) RejoinDelay=0 +#ColorNicks will show each nickname in a different color. +#Only works in IRC right now. +ColorNicks=false + #Nicks you want to ignore. #Messages from those users will not be sent to other bridges. #OPTIONAL |