irc-webhooks/main.go

7 lines
85 B
Go
Raw Normal View History

2018-11-16 16:43:18 +00:00
package main
func main() {
2018-11-16 19:31:45 +00:00
config := getConfig()
ListenForWebHook(config)
2018-11-16 16:43:18 +00:00
}