4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-03 14:17:45 +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

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