Exemplo n.º 1
0
func init() {
	plotbot.RegisterPlugin(&Bugger{})
}
Exemplo n.º 2
0
func init() {
	plotbot.RegisterPlugin(&Deployer{})
}
Exemplo n.º 3
0
func init() {
	plotbot.RegisterPlugin(&Vote{
		runningVotes: make(map[string][]vote),
	})
}
Exemplo n.º 4
0
func init() {
	plotbot.RegisterPlugin(&Webapp{})
}
Exemplo n.º 5
0
func init() {
	plotbot.RegisterPlugin(&PlotBerry{})
}
Exemplo n.º 6
0
func init() {
	plotbot.RegisterPlugin(&OAuthPlugin{})
	gob.Register(&slack.User{})
}
Exemplo n.º 7
0
func init() {
	plotbot.RegisterPlugin(&Hooker{})
}
Exemplo n.º 8
0
func init() {
	plotbot.RegisterPlugin(&Standup{})
}
Exemplo n.º 9
0
func init() {
	plotbot.RegisterPlugin(&Totw{})
}
Exemplo n.º 10
0
func init() {
	plotbot.RegisterPlugin(&Healthy{})
}
Exemplo n.º 11
0
func init() {
	plotbot.RegisterPlugin(&Mooder{})
}
Exemplo n.º 12
0
func init() {
	plotbot.RegisterPlugin(&TabulaRasa{})
}
Exemplo n.º 13
0
func init() {
	plotbot.RegisterPlugin(&Funny{})
}