mirror of
https://github.com/matrix-construct/construct
synced 2024-10-31 19:08:59 +01: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:
parent
7d2c91e767
commit
e0160ec5a4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue