summaryrefslogtreecommitdiff
path: root/irc/rpl.go
diff options
context:
space:
mode:
authordelthas <delthas@dille.cc>2022-09-02 13:44:31 +0200
committerdelthas <delthas@dille.cc>2022-09-02 13:44:31 +0200
commit1d85e0b51ff3921a5b1f7a9577149b86874eeea6 (patch)
treee97a32012a6b7185d21505f317d1df0f015fcf0f /irc/rpl.go
parentAlways show the date of the top message (diff)
Use WHOX rather than WHO when available
This will reduce network usage and possibly increase WHO cache hit ratio on bouncers supporting a WHO cache.
Diffstat (limited to 'irc/rpl.go')
-rw-r--r--irc/rpl.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/rpl.go b/irc/rpl.go
index 398b5b3..1e50938 100644
--- a/irc/rpl.go
+++ b/irc/rpl.go
@@ -43,6 +43,7 @@ const (
rplVersion = "351" // <version> <servername> :<comments>
rplWhoreply = "352" // <channel> <user> <host> <server> <nick> "H"/"G" ["*"] [("@"/"+")] :<hop count> <nick>
rplNamreply = "353" // <=/*/@> <channel> :1*(@/ /+user)
+ rplWhospecialreply = "354" // [token] [channel] [user] [ip] [host] [server] [nick] [flags] [hopcount] [idle] [account] [oplevel] [:realname]
rplEndofnames = "366" // <channel> :End of names list
rplBanlist = "367" // <channel> <ban mask>
rplEndofbanlist = "368" // <channel> :End of ban list