summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/init.lua b/init.lua
index dcaf985..7579384 100644
--- a/init.lua
+++ b/init.lua
@@ -8,10 +8,4 @@ libclamity.register_on_chat_message(function(...)
furrybot.parse_message(...)
end)
-minetest.register_chatcommand("fbreload", {
- func = function()
- return furrybot.reload(http, env, storage)
- end
-})
-
loadfile(minetest.get_modpath("furrybot") .. "/bot.lua")()(http, env, storage)