Add support for specifying a quit message.
This commit is contained in:
@@ -35,6 +35,7 @@ type Connection struct {
|
||||
registered bool
|
||||
events map[string]map[string]func(*Event)
|
||||
|
||||
QuitMessage string
|
||||
lastMessage time.Time
|
||||
|
||||
VerboseCallbackHandler bool
|
||||
|
||||
Reference in New Issue
Block a user