2010-06-14 22:12:00 +09:00
|
|
|
LuaIRC
|
|
|
|
============
|
|
|
|
|
|
|
|
IRC library for Lua.
|
|
|
|
|
|
|
|
Dependencies
|
|
|
|
-------------
|
|
|
|
|
|
|
|
* [LuaSocket](http://w3.impa.br/~diego/software/luasocket/)
|
|
|
|
|
2010-07-18 22:13:37 +10:00
|
|
|
**Only required if you want to make use of the TLS support**
|
2010-07-17 23:28:13 +10:00
|
|
|
|
|
|
|
* [LuaSec](http://www.inf.puc-rio.br/~brunoos/luasec/)
|
|
|
|
|
2010-06-14 22:12:00 +09:00
|
|
|
Documentation
|
|
|
|
-------------
|
2010-07-19 19:52:27 +09:00
|
|
|
Documentation can be automatically generated from the doc/irc.luadoc file, pre-generated documentation can be found in the 'gh-pages' branch.
|
2010-07-18 19:15:34 +09:00
|
|
|
|
|
|
|
You can also browse it [online](http://jakobovrum.github.com/LuaIRC/doc/modules/irc.html).
|
2010-06-14 22:12:00 +09:00
|
|
|
|
|
|
|
Documentation is generated by [LuaDoc](http://luadoc.luaforge.net/)
|
2010-07-18 19:15:34 +09:00
|
|
|
|