new: ticker now broadcasts a tick event

This commit is contained in:
Simone Margaritelli 2021-04-07 17:03:47 +02:00
parent 31b06638d8
commit bfe307ffe6
5 changed files with 45 additions and 2 deletions

View file

@ -35,4 +35,6 @@ func init() {
plugin.Defines["httpRequest"] = httpRequest
plugin.Defines["http"] = httpPackage{}
plugin.Defines["random"] = randomPackage{}
}