add nocap flag

This commit is contained in:
Ailin Nemui 2021-04-08 22:28:35 +02:00
commit 8a5d5d384e
10 changed files with 46 additions and 7 deletions

View file

@ -63,6 +63,7 @@ struct _IRC_SERVER_CONNECT_REC {
int max_kicks, max_msgs, max_modes, max_whois;
int disallow_starttls:1;
int starttls:1;
int no_cap:1;
};
/* clang-format on */