1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-06-29 22:50:32 +02:00

Add support for mod security

This commit is contained in:
ShadowNinja
2015-05-16 19:54:24 -04:00
parent 38832b3c55
commit 0c900dbac2
3 changed files with 29 additions and 7 deletions

View File

@ -32,6 +32,11 @@ many distributions, for example:
# # On Debian/Ubuntu:
# apt-get install lua-socket
You will also need to add IRC to your trusted mods if you haven't disabled mod
security. Here's an example configuration line:
secure.trusted_mods = irc
Settings
--------