diff options
author | Sadie Powell <sadie@witchery.services> | 2020-02-18 18:02:13 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-02-18 18:56:14 +0000 |
commit | df17d47b6a17ee6214f7f501e3b9d73cb8acd36e (patch) | |
tree | 9a0023b627fe612e5c3b678c8ad3d248f0d6db29 /include | |
parent | 9822a57460d4c7edc17c8fb7c760ae32326bf99d (diff) |
Use ircd-hybrid's numerics for the "pending invites" list.
This fixes a conflict with the numerics used by the invite
exception mode.
Diffstat (limited to 'include')
-rw-r--r-- | include/numerics.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/numerics.h b/include/numerics.h index 5a05a61eb..8e5dd140e 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -86,8 +86,6 @@ enum RPL_USERIP = 340, RPL_INVITING = 341, - RPL_INVITELIST = 346, // insp-specific (stolen from ircu) - RPL_ENDOFINVITELIST = 347, // insp-specific (stolen from ircu) RPL_VERSION = 351, RPL_NAMREPLY = 353, RPL_LINKS = 364, |