]> jfr.im git - solanum.git/commit - include/messages.h
messages.h: Standardize 256 (RPL_ADMINME) with RFC 1459
authorJuuso Lapinlampi <redacted>
Tue, 29 Dec 2015 03:03:03 +0000 (03:03 +0000)
committerWilliam Pitcock <redacted>
Tue, 29 Dec 2015 03:19:47 +0000 (21:19 -0600)
commite0160ec5a4cbd855751571824a0dbf93aae29790
tree3c78d79f024837e10fc068b1ae96a6b4b5360eb3
parent7d2c91e76767258ff250f4b5cb1248902c4f5cc9
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
include/messages.h