Start the logging handler

pull/1/head
DustyP 6 years ago
parent 61a1b7e8db
commit ff65eba42c

@ -62,6 +62,9 @@ func main() {
// Start the Error handler in a goroutine // Start the Error handler in a goroutine
go ErrorHandler(handler.ErrorChannel) go ErrorHandler(handler.ErrorChannel)
// Start the Logging handler in a goroutine
go utils.LoggingHandler(utils.LoggingChannel)
//if _, ok := handler.Commands["help"]; !ok { //if _, ok := handler.Commands["help"]; !ok {
// handler.AddDefaultHelpCommand() // handler.AddDefaultHelpCommand()
//} //}

Loading…
Cancel
Save