aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_gateway.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-07-17 18:35:08 +0100
committerGravatar Sadie Powell2021-07-17 18:35:08 +0100
commit805dbd4def1a83a387118d40300764c4660ffbfe (patch)
tree6db5d76f7d472fd1ae42095b1e4c454cfef4d8e5 /src/modules/m_gateway.cpp
parentFix a shortening issue in hostchange. (diff)
parentFix ssl_mbedtls on mbedTLS v3. (diff)
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_gateway.cpp')
-rw-r--r--src/modules/m_gateway.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/m_gateway.cpp b/src/modules/m_gateway.cpp
index 25489f14e..5e9adc92c 100644
--- a/src/modules/m_gateway.cpp
+++ b/src/modules/m_gateway.cpp
@@ -34,12 +34,6 @@
#include "modules/webirc.h"
#include "modules/whois.h"
-enum
-{
- // InspIRCd-specific.
- RPL_WHOISGATEWAY = 350
-};
-
// One or more hostmask globs or CIDR ranges.
typedef std::vector<std::string> MaskList;