Skip to content

Commit

Permalink
Fix failing luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallJoker committed Jul 18, 2020
1 parent cc78f12 commit 7fbbfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callback.lua
Expand Up @@ -31,7 +31,7 @@ minetest.register_on_chat_message(function(name, message)
if nl then
message = message:sub(1, nl - 1)
end
irc.say(irc.playerMessage(name, core.strip_colors(message)))
irc.say(irc.playerMessage(name, minetest.strip_colors(message)))
end)


Expand Down

0 comments on commit 7fbbfd6

Please sign in to comment.