forked from minetest-mods/irc
6bf4e111c2
- Use `irc.foo` notation instead of `irc:foo`. It still supports the `irc:foo` usage, but will helpfully issue a warning with the location of the offending code. - Remove unused arguments from functions.
15 lines
113 B
Lua
15 lines
113 B
Lua
|
|
allow_defined_top = true
|
|
|
|
read_globals = {
|
|
"minetest",
|
|
}
|
|
|
|
exclude_files = {
|
|
"irc/*",
|
|
}
|
|
|
|
globals = {
|
|
"irc",
|
|
}
|