mirror of
https://github.com/minetest-mods/irc.git
synced 2025-06-30 07:00:33 +02:00
Major cleanup.
- 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.
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
read_globals = {
|
||||
@ -11,4 +10,5 @@ exclude_files = {
|
||||
}
|
||||
|
||||
globals = {
|
||||
"irc",
|
||||
}
|
||||
|
Reference in New Issue
Block a user