diff options
author | Peter Powell <petpow@saberuk.com> | 2017-12-09 16:12:00 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-12-09 17:16:11 +0000 |
commit | 150258b1f110aad58c8882b76474a4ceb3b2ab97 (patch) | |
tree | b67bd53f27f81cf3e54267f35e2270ca8eaff392 /include | |
parent | e8da9b7a266c545844bfb4a3987b7fc0b05f2cf7 (diff) |
Clean up numeric usage in WHOIS and WHOWAS.
- Add constants for all of the used numerics.
- Switch RPL_CHANNELSMSG from 336 to 651 to avoid a conflict with
RPL_INVITELIST from ircd-hybrid.
- Switch RPL_WHOWASIP from 379 to 652 to avoid a conflict with
RPL_WHOISMODES from UnrealIRCd.
Diffstat (limited to 'include')
-rw-r--r-- | include/numerics.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/numerics.h b/include/numerics.h index 2dc8d8414..8befdab2e 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -81,7 +81,6 @@ enum RPL_RULESEND = 309, // unrealircd RPL_WHOISSERVER = 312, - RPL_WHOWASUSER = 314, RPL_ENDOFWHO = 315, RPL_ENDOFWHOIS = 318, @@ -106,7 +105,6 @@ enum RPL_LINKS = 364, RPL_ENDOFLINKS = 365, RPL_ENDOFNAMES = 366, - RPL_ENDOFWHOWAS = 369, RPL_INFO = 371, RPL_ENDOFINFO = 374, @@ -114,8 +112,6 @@ enum RPL_MOTDSTART = 375, RPL_ENDOFMOTD = 376, - RPL_WHOWASIP = 379, - RPL_YOUAREOPER = 381, RPL_REHASHING = 382, RPL_TIME = 391, |