Correct handling of state and console events

This commit is contained in:
Dane Everitt
2019-05-27 17:12:51 -07:00
parent 7b1ebd790d
commit 93c71a6ab7
3 changed files with 14 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ type EventListenerFunction *func(string)
// Defines all of the possible output events for a server.
const (
ConsoleOutputEvent = "console"
ConsoleOutputEvent = "console output"
StatusEvent = "status"
)