diff options
| author | 2022-04-12 00:52:10 +0100 | |
|---|---|---|
| committer | 2022-04-12 00:52:10 +0100 | |
| commit | fa8c035373a7c20a2f533ec565acd385fef2c7c9 (patch) | |
| tree | b12f69b93c3ce4b13435a231dfbbcb2af80f1d97 /src/modules/m_kicknorejoin.cpp | |
| parent | Fix using notices instead of the appropriate numerics in rmode. (diff) | |
Use ERR_UNAVAILRESOURCE for things that should be retried later.
Also move it to the global numerics header to avoid duplication.
Diffstat (limited to 'src/modules/m_kicknorejoin.cpp')
| -rw-r--r-- | src/modules/m_kicknorejoin.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/modules/m_kicknorejoin.cpp b/src/modules/m_kicknorejoin.cpp index 2b0970d29..f6d04c78d 100644 --- a/src/modules/m_kicknorejoin.cpp +++ b/src/modules/m_kicknorejoin.cpp @@ -29,13 +29,6 @@ #include "inspircd.h" #include "modules/invite.h" -enum -{ - // From RFC 2182. - ERR_UNAVAILRESOURCE = 437 -}; - - class KickRejoinData { struct KickedUser |
