mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-10-31 12:35:22 +01:00 
			
		
		
		
	This commit reveses commit 696f96b0f0 except :
./hooks.lua, containing security fixes forbidding people called 'IRC' to use commands
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			564 B
		
	
	
	
		
			Markdown
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			564 B
		
	
	
	
		
			Markdown
		
	
	
		
			Executable File
		
	
	
	
	
| LuaIRC
 | |
| ============
 | |
| 
 | |
| IRC library for Lua.
 | |
| 
 | |
| Dependencies
 | |
| -------------
 | |
| 
 | |
|  * [LuaSocket](http://w3.impa.br/~diego/software/luasocket/)
 | |
| 
 | |
| **Only required if you want to make use of the TLS support**
 | |
| 
 | |
|  * [LuaSec](http://www.inf.puc-rio.br/~brunoos/luasec/)
 | |
| 
 | |
| Documentation
 | |
| -------------
 | |
| Documentation can be automatically generated by passing irc.luadoc (in doc/) to [LuaDoc](http://luadoc.luaforge.net/), or pre-generated documentation can be found in the 'gh-pages' branch, which can also be browsed [online](http://jakobovrum.github.com/LuaIRC/doc/modules/irc.html).
 | |
| 
 |