summaryrefslogtreecommitdiff
path: root/include/numerics.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-07-12 14:30:59 +0100
committerPeter Powell <petpow@saberuk.com>2018-07-12 14:37:56 +0100
commit227484c6c068eee8251cc4f13a0676bd8b2ecc8d (patch)
tree52a17bd8e51f521c3b0cae83ab17189ed22ecd33 /include/numerics.h
parent49b9c6bcb9746469c00619f6fe1d444326d42b60 (diff)
Implement support for the WHOX extension.
This is a massive rewrite of core_who which was initially developed by Adam in 2014. I have rebased and cleaned it up and tightened up compliance with the specifications. Co-authored-by: Adam <Adam@anope.org>
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 29cbca2e3..9e0ee07da 100644
--- a/include/numerics.h
+++ b/include/numerics.h
@@ -74,8 +74,6 @@ enum
RPL_NOWAWAY = 306,
RPL_WHOISSERVER = 312,
-
- RPL_ENDOFWHO = 315,
RPL_ENDOFWHOIS = 318,
RPL_LISTSTART = 321,
@@ -93,7 +91,6 @@ enum
RPL_INVITELIST = 346, // insp-specific (stolen from ircu)
RPL_ENDOFINVITELIST = 347, // insp-specific (stolen from ircu)
RPL_VERSION = 351,
- RPL_WHOREPLY = 352,
RPL_NAMREPLY = 353,
RPL_LINKS = 364,
RPL_ENDOFLINKS = 365,