summaryrefslogtreecommitdiff
path: root/irc/session.go
diff options
context:
space:
mode:
Diffstat (limited to 'irc/session.go')
-rw-r--r--irc/session.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/session.go b/irc/session.go
index f30ce8b..1a9b659 100644
--- a/irc/session.go
+++ b/irc/session.go
@@ -1373,6 +1373,8 @@ func (s *Session) handleMessageRegistered(msg Message, playback bool) (Event, er
}, nil
case errMonlistisfull:
// silence monlist full error, we don't care because we do it best-effort
+ case rplAway:
+ // we display user away status, we don't care about automatic AWAY replies
default:
if msg.IsReply() {
if len(msg.Params) < 2 {