Merge branch 'master' of ssh://git.bullercodeworks.com:2200/brian/helperbot
This commit is contained in:
commit
cf18b7a1a3
@ -26,11 +26,6 @@ func main() {
|
|||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Monitor the Advent of Code Boards
|
|
||||||
//go m.MonitorAoCBoards()
|
|
||||||
// Monitor incoming Slack messages
|
|
||||||
//go m.MonitorSlackMessages()
|
|
||||||
|
|
||||||
// Set up a channel to intercept Ctrl+C for graceful shutdowns
|
// Set up a channel to intercept Ctrl+C for graceful shutdowns
|
||||||
c := make(chan os.Signal, 1)
|
c := make(chan os.Signal, 1)
|
||||||
signal.Notify(c, os.Interrupt, syscall.SIGTERM)
|
signal.Notify(c, os.Interrupt, syscall.SIGTERM)
|
||||||
|
Loading…
Reference in New Issue
Block a user