From df62f83f91f6295c90a98b9414a6de23285dcfbd Mon Sep 17 00:00:00 2001 From: KyrosKrane Date: Sun, 5 Jul 2015 21:52:16 +0400 Subject: [PATCH] Added ChatPrint function --- AnnoyingPopupRemover/AnnoyingPopupRemover.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AnnoyingPopupRemover/AnnoyingPopupRemover.lua b/AnnoyingPopupRemover/AnnoyingPopupRemover.lua index 259e673..b0bdfe5 100644 --- a/AnnoyingPopupRemover/AnnoyingPopupRemover.lua +++ b/AnnoyingPopupRemover/AnnoyingPopupRemover.lua @@ -42,6 +42,12 @@ function DebugPrint(...) end +-- Print standard output to the chat frame. +function ChatPrint(...) + print ("APR: ", ...); +end + + -- Debugging code to see what the hell is being passed in... function PrintVarArgs(...) local n = select('#', ...) -- 1.7.9.5