From 526f5fedc906416b703165c66b34e3f9f198b095 Mon Sep 17 00:00:00 2001 From: evil_morfar <10189576+evil-morfar@users.noreply.github.com> Date: Wed, 22 Nov 2023 23:26:57 +0100 Subject: [PATCH] Added 'hist' as shorthand for history cmd -Barrow --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 438adec4..4c6ef8c6 100644 --- a/core.lua +++ b/core.lua @@ -430,7 +430,7 @@ function RCLootCouncil:ChatCommand(msg) self:CallModule("version") end - elseif input == "history" or input == string.lower(_G.HISTORY) or input == "h" or input == "his" then + elseif input == "history" or input == string.lower(_G.HISTORY) or input == "h" or input == "his" or input == "hist" then self:CallModule("history") -- @debug@ elseif input == "nnp" then