in plugins/plugins.go [47:52]
func (t *Timeout) Start() { if t.enabled && !t.ticking { t.ticking = true t.stopTime = time.Now().Add(t.duration) } }