mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
Add an option to stop the connection when SASL fails.
This commit is contained in:
parent
955cf622a5
commit
91c9e871c7
3 changed files with 25 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ struct _IRC_SERVER_REC {
|
|||
unsigned int motd_got:1; /* We've received MOTD */
|
||||
unsigned int isupport_sent:1; /* Server has sent us an isupport reply */
|
||||
unsigned int cap_complete:1; /* We've done the initial CAP negotiation */
|
||||
unsigned int sasl_success:1; /* Did we authenticate successfully ? */
|
||||
|
||||
int max_kicks_in_cmd; /* max. number of people to kick with one /KICK command */
|
||||
int max_modes_in_cmd; /* max. number of mode changes in one /MODE command */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue