From f8b69bc3ff957b815142ff12618a8ae8a0bdaa41 Mon Sep 17 00:00:00 2001 From: Elkien3 Date: Sun, 19 Nov 2017 16:49:44 -0600 Subject: [PATCH] remove wheris command from irc --- mods/irc/botcmds.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/irc/botcmds.lua b/mods/irc/botcmds.lua index ba0d025..5c6020a 100644 --- a/mods/irc/botcmds.lua +++ b/mods/irc/botcmds.lua @@ -125,7 +125,7 @@ irc.register_bot_command("list", { end }) - +--[[ irc.register_bot_command("whereis", { params = "", description = "Tell the location of ", @@ -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()