Fix writing who to channel

This commit is contained in:
2024-12-12 17:18:13 +01:00
parent ff6dad0c7b
commit f2f53fd24e

View File

@@ -393,7 +393,7 @@ function data.Whoer.Init()
---@type Message
local msg = {
channel = "CHANNEL",
data = sender,
data = channelname,
message = text
}
table.insert(data.messenger.queue, msg)