Add ERR_MLOCKRESTRICTED (735) to reflect bounces caused by MLOCK.
This commit is contained in:
parent
6da02ba998
commit
ed6565a5a0
|
@ -377,6 +377,8 @@ extern const char *form_str(int);
|
|||
|
||||
#define ERR_NOCOMMONCHAN 737
|
||||
|
||||
#define ERR_MLOCKRESTRICTED 735
|
||||
|
||||
#define RPL_RSACHALLENGE2 740
|
||||
#define RPL_ENDOFRSACHALLENGE2 741
|
||||
|
||||
|
|
|
@ -756,7 +756,7 @@ static const char * replies[] = {
|
|||
/* 732 RPL_MONLIST */ ":%s 732 %s :%s",
|
||||
/* 733 RPL_ENDOFMONLIST */ ":%s 733 %s :End of MONITOR list",
|
||||
/* 734 ERR_MONLISTFULL */ ":%s 734 %s %d %s :Monitor list is full",
|
||||
/* 735 */ NULL,
|
||||
/* 735 ERR_MLOCKRESTRICTED */ "%s %c :This mode cannot be set because it is restricted to Services only.",
|
||||
/* 736 */ NULL,
|
||||
/* 737 ERR_NOCOMMONCHAN*/ "%s :is in +G mode (server-side ignore) and you do not share a common channel with them.",
|
||||
/* 738 */ NULL,
|
||||
|
|
Loading…
Reference in New Issue