mirror of
https://github.com/minetest-mods/irc.git
synced 2024-11-16 06:40:19 +01:00
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",
|
|
}
|