]> git.lizzy.rs Git - furrybot.git/blob - init.lua
Japanese waifu names
[furrybot.git] / init.lua
1 furrybot = {}
2
3 local path = minetest.get_modpath("furrybot")
4
5 utf8 = dofile(path .. "/utf8.lua")
6
7 local http = minetest.request_http_api()
8 local env = minetest.request_insecure_environment()
9 local storage = minetest.get_mod_storage()
10
11 libclamity.register_on_chat_message(function(...)
12         furrybot.parse_message(...)
13 end)
14
15 loadfile(path .. "/bot.lua")()(http, env, storage)