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/channels.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/channels.cpp') diff --git a/src/channels.cpp b/src/channels.cpp index d4b488862..a2cd6a353 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -28,6 +28,12 @@ #include "inspircd.h" #include "listmode.h" +enum +{ + // From RFC 1459. + ERR_TOOMANYCHANNELS = 405, +}; + namespace { ChanModeReference ban(NULL, "ban"); -- cgit v1.3.1-10-gc9f91