Add files via upload

This commit is contained in:
loosewheel
2021-11-16 04:42:28 +10:00
committed by GitHub
parent c30e5b6947
commit 0248d0929b
16 changed files with 1688 additions and 430 deletions

View File

@@ -421,7 +421,9 @@ local function digilines_support ()
if meta then
local this_channel = meta:get_string ("channel")
if this_channel ~= "" and this_channel == channel then
if this_channel ~= "" and this_channel == channel and
type (msg) == "string" then
local m = { }
for w in string.gmatch(msg, "[^%s]+") do
m[#m + 1] = w