struct Mode: add off_mode bitfield to describe disabled channel modes.
This commit is contained in:
parent
5f58af73d7
commit
34f6a40e79
|
@ -38,6 +38,7 @@ struct Client;
|
|||
struct Mode
|
||||
{
|
||||
unsigned int mode;
|
||||
unsigned int off_mode;
|
||||
int limit;
|
||||
char key[KEYLEN];
|
||||
unsigned int join_num;
|
||||
|
|
Loading…
Reference in New Issue