mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
add nocap flag
This commit is contained in:
parent
61237ee6c0
commit
8a5d5d384e
10 changed files with 46 additions and 7 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue