0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-11 22:48:56 +02:00

messages.h: Standardize 256 (RPL_ADMINME) with RFC 1459

RPL_ADMINME is a response the client receives using the ADMIN command.
Charybdis used to implement a non-standard version of this.

The RFC 1459 standard [1] says in section "6.2 Command responses.":

            256     RPL_ADMINME
                            "<server> :Administrative info"

This commit corrects the behavior to follow the standard.

[1]: https://tools.ietf.org/html/rfc1459
This commit is contained in:
Juuso Lapinlampi 2015-12-29 03:03:03 +00:00 committed by William Pitcock
parent 7d2c91e767
commit e0160ec5a4

View file

@ -72,7 +72,7 @@
#define NUMERIC_STR_253 "%d :unknown connection(s)"
#define NUMERIC_STR_254 "%lu :channels formed"
#define NUMERIC_STR_255 ":I have %d clients and %d servers"
#define NUMERIC_STR_256 ":Administrative info about %s"
#define NUMERIC_STR_256 "%s :Administrative info"
#define NUMERIC_STR_257 ":%s"
#define NUMERIC_STR_258 ":%s"
#define NUMERIC_STR_259 ":%s"