Ejemplo n.º 1
0
func init() {
	bot.RegisterPassiveCommand(
		"dilma",
		dilma)
}
Ejemplo n.º 2
0
func init() {
	bot.RegisterPassiveCommand(
		"catfacts",
		catFacts)
}
Ejemplo n.º 3
0
func init() {
	url = os.Getenv(env)
	bot.RegisterPassiveCommand(
		"jira",
		jira)
}
Ejemplo n.º 4
0
func init() {
	bot.RegisterPassiveCommand(
		"url",
		urlTitle)
}
Ejemplo n.º 5
0
func init() {
	bot.RegisterPassiveCommand(
		"lula",
		lula)
}
func init() {
	bot.RegisterPassiveCommand(
		"chucknorris",
		chucknorris)
}