diff options
| author | 2021-07-05 16:43:33 +0100 | |
|---|---|---|
| committer | 2021-07-05 16:50:14 +0100 | |
| commit | 38351efa8d3f17ad9a46f332783fbe0fd663f0cf (patch) | |
| tree | a1cc47e8a72d5c247d6aeb61a0f433c14efb13a7 /src/modules/m_botmode.cpp | |
| parent | Don'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_botmode.cpp')
| -rw-r--r-- | src/modules/m_botmode.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp index a31d51d3d..1ef6663f9 100644 --- a/src/modules/m_botmode.cpp +++ b/src/modules/m_botmode.cpp @@ -28,12 +28,6 @@ #include "modules/who.h" #include "modules/whois.h" -enum -{ - // From UnrealIRCd. - RPL_WHOISBOT = 335 -}; - class BotTag : public ClientProtocol::MessageTagProvider { private: |
