summaryrefslogtreecommitdiff
path: root/irc/rpl.go
diff options
context:
space:
mode:
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