From 8ae8f91a98ed92edfd00551c36a88cc716432cee Mon Sep 17 00:00:00 2001 From: Arcidayne <9382522b@opayq.com> Date: Mon, 26 Oct 2015 15:13:06 -0700 Subject: [PATCH] Cleanup, Bug fixes --- Epic_Calendar/Epic_Calendar.xml | 150 ++++++++++++++++++-------------- 1 file changed, 84 insertions(+), 66 deletions(-) diff --git a/Epic_Calendar/Epic_Calendar.xml b/Epic_Calendar/Epic_Calendar.xml index d3b7c5d..34f8d10 100644 --- a/Epic_Calendar/Epic_Calendar.xml +++ b/Epic_Calendar/Epic_Calendar.xml @@ -1,21 +1,21 @@ - + - + @@ -33,10 +33,10 @@ sequence="100" > if "%1" == "" then - ColourNote("white","","======================== How To Use =======================\\n\\ngetcal <if/icefall|inferno|oc|all>\\n\\n===========================================================") - else - get_cal(string.gsub("%1"," ","")) - end + ColourNote("cyan", "", "Epic Calendar Help: ", "white", "", "Type ", "green", "", "getcal <", "darkcyan", "", "icefall", "green", "", "|", "darkcyan", "", "if", "green", "", "|", "red", "", "inferno", "green", "", "|", "blue", "", "oc", "green", "", "|", "white", "", "all", "green", "", ">") + else + get_cal(string.gsub("%1"," ","")) + end @@ -45,16 +45,38 @@