Add files via upload

This commit is contained in:
loosewheel
2021-11-10 00:57:32 +10:00
committed by GitHub
parent f7d6cd7545
commit 2b90c573eb
15 changed files with 1496 additions and 34 deletions

View File

@@ -71,7 +71,7 @@ local function digilines_support ()
if meta then
local mychannel = meta:get_string ("channel")
if mychannel == channel then
if mychannel ~= "" and mychannel == channel then
if type (msg) == "string" then
local words = { }