Update vendor (irc)

This commit is contained in:
Wim
2017-01-24 21:24:57 +01:00
parent 991183e514
commit 09b243d8c2
4 changed files with 26 additions and 33 deletions

View File

@@ -13,6 +13,7 @@ import (
)
type Connection struct {
sync.Mutex
sync.WaitGroup
Debug bool
Error chan error
@@ -46,7 +47,7 @@ type Connection struct {
Log *log.Logger
stopped bool
quit bool
quit bool //User called Quit, do not reconnect.
}
// A struct to represent an event.