Add ERR_MLOCKRESTRICTED (735) to reflect bounces caused by MLOCK.

This commit is contained in:
William Pitcock 2010-08-23 18:59:32 -05:00
parent c3665aa9dc
commit 32de9f4e67
2 changed files with 3 additions and 1 deletions

View File

@ -361,6 +361,8 @@ extern const char *form_str(int);
#define RPL_ENDOFMONLIST 733
#define ERR_MONLISTFULL 734
#define ERR_MLOCKRESTRICTED 735
#define RPL_RSACHALLENGE2 740
#define RPL_ENDOFRSACHALLENGE2 741

View File

@ -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 */ NULL,
/* 738 */ NULL,