summaryrefslogtreecommitdiff
path: root/irc/tokens.go
diff options
context:
space:
mode:
Diffstat (limited to 'irc/tokens.go')
-rw-r--r--irc/tokens.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/irc/tokens.go b/irc/tokens.go
index ab7b418..aaffc08 100644
--- a/irc/tokens.go
+++ b/irc/tokens.go
@@ -460,9 +460,10 @@ func ParseCaps(caps string) (diff []Cap) {
// Member is a token in RPL_NAMREPLY's last parameter.
type Member struct {
- PowerLevel string
- Name *Prefix
- Away bool
+ PowerLevel string
+ Name *Prefix
+ Away bool
+ Disconnected bool
}
type members []Member