Add RPL_CHANNELMLOCKIS for ircd-side MLOCK enforcement.

This commit is contained in:
William Pitcock 2010-03-07 21:35:54 -06:00
parent cb4ce42ee5
commit dd0f1f5b88
2 changed files with 2 additions and 1 deletions

View file

@ -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 */