1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-06-30 15:10:30 +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

@ -1,8 +1,10 @@
-- This file is licensed under the terms of the BSD 2-clause license.
-- See LICENSE.txt for details.
local ie = ...
-- MIME is part of LuaSocket
local b64e = require("mime").b64
local b64e = ie.require("mime").b64
irc.hooks = {}
irc.registered_hooks = {}