Update init.lua

master
shivajiva101 2020-05-08 20:26:36 +01:00 committed by GitHub
parent 4f82eb5550
commit 50c116692a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1447,7 +1447,7 @@ if irc then -- luacheck: ignore
message = message:gsub("[\r\n%z]", " \\n ")
local helper = string.split(message, "\\n")
for i,v in ipairs(helper) do
irc.say(irc.last_from, minetest.strip_colors(v))
irc.say(irc.last_from, minetest.strip_colors(v)) -- luacheck: ignore
end
end
end