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_operchans.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/modules/m_operchans.cpp') diff --git a/src/modules/m_operchans.cpp b/src/modules/m_operchans.cpp index 0b074ebab..f0812ce27 100644 --- a/src/modules/m_operchans.cpp +++ b/src/modules/m_operchans.cpp @@ -22,6 +22,12 @@ #include "inspircd.h" +enum +{ + // From UnrealIRCd. + ERR_CANTJOINOPERSONLY = 520 +}; + class OperChans : public SimpleChannelModeHandler { public: -- cgit v1.3.1-10-gc9f91