/README.markdown

http://github.com/JakobOvrum/LuaIRC · Markdown · 19 lines · 12 code · 7 blank · 0 comment · 0 complexity · c2556c1d8251b11f3e56b358b8df403f MD5 · raw file

  1. [![Build Status](https://travis-ci.org/JakobOvrum/LuaIRC.svg?branch=master)](https://travis-ci.org/JakobOvrum/LuaIRC)
  2. LuaIRC
  3. ============
  4. IRC client library for Lua.
  5. Dependencies
  6. -------------
  7. * [LuaSocket](http://w3.impa.br/~diego/software/luasocket/)
  8. **Only required if you want to make use of the TLS support**
  9. * [LuaSec](http://www.inf.puc-rio.br/~brunoos/luasec/)
  10. Documentation
  11. -------------
  12. 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).