mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
Add RPL_CHANNELMLOCKIS for ircd-side MLOCK enforcement.
This commit is contained in:
parent
cb4ce42ee5
commit
dd0f1f5b88
2 changed files with 2 additions and 1 deletions
|
@ -155,6 +155,7 @@ extern const char *form_str(int);
|
|||
#define RPL_LIST 322
|
||||
#define RPL_LISTEND 323
|
||||
#define RPL_CHANNELMODEIS 324
|
||||
#define RPL_CHANNELMLOCK 325 /* from sorircd 1.3 --nenolod */
|
||||
|
||||
#define RPL_CHANNELURL 328 /* to be sent by services */
|
||||
|
||||
|
|
|
@ -346,7 +346,7 @@ static const char * replies[] = {
|
|||
/* 322 RPL_LIST, */ ":%s 322 %s %s %d :%s",
|
||||
/* 323 RPL_LISTEND, */ ":%s 323 %s :End of /LIST",
|
||||
/* 324 RPL_CHANNELMODEIS, */ ":%s 324 %s %s %s",
|
||||
/* 325 */ NULL,
|
||||
/* 325 RPL_CHANNELMLOCKIS, */ ":%s 325 %s %s :is the current channel mode-lock",
|
||||
/* 326 */ NULL,
|
||||
/* 327 */ NULL,
|
||||
/* 328 RPL_CHANNELURL */ NULL,
|
||||
|
|
Loading…
Reference in a new issue