aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_geoban.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-07-05 16:43:33 +0100
committerGravatar Sadie Powell2021-07-05 16:50:14 +0100
commit38351efa8d3f17ad9a46f332783fbe0fd663f0cf (patch)
treea1cc47e8a72d5c247d6aeb61a0f433c14efb13a7 /src/modules/m_geoban.cpp
parentDon't send oper swhois to users with hideoper enabled. (diff)
Deduplicate all whois numerics to the whois module header.
Diffstat (limited to 'src/modules/m_geoban.cpp')
-rw-r--r--src/modules/m_geoban.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/m_geoban.cpp b/src/modules/m_geoban.cpp
index 63f7de6ac..4b2b3ff87 100644
--- a/src/modules/m_geoban.cpp
+++ b/src/modules/m_geoban.cpp
@@ -22,12 +22,6 @@
#include "modules/geolocation.h"
#include "modules/whois.h"
-enum
-{
- // InspIRCd-specific.
- RPL_WHOISCOUNTRY = 344
-};
-
class ModuleGeoBan
: public Module
, public Whois::EventListener