1
0
mirror of https://github.com/ShadowNinja/LuaIRC.git synced 2024-11-05 01:50:27 +01:00
Miroir du dépôt LuaIRC.
Go to file
Jakob Ovrum a5f0367cd0 Fix .travis.yml
Switched to a more bare-bones language environment.
(Lua is not supported so it defaults to Ruby)

Update aptitude repositories before installing dependencies.
2014-03-23 11:31:29 +09:00
doc Fix parameter name in irc.luadoc 2014-03-23 11:26:09 +09:00
.gitignore Add Travis CI for automatic luadoc deployment 2014-03-23 11:20:49 +09:00
.travis.yml Fix .travis.yml 2014-03-23 11:31:29 +09:00
asyncoperations.lua Fixed bug in trackUsers where pairs was missing 2014-01-15 08:20:57 +01:00
handlers.lua Generate a new nickname when it is in use or erroneous and check the 2013-10-07 16:15:27 -04:00
init.lua Sleep between thoughts when connecting to avoid eating CPU 2014-02-22 17:44:03 -05:00
LICENSE.txt Fixing some whitespace, and line endings. 2010-07-18 19:43:50 +10:00
push-luadoc.sh Add Travis CI for automatic luadoc deployment 2014-03-23 11:20:49 +09:00
README.markdown reworded readme 2010-07-21 09:39:38 +09:00
set.lua Added irc.set module wrapping select() for IRC connections 2011-04-24 08:25:07 +09:00
util.lua Generate a new nickname when it is in use or erroneous and check the 2013-10-07 16:15:27 -04:00

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.