From 48a400f2e068527b338ceecf8ed1dde2da971ca9 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 22 Apr 2018 14:31:28 +0100 Subject: Move a bunch of optional module numerics to the module source file. --- src/modules/m_showfile.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/modules/m_showfile.cpp') diff --git a/src/modules/m_showfile.cpp b/src/modules/m_showfile.cpp index b04b699c4..2d1354aff 100644 --- a/src/modules/m_showfile.cpp +++ b/src/modules/m_showfile.cpp @@ -19,6 +19,15 @@ #include "inspircd.h" +enum +{ + // From UnrealIRCd. + RPL_RULES = 232, + RPL_RULESTART = 308, + RPL_RULESEND = 309, + ERR_NORULES = 434 +}; + class CommandShowFile : public Command { enum Method -- cgit v1.2.3