if "%1" == "on" then
SetEpicDebug = 1
ColourNote("cyan", "", "Epic debugging on!")
else
SetEpicDebug = 0
ColourNote("cyan", "", "Epic debugging off!")
end
if "%1" == "" then
ColourNote("cyan", "", "Epic Calendar Help: ", "white", "", "Type ", "green", "", "getcal <", "darkcyan", "", "icefall", "green", "", "|", "darkcyan", "", "if", "green", "", "|", "red", "", "inferno", "green", "", "|", "blue", "", "oc", "green", "", "|", "magenta", "", "genie", "green", "", "|", "white", "", "all", "green", "", "|", "yellow", "", "today", "green", "", ">", "gray", "", "\\n'update' will attempt to update plugin!")
else
get_cal(string.gsub("%1"," ",""))
end