aboutsummaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-10-26 15:26:59 +0100
committerGravatar Sadie Powell2024-10-26 15:26:59 +0100
commit414a08644944e73338a65f8d877bfbb94c72ceb6 (patch)
tree20ec2ba0e7bb8823bf58ca633d2fa64a4b1ddc87 /src/users.cpp
parentSkip ciphersuites that don't have any users. (diff)
All core numerics should be in numeric.h not in .cpp files.
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/users.cpp b/src/users.cpp
index d76f7f8d0..7db26cfb5 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -33,15 +33,6 @@
#include "utility/string.h"
#include "xline.h"
-enum
-{
- // From RFC 1459.
- ERR_NICKNAMEINUSE = 433,
-
- // From ircu.
- RPL_YOURDISPLAYEDHOST = 396,
-};
-
ClientProtocol::MessageList LocalUser::sendmsglist;
bool User::IsNoticeMaskSet(unsigned char sm) const