Skip to content

Commit

Permalink
Added 'hist' as shorthand for history cmd
Browse files Browse the repository at this point in the history
-Barrow
  • Loading branch information
evil-morfar committed Nov 22, 2023
1 parent 1910270 commit 526f5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 526f5fe

Please sign in to comment.