summaryrefslogtreecommitdiff
path: root/src/coremods
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-02-25 20:06:46 +0000
committerSadie Powell <sadie@witchery.services>2021-02-25 20:10:34 +0000
commit0db24252fd119cafee34f1bfa023763fcdd7ebf5 (patch)
treec71033314cc0d94c226eb087b1e535709019878c /src/coremods
parent61225fa14fe0c8335cbfec7a9764cfc3f31936bc (diff)
Implement support for multi-prefix on WHOIS.
Diffstat (limited to 'src/coremods')
-rw-r--r--src/coremods/core_whois.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/coremods/core_whois.cpp b/src/coremods/core_whois.cpp
index bd0502998..c1c4777ef 100644
--- a/src/coremods/core_whois.cpp
+++ b/src/coremods/core_whois.cpp
@@ -30,22 +30,6 @@
#include "inspircd.h"
#include "modules/whois.h"
-enum
-{
- // From RFC 1459.
- RPL_WHOISUSER = 311,
- RPL_WHOISOPERATOR = 313,
- RPL_WHOISIDLE = 317,
- RPL_WHOISCHANNELS = 319,
-
- // From UnrealIRCd.
- RPL_WHOISHOST = 378,
- RPL_WHOISMODES = 379,
-
- // InspIRCd-specific.
- RPL_CHANNELSMSG = 651
-};
-
enum SplitWhoisState
{
// Don't split private/secret channels into a separate RPL_WHOISCHANNELS numeric.