irc-webhooks/main.go

7 lines
85 B
Go

package main
func main() {
config := getConfig()
ListenForWebHook(config)
}