1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-17 15:10:23 +02:00

Re-organise the git repository

All things exept our subgame/mods/worlds folders are in "Other" now
This commit is contained in:
Ombridride
2015-04-12 19:38:56 +02:00
parent 718a3747cc
commit 92eff513b1
28 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,18 @@
LuaIRC
============
IRC library for Lua.
Dependencies
-------------
* [LuaSocket](http://w3.impa.br/~diego/software/luasocket/)
**Only required if you want to make use of the TLS support**
* [LuaSec](http://www.inf.puc-rio.br/~brunoos/luasec/)
Documentation
-------------
Documentation can be automatically generated by passing irc.luadoc (in doc/) to [LuaDoc](http://luadoc.luaforge.net/), or pre-generated documentation can be found in the 'gh-pages' branch, which can also be browsed [online](http://jakobovrum.github.com/LuaIRC/doc/modules/irc.html).