Add mute list setting

Add sharing between mute_list and beerchat

Add check for mute list
This commit is contained in:
Athozus 2023-12-29 22:51:42 +01:00
parent e45d56439f
commit 103c4ae441
5 changed files with 69 additions and 3 deletions

View file

@ -7,6 +7,7 @@ local generic_colors = {
new = "#00F529",
warning = "#FF8800",
disabled = "#332222",
muted = "#CCCCCC",
}
local function get_base_color(c)