remove wheris command from irc

This commit is contained in:
Elkien3 2017-11-19 16:49:44 -06:00
parent 1545efc25e
commit f8b69bc3ff

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()