Skip to content

Commit

Permalink
fix: use 336 and 337 for RPL_INVITELIST and RPL_ENDOFINVITELIST
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyjoost committed Sep 4, 2024
1 parent 4198fa5 commit 7bf0e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,13 @@ const (
RPL_WHOISACCOUNT = "330"
RPL_NOTOPIC = "331"
RPL_TOPIC = "332"
RPL_INVITELIST = "336"
RPL_ENDOFINVITELIST = "337"
RPL_WHOISACTUALLY = "338"
RPL_INVITING = "341"
RPL_SUMMONING = "342"
RPL_INVEXLIST = "346"
RPL_INVITELIST = "346"
RPL_ENDOFINVEXLIST = "347"
RPL_ENDOFINVITELIST = "347"
RPL_EXCEPTLIST = "348"
RPL_ENDOFEXCEPTLIST = "349"
RPL_VERSION = "351"
Expand Down

0 comments on commit 7bf0e9e

Please sign in to comment.