From 625763b94ef7d2992604d818ac8c48a384060ce8 Mon Sep 17 00:00:00 2001 From: F16Gaming Date: Sun, 20 Nov 2011 20:33:19 +0100 Subject: [PATCH] ADDED: Added /kt time to help message. --- Command.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Command.lua b/Command.lua index 55f9d3c..e6daf95 100644 --- a/Command.lua +++ b/Command.lua @@ -73,6 +73,7 @@ C:Register("__DEFAULT__", function(args) KT:Msg("/kt delete - Delete entry with NPC id .") KT:Msg("/kt purge [treshold] - Open dialog to purge entries, specifiying a treshold here is optional.") KT:Msg("/kt reset - Clear the mob database.") + KT:Msg("/kt time - Track kills within specified time.") KT:Msg("/kt - Displays this help message.") end) @@ -135,7 +136,7 @@ end) C:Register({"time", "timer"}, function(args) if #args <= 0 then KT:Msg("Usage: time [minutes] [hours]") - KT:Msg("Usage: time [sm[h]]") + KT:Msg("Usage: time [s][m][h]") return end -- 1.7.9.5