mirror of
				https://github.com/minetest-mods/irc.git
				synced 2025-11-04 06:55:31 +01:00 
			
		
		
		
	- 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",
 | 
						|
}
 |