This commit is contained in:
parent
02ad635df6
commit
4dd5b6c1e9
@ -4,7 +4,7 @@ function format_string(s, tab)
|
||||
end
|
||||
|
||||
function colorize_target_name(s, target)
|
||||
if not target then
|
||||
if not target or not s then
|
||||
return s
|
||||
end
|
||||
|
||||
@ -37,4 +37,4 @@ beerchat.format_message = function(s, tab)
|
||||
}
|
||||
|
||||
return format_string(s, params)
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user