Thats just stupid
This commit is contained in:
parent
d316776ed0
commit
e93f6b436a
@ -14,7 +14,7 @@ will be sent with the bot to the Matrix channel like so:
|
|||||||
|
|
||||||
For a bridge where virtual users are created in Matrix, checkout the [appservice](https://github.com/diggers-mt/minetest-matrix/tree/appservice) branch!
|
For a bridge where virtual users are created in Matrix, checkout the [appservice](https://github.com/diggers-mt/minetest-matrix/tree/appservice) branch!
|
||||||
|
|
||||||
** This is a work in progress**
|
**This is a work in progress**
|
||||||
Until we have a stable release, expect breaking changes and whatnot.
|
Until we have a stable release, expect breaking changes and whatnot.
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|||||||
@ -2,7 +2,6 @@ function eprintf(fmt, ...)
|
|||||||
minetest.log("info", fmt:format(...))
|
minetest.log("info", fmt:format(...))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
function table_print (tt, indent, done)
|
function table_print (tt, indent, done)
|
||||||
done = done or {}
|
done = done or {}
|
||||||
indent = indent or 0
|
indent = indent or 0
|
||||||
|
|||||||
2
init.lua
2
init.lua
@ -25,7 +25,7 @@ matrix = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dofile(modpath.."/config.lua")
|
dofile(modpath.."/config.lua")
|
||||||
--dofile(modpath.."/debug.lua")
|
dofile(modpath.."/debug.lua")
|
||||||
|
|
||||||
-- Temporarily set require so that LuaIRC can access it
|
-- Temporarily set require so that LuaIRC can access it
|
||||||
local old_require = require
|
local old_require = require
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user