diff options
| author | 2024-10-26 15:26:59 +0100 | |
|---|---|---|
| committer | 2024-10-26 15:26:59 +0100 | |
| commit | 414a08644944e73338a65f8d877bfbb94c72ceb6 (patch) | |
| tree | 20ec2ba0e7bb8823bf58ca633d2fa64a4b1ddc87 /src/users.cpp | |
| parent | Skip 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.cpp | 9 |
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 |
