Miroir du dépôt LuaIRC.
Go to file
Joshua Simmons b392b69f87 Adding ability for hooks to return, and OnRaw hook
By adding the ability for hooks to return, we can stop the processing of a line at any point.
This is used by the OnRaw hook such that any non-nil return value will cause the irc library to assume that line has been handled.
2010-07-19 05:48:15 +08:00
doc added OnKick to docs 2010-07-18 18:34:25 +09:00
LICENSE.txt Split into modules 2010-04-04 16:55:12 +02:00
README.markdown Updated readme to reflect changes to documentation 2010-07-18 19:15:34 +09:00
asyncoperations.lua Refactoring nasty send methods. 2010-07-19 05:48:14 +08:00
init.lua Adding ability for hooks to return, and OnRaw hook 2010-07-19 05:48:15 +08:00
util.lua Patched parser a bit 2010-07-18 16:50:31 +09:00

README.markdown

LuaIRC

IRC library for Lua.

Dependencies

Documentation

Documentation can be automatically generated from the doc/irc.luadoc file, pre-generated documentation can be found in the gh-branch.

You can also browse it online.

Documentation is generated by LuaDoc