0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-04 14:48:56 +02:00

struct Mode: add off_mode bitfield to describe disabled channel modes.

This commit is contained in:
William Pitcock 2010-03-07 21:40:34 -06:00
parent c59d46e572
commit a51b50c366

View file

@ -39,6 +39,7 @@ struct Client;
struct Mode
{
unsigned int mode;
unsigned int off_mode;
int limit;
char key[KEYLEN];
unsigned int join_num;