1
0
mirror of https://github.com/ShadowNinja/LuaIRC.git synced 2024-09-21 04:00:19 +02:00
Miroir du dépôt LuaIRC.
Go to file
2015-01-25 12:46:59 -05:00
doc Add Message class and constructors for common messages 2015-01-25 12:46:59 -05:00
.gitignore Add Travis CI for automatic luadoc deployment 2014-03-23 11:20:49 +09:00
.travis.yml Apparently Ubuntu calls the LuaDoc package "luadoc", not "lua-doc" like Debian does 2014-03-23 11:36:54 +09:00
asyncoperations.lua Add Message class and constructors for common messages 2015-01-25 12:46:59 -05:00
handlers.lua Add Message class and constructors for common messages 2015-01-25 12:46:59 -05:00
init.lua Add Message class and constructors for common messages 2015-01-25 12:46:59 -05:00
LICENSE.txt Fixing some whitespace, and line endings. 2010-07-18 19:43:50 +10:00
messages.lua Add Message class and constructors for common messages 2015-01-25 12:46:59 -05:00
push-luadoc.sh chmod +x push-luadoc.sh 2014-03-23 11:43:25 +09:00
README.markdown Apparently Ubuntu calls the LuaDoc package "luadoc", not "lua-doc" like Debian does 2014-03-23 11:36:54 +09:00
set.lua Added irc.set module wrapping select() for IRC connections 2011-04-24 08:25:07 +09:00
util.lua Add Message class and constructors for common messages 2015-01-25 12:46:59 -05:00

Build Status LuaIRC

IRC client library for Lua.

Dependencies

Only required if you want to make use of the TLS support

Documentation

Documentation can be automatically generated by passing irc.luadoc (in doc/) to LuaDoc, or pre-generated documentation can be found in the 'gh-pages' branch, which can also be browsed online.