remove wheris command from irc
This commit is contained in:
parent
1545efc25e
commit
f8b69bc3ff
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user