struct Mode: add off_mode bitfield to describe disabled channel modes.
This commit is contained in:
parent
c59d46e572
commit
a51b50c366
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ struct Client;
|
|||
struct Mode
|
||||
{
|
||||
unsigned int mode;
|
||||
unsigned int off_mode;
|
||||
int limit;
|
||||
char key[KEYLEN];
|
||||
unsigned int join_num;
|
||||
|
|
Loading…
Reference in a new issue