]> git.lizzy.rs Git - furrybot.git/blobdiff - init.lua
Japanese waifu names
[furrybot.git] / init.lua
index 757938415540af8a97f767115b99d6232bfdfa7b..76397be3cc280cdee8cc4cdbce691535f76e249a 100644 (file)
--- 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)