From fa8c035373a7c20a2f533ec565acd385fef2c7c9 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 12 Apr 2022 00:52:10 +0100 Subject: Use ERR_UNAVAILRESOURCE for things that should be retried later. Also move it to the global numerics header to avoid duplication. --- src/modules/m_joinflood.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/modules/m_joinflood.cpp') diff --git a/src/modules/m_joinflood.cpp b/src/modules/m_joinflood.cpp index 90397e980..62b39f246 100644 --- a/src/modules/m_joinflood.cpp +++ b/src/modules/m_joinflood.cpp @@ -26,12 +26,6 @@ #include "inspircd.h" #include "modules/server.h" -enum -{ - // From RFC 2182. - ERR_UNAVAILRESOURCE = 437 -}; - // The number of seconds the channel will be closed for. static unsigned int duration; -- cgit v1.3.1-10-gc9f91