kingdoms_game/mods/irc/.luacheckrc
Elkien3 7634a5db9b Update irc mod
got the latest from kaeza's repo
2017-10-04 17:54:24 -05:00

15 lines
113 B
Lua

allow_defined_top = true
read_globals = {
"minetest",
}
exclude_files = {
"irc/*",
}
globals = {
"irc",
}