Add support for specifying a quit message.

This commit is contained in:
Luke Evers
2015-10-28 08:58:41 -04:00
parent 988aaaacd9
commit f0c83dc012
2 changed files with 9 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ type Connection struct {
registered bool
events map[string]map[string]func(*Event)
QuitMessage string
lastMessage time.Time
VerboseCallbackHandler bool