type Ticker struct { session.SessionModule Period time.Duration Commands []string }
func NewTicker(s *session.Session) *Ticker
func (mod *Ticker) Author() string
func (mod *Ticker) Configure() error
func (mod *Ticker) Description() string
func (mod *Ticker) Name() string
func (mod *Ticker) Start() error
func (mod *Ticker) Stop() error