diff options
author | Peter Powell <petpow@saberuk.com> | 2017-09-05 19:10:03 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-09-06 09:26:05 +0100 |
commit | d68c5be901d1d3f3a68e9796f9cd0815a4568a72 (patch) | |
tree | 032587a4223af07714f1937e96bac587400c225b /include | |
parent | f1bfa8242c0a5b76bcff36c70103c2aae7cbdf5f (diff) |
Change the numerics used by /COMMANDS to avoid a collision.
Diffstat (limited to 'include')
-rw-r--r-- | include/numerics.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/numerics.h b/include/numerics.h index e1d225d31..03c1a1c96 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -189,9 +189,6 @@ enum ERR_CANTJOINOPERSONLY = 520, // unrealircd, but crap to have so many numerics for cant join.. ERR_CANTSENDTOUSER = 531, // ??? - RPL_COMMANDS = 702, // insp-specific - RPL_COMMANDSEND = 703, // insp-specific - ERR_CHANOPEN = 713, ERR_KNOCKONCHAN = 714, |