Miroir du dépôt LuaIRC.
Go to file
Joshua Simmons 9977943966 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-17 23:19:07 +10:00
doc Updated docs with topic stuff 2010-07-17 11:54:59 +09:00
LICENSE.txt Split into modules 2010-04-04 16:55:12 +02:00
README.markdown Added link to online docs in readme 2010-06-26 23:57:40 +09:00
asyncoperations.lua Refactoring nasty send methods. 2010-07-17 23:16:01 +10:00
init.lua Adding ability for hooks to return, and OnRaw hook 2010-07-17 23:19:07 +10:00
util.lua Cleaned up whitespace, now all indentation is done with 1 tab character 2010-07-17 11:48:32 +09:00

README.markdown

LuaIRC

IRC library for Lua.

Dependencies

Documentation

Automatically generated documentation can be found in the doc/ directory, or browsed online.

Documentation is generated by LuaDoc