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

Use LuaSocket's base 64 encoding function

This commit is contained in:
ShadowNinja
2014-05-28 19:36:15 -04:00
parent 26ca287b09
commit 8e6a9a287f
3 changed files with 3 additions and 22 deletions

View File

@ -30,7 +30,6 @@ dofile(modpath.."/hooks.lua")
dofile(modpath.."/callback.lua")
dofile(modpath.."/chatcmds.lua")
dofile(modpath.."/botcmds.lua")
dofile(modpath.."/util.lua")
if irc.config.enable_player_part then
dofile(modpath.."/player_part.lua")
else