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 5f58af73d7
commit 34f6a40e79
1 changed files with 1 additions and 0 deletions

View File

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