summaryrefslogtreecommitdiff
path: root/include/numerics.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-04-22 13:31:00 +0100
committerPeter Powell <petpow@saberuk.com>2018-04-22 13:31:00 +0100
commitba31d8080f75a0147d0b380f2c51251e024f0deb (patch)
treebbe926ced0451e1a75ca62e3854543c2e05f73c3 /include/numerics.h
parent35b70631f0532a5828b04a8e0c02092a285f331a (diff)
Replace ERR_{NOCTCPALLOWED,WORDFILTERED} with ERR_CANNOTSENDTOCHAN.
There is no reason for these responses to have their own numerics when other modules do not. The only thing this does is make life harder for client developers.
Diffstat (limited to 'include/numerics.h')
-rw-r--r--include/numerics.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/numerics.h b/include/numerics.h
index 2a3f090e7..b4ab0451b 100644
--- a/include/numerics.h
+++ b/include/numerics.h
@@ -173,8 +173,6 @@ enum
ERR_ALLMUSTSSL = 490, // unrealircd
ERR_NOOPERHOST = 491,
- ERR_NOCTCPALLOWED = 492, // XXX: bzzzz. 1459 defines this as ERR_NOSERVICEHOST, research it more and perhaps change this! (ERR_CANNOTSENDTOCHAN?)
- // wtf, we also use this for m_noinvite. UGLY!
ERR_DELAYREJOIN = 495, // insp-specific, XXX: we should use 'resource temporarily unavailable' from ircnet/ratbox or whatever
ERR_UNKNOWNSNOMASK = 501, // insp-specific
ERR_USERSDONTMATCH = 502,
@@ -190,7 +188,6 @@ enum
RPL_OTHERUMODEIS = 803, // insp-specific
RPL_OTHERSNOMASKIS = 804, // insp-specific
- ERR_WORDFILTERED = 936, // insp-specific, would be nice if we could get rid of this..
ERR_CANTUNLOADMODULE = 972, // insp-specific
RPL_UNLOADEDMODULE = 973, // insp-specific
ERR_CANTLOADMODULE = 974, // insp-specific