diff --git a/Aardwolf_Clock V2/Aardwolf_Clock.xml b/Aardwolf_Clock V2/Aardwolf_Clock.xml index 6c71e22..3431f53 100644 --- a/Aardwolf_Clock V2/Aardwolf_Clock.xml +++ b/Aardwolf_Clock V2/Aardwolf_Clock.xml @@ -6,7 +6,7 @@ - + @@ -30,6 +30,10 @@ + + + + @@ -300,6 +304,11 @@ checked_time = false end + function forceUpdateTime() + EnableTrigger("GetTime") + Send(" time") + end + function checkColours() local sunrise, sunset = clock_seasons[clock_current.Season][2], clock_seasons[clock_current.Season][3] @@ -462,6 +471,13 @@ raw_version = nil end -- end Update code + + function onHelp() + ColourNote("orange", "", "AardClock Help (Generic until I make it better)") + ColourNote("orange", "", "aardclock time -- force an update of time, useful for disconnections and reboots") + ColourNote("orange", "", "aardclock update -- automatically update the plugin when new versions come out") + ColourNote("orange", "", "aardlock help -- what you're reading now...") + end ]]>