func init() { hal.RegisterAdapter("hipchat", New) }
func init() { hal.RegisterAdapter("irc", New) }
func init() { hal.RegisterAdapter("test", New) }
func init() { hal.RegisterAdapter("slack", New) }
func init() { hal.RegisterAdapter("shell", New) }