| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(discord): cleanup more discord stuff on sigterm | Fuwn | 2021-07-05 | 1 | -1/+2 |
| | | |||||
| * | feat(discord): cleanup commands on ctrl+c | Fuwn | 2021-07-05 | 1 | -2/+6 |
| | | |||||
| * | docs(utilities): add stackoverflow link to signal handler | Fuwn | 2021-07-05 | 1 | -0/+2 |
| | | |||||
| * | feat(munch): setup signal handler | Fuwn | 2021-07-05 | 1 | -0/+25 |
| | | | | | | | | This commit adds a signal handler which detects Ctrl+Cs and then properly shuts down all of Munch. Before, only one of Munch's Goroutines would be shut down to the full leaving a dangling Goroutine, in this case; the Worlds bot. | ||||
| * | style(copyright): add header to hex.go | Fuwn | 2021-07-05 | 1 | -0/+3 |
| | | |||||
| * | refactor(utilities): move utilities to seperate package | Fuwn | 2021-07-05 | 1 | -0/+31 |