Exemplo n.º 1
0
func init() {
	finch.RegisterCommand(&printerfactCommand{})
}
Exemplo n.º 2
0
func init() {
	finch.RegisterCommand(&minecraftCommand{})
}
Exemplo n.º 3
0
func init() {
	finch.RegisterCommand(&countdownCommand{})
}
Exemplo n.º 4
0
func init() {
	finch.RegisterCommand(&selectionList{})
}
Exemplo n.º 5
0
Arquivo: info.go Projeto: Syfaro/finch
func init() {
	finch.RegisterCommand(&infoCommand{})
}
Exemplo n.º 6
0
func init() {
	finch.RegisterCommand(&createSelection{})
}
Exemplo n.º 7
0
func init() {
	finch.RegisterCommand(&infoCollector{})
	finch.RegisterCommand(&infoCommand{})
	userMessages = make(UserMessageCount)
}
Exemplo n.º 8
0
func init() {
	finch.RegisterCommand(&cancelCommand{})
}
Exemplo n.º 9
0
func init() {
	finch.RegisterCommand(&selectItem{})
}
Exemplo n.º 10
0
func init() {
	finch.RegisterCommand(&countItems{})
}
Exemplo n.º 11
0
func init() {
	finch.RegisterCommand(&endSelection{})
}
Exemplo n.º 12
0
func init() {
	finch.RegisterCommand(&start{})
}
Exemplo n.º 13
0
Arquivo: help.go Projeto: Syfaro/finch
func init() {
	finch.RegisterCommand(&helpCommand{})
}