0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-06 07:38:52 +02:00

numeric: add 744 (ERR_TOPICLOCK) to list so we don't step on inspircd

This commit is contained in:
William Pitcock 2012-10-13 17:49:43 +00:00
parent 5bd79c2c56
commit 1cf9ef50cd

View file

@ -371,6 +371,8 @@ extern const char *form_str(int);
#define ERR_MLOCKRESTRICTED 742
#define ERR_INVALIDBAN 743
#define ERR_TOPICLOCK 744 /* inspircd */
#define RPL_SCANMATCHED 750
#define RPL_SCANUMODES 751