1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-08-11 02:40:21 +02:00
Files
minetestforfun_game
mods
3d_armor
WorldEdit
_misc
_misc_kaeza
ambience_modpack
areas
arrow_signs
awards
bedrock
beds
beginners_chest
bobblocks
bone
builtin_falling
builtin_item
carts
chatplus
chesttools
christmas_craft
coloredwood
colormachine
colouredstonebricks
columnia
darkage
death_messages
dropondie
factions
fail
farming
fences
fishing
food
framedglass
future_ban
gauges
glow
homedecor_modpack
hud
intweak
inventorycheck
irc
irc
doc
.gitignore
LICENSE.txt
README.markdown
asyncoperations.lua
handlers.lua
init.lua
messages.lua
push-luadoc.sh
set.lua
util.lua
.gitignore
.gitmodules
API.md
LICENSE.txt
README.md
botcmds.lua
callback.lua
chatcmds.lua
config.lua
hooks.lua
init.lua
messages.lua
player_part.lua
irc_commands
item_drop
jumping
lantern
lavalamp
lavatemple
locked_sign
mapfix
maptools
markers
mesecons
mobs
money
more_chests
moreblocks
moreores
moretrees
multitest
name_restrictions
names_per_ip
nether
news
paintings
pipeworks
plantlife_modpack
player_inactive
playerplus
quartz
random_messages
riesenpilz
screwdriver
sea
snow
snowdrift
soundset
spawn
sponge
sprint
stained_glass
throwing
u_skins
unified_inventory
unifieddyes
vector_extras
whoison
wiki
xban2
worlds
.gitignore
LICENSE
README.md
update_sources.txt
server-nalc/mods/irc/irc/README.markdown
LeMagnesium 9c30ea322c Reverted IRC updated
This commit reveses commit 696f96b0f0 except :
./hooks.lua, containing security fixes forbidding people called 'IRC' to use commands
2015-02-07 14:37:11 +01:00

19 lines
564 B
Markdown
Executable File

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