diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-02-25 18:21:07 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-02-25 18:21:07 +0100 |
commit | 9cb415d6bd32d9fb3a1959d78374c9338fae2eeb (patch) | |
tree | a0ec1f7264990d54fd10a9af580ab83b425670c6 /include/numerics.h | |
parent | 20e2743926aafeae8104a0706806d36149574e8a (diff) |
Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numerics
Use them instead of the raw numbers
Diffstat (limited to 'include/numerics.h')
-rw-r--r-- | include/numerics.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/numerics.h b/include/numerics.h index 72caaddcc..fcc5f5942 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -73,7 +73,8 @@ enum RPL_MAPUSERS = 270, // insp-specific RPL_AWAY = 301, - + RPL_USERHOST = 302, + RPL_ISON = 303, RPL_SYNTAX = 304, // insp-specific RPL_UNAWAY = 305, @@ -98,6 +99,7 @@ enum RPL_TOPIC = 332, RPL_TOPICTIME = 333, // not RFC, extremely common though + RPL_USERIP = 340, RPL_INVITING = 341, RPL_INVITELIST = 346, // insp-specific (stolen from ircu) RPL_ENDOFINVITELIST = 347, // insp-specific (stolen from ircu) |