summaryrefslogtreecommitdiff
path: root/irc/tokens.go
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtz.pm>2021-10-23 19:10:49 +0200
committerHubert Hirtz <hubert@hirtz.pm>2021-10-23 19:10:49 +0200
commita3fb5135ee19fa8e9388654f5649529626f09207 (patch)
treee12b0c75282f46d97a9c03398869ed0e5190bca8 /irc/tokens.go
parentDon't panic when a command is sent when offline (diff)
Make use of away-notify
Diffstat (limited to 'irc/tokens.go')
-rw-r--r--irc/tokens.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/tokens.go b/irc/tokens.go
index 1d0db1b..b9c87dd 100644
--- a/irc/tokens.go
+++ b/irc/tokens.go
@@ -463,6 +463,7 @@ func ParseCaps(caps string) (diff []Cap) {
type Member struct {
PowerLevel string
Name *Prefix
+ Away bool
}
type members []Member