mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-22 15:14:47 -04:00
Add mute list setting
Add sharing between mute_list and beerchat Add check for mute list
This commit is contained in:
parent
e45d56439f
commit
103c4ae441
5 changed files with 69 additions and 3 deletions
|
@ -7,6 +7,7 @@ local generic_colors = {
|
|||
new = "#00F529",
|
||||
warning = "#FF8800",
|
||||
disabled = "#332222",
|
||||
muted = "#CCCCCC",
|
||||
}
|
||||
|
||||
local function get_base_color(c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue