Shorten every instance of "CHANNEL" to "C" and whisper too

To save a little space in messages, it's getting very cramped
This commit is contained in:
2025-01-24 20:35:49 +01:00
parent 036b6b23a8
commit 30068a5b11
12 changed files with 33 additions and 29 deletions

View File

@@ -94,7 +94,7 @@ function shared.DeathReporter.Init()
---@type Message
local msg = {
channel = "CHANNEL",
channel = "C",
data = Heimdall_Data.config.deathReporter.masterChannel,
message = string.format(shared.L.en.killed,
source,
@@ -121,7 +121,7 @@ function shared.DeathReporter.Init()
if Heimdall_Data.config.echoToRussian then
-- Russian message
local ruMsg = {
channel = "CHANNEL",
channel = "C",
data = Heimdall_Data.config.deathReporter.masterChannel .. "ru",
message = string.format(shared.L.ru.killed,
source,