diff options
author | delthas <delthas@dille.cc> | 2022-09-02 13:44:31 +0200 |
---|---|---|
committer | delthas <delthas@dille.cc> | 2022-09-02 13:44:31 +0200 |
commit | 1d85e0b51ff3921a5b1f7a9577149b86874eeea6 (patch) | |
tree | e97a32012a6b7185d21505f317d1df0f015fcf0f /irc/rpl.go | |
parent | Always 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.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |