From 9ef2b8fe1f3a13784c12f8fbdcbbc1b0154ca689 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Fri, 12 Nov 2021 15:30:49 +0100 Subject: Japanese waifu names --- init.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 7579384..76397be 100644 --- a/init.lua +++ b/init.lua @@ -1,5 +1,9 @@ furrybot = {} +local path = minetest.get_modpath("furrybot") + +utf8 = dofile(path .. "/utf8.lua") + local http = minetest.request_http_api() local env = minetest.request_insecure_environment() local storage = minetest.get_mod_storage() @@ -8,4 +12,4 @@ libclamity.register_on_chat_message(function(...) furrybot.parse_message(...) end) -loadfile(minetest.get_modpath("furrybot") .. "/bot.lua")()(http, env, storage) +loadfile(path .. "/bot.lua")()(http, env, storage) -- cgit v1.2.3