Miroir du dépôt LuaIRC.
Go to file
ShadowNinja 1d0480adba Add PreRegister hook
This is useful for CAP commands and SASL.
2013-06-25 21:55:24 -04:00
doc Add PreRegister hook 2013-06-25 21:55:24 -04:00
LICENSE.txt Fixing some whitespace, and line endings. 2010-07-18 19:43:50 +10:00
README.markdown reworded readme 2010-07-21 09:39:38 +09:00
asyncoperations.lua Fixed bug in setMode where assert was missing 2011-02-11 15:12:48 +09:00
handlers.lua Accept server-assigned nickname 2011-11-07 20:15:18 +01:00
init.lua Add PreRegister hook 2013-06-25 21:55:24 -04:00
set.lua Added irc.set module wrapping select() for IRC connections 2011-04-24 08:25:07 +09:00
util.lua Merge remote branch 'jacop/master' 2010-07-18 20:50:08 +10:00

README.markdown

LuaIRC

IRC 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.