Rename dumpTable to dump and make it work with plain values

This commit is contained in:
2025-05-20 20:33:43 +02:00
parent d4fd72ec71
commit a13ad67359
22 changed files with 68 additions and 64 deletions

View File

@@ -37,7 +37,7 @@ function shared.Emoter.Init()
if Heimdall_Data.config.emoter.debug then
print(string.format("[%s] Processing message from master channel: %s", ModuleName, sender))
shared.dumpTable(Heimdall_Data.config.emoter)
shared.dump(Heimdall_Data.config.emoter)
end
if string.find(msg, "^" .. Heimdall_Data.config.emoter.prefix) then