From 89712e2e84af1230232985c680846208a932d72b Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 26 Jun 2022 15:20:06 +0100 Subject: Move numerics to the source files where they are actually used. --- src/users.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 5ce55b51c..94ecf72da 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -37,6 +37,16 @@ #include "inspircd.h" #include "xline.h" +enum +{ + // From RFC 1459. + RPL_YOUAREOPER = 381, + ERR_NICKNAMEINUSE = 433, + + // From ircu. + RPL_YOURDISPLAYEDHOST = 396, +}; + ClientProtocol::MessageList LocalUser::sendmsglist; bool User::IsNoticeMaskSet(unsigned char sm) -- cgit v1.3.1-10-gc9f91