Quantcast

ADDED: Added /kt time to help message.

F16Gaming [11-20-11 - 19:33]
ADDED: Added /kt time to help message.
Filename
Command.lua
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 <id> - Delete entry with NPC id <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 <seconds> [minutes] [hours]")
-		KT:Msg("Usage: time <seconds>[s<minutes>m[<hours>h]]")
+		KT:Msg("Usage: time [<seconds>s][<minutes>m][<hours>h]")
 		return
 	end