1
0
mirror of https://github.com/ShadowNinja/LuaIRC.git synced 2025-01-10 10:00:28 +01:00
LuaIRC/README.markdown
2010-07-19 19:52:27 +09:00

23 lines
584 B
Markdown

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 from the doc/irc.luadoc file, pre-generated documentation can be found in the 'gh-pages' branch.
You can also browse it [online](http://jakobovrum.github.com/LuaIRC/doc/modules/irc.html).
Documentation is generated by [LuaDoc](http://luadoc.luaforge.net/)