Versions in this module Expand all Collapse all v0 v0.0.2 Oct 19, 2015 Changes in this version + type Callback func(event string, args []string, chat int) type Notifier + func (n *Notifier) Handle(event string, callback Callback) v0.0.1 Oct 8, 2015 Changes in this version + type Notifier struct + func New(token string, chat int) Notifier + func (n Notifier) Notify(message string) (err error)