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;