disable whereis

This commit is contained in:
Elkien3 2018-03-30 11:16:40 -05:00
parent 26ed284b25
commit 15461efbb8

View File

@ -125,7 +125,7 @@ irc.register_bot_command("list", {
end
})
--[[
irc.register_bot_command("whereis", {
params = "<player>",
description = "Tell the location of <player>",
@ -141,7 +141,7 @@ irc.register_bot_command("whereis", {
local pos = player:getpos()
return true, fmt:format(args, pos.x, pos.y, pos.z)
end
})
})--]]
local starttime = os.time()