From 414a08644944e73338a65f8d877bfbb94c72ceb6 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 26 Oct 2024 15:26:59 +0100 Subject: All core numerics should be in numeric.h not in .cpp files. --- src/users.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/users.cpp') 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 -- cgit v1.3.1-10-gc9f91