Skip to content

Commit

Permalink
Add 337 RPL_WHOISTEXT
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Sep 20, 2023
1 parent 1cd8f35 commit 133b333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/Irc/Codes.hs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ pattern RPL_TOPICWHOTIME = ReplyCode 333
pattern RPL_LISTUSAGE = ReplyCode 334
pattern RPL_COMMANDSYNTAX = ReplyCode 334
pattern RPL_LISTSYNTAX = ReplyCode 334
pattern RPL_WHOISTEXT = ReplyCode 337
pattern RPL_WHOISACTUALLY = ReplyCode 338
pattern RPL_BADCHANPASS = ReplyCode 339
pattern RPL_INVITING = ReplyCode 341
Expand Down Expand Up @@ -605,6 +606,7 @@ replyCodeInfoTable
, (RPL_LISTUSAGE , ReplyCodeInfo CommandReply "list-usage")
, (RPL_COMMANDSYNTAX , ReplyCodeInfo CommandReply "command-syntax")
, (RPL_LISTSYNTAX , ReplyCodeInfo CommandReply "list-syntax")
, (RPL_WHOISTEXT , ReplyCodeInfo CommandReply "whois-text")
, (RPL_WHOISACTUALLY , ReplyCodeInfo CommandReply "whois-actually")
, (RPL_BADCHANPASS , ReplyCodeInfo CommandReply "bad-chanpass")
, (RPL_INVITING , ReplyCodeInfo CommandReply "inviting")
Expand Down

0 comments on commit 133b333

Please sign in to comment.