This website requires JavaScript.
Explore
Help
Sign In
external
/
irc-webhooks
mirror of
https://git.ferricyanide.solutions/A_D/irc-webhooks.git
Watch
1
Star
0
Fork
You've already forked irc-webhooks
0
Code
Issues
Releases
Wiki
Activity
99afed6a1c
irc-webhooks
/
main.go
7 lines
85 B
Go
Raw
Normal View
History
Unescape
Escape
added initial go files
2018-11-16 16:43:18 +00:00
package
main
func
main
(
)
{
added config
2018-11-16 19:31:45 +00:00
config
:=
getConfig
(
)
ListenForWebHook
(
config
)
added initial go files
2018-11-16 16:43:18 +00:00
}