LuaIRC/README.markdown

20 lines
689 B
Markdown
Raw Permalink Normal View History

[![Build Status](https://travis-ci.org/JakobOvrum/LuaIRC.svg?branch=master)](https://travis-ci.org/JakobOvrum/LuaIRC)
2010-06-14 15:12:00 +02:00
LuaIRC
============
IRC client library for Lua.
2010-06-14 15:12:00 +02:00
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/)
2010-06-14 15:12:00 +02:00
Documentation
-------------
2010-07-21 02:39:38 +02:00
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).