mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
Fix a problem with multiline responses
Do not clear the whole table every time a response is received.
This commit is contained in:
parent
4b9fcbc15a
commit
fed791ed91
2 changed files with 7 additions and 2 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 cap_in_multiline:1; /* We're waiting for the multiline response to end */
|
||||
unsigned int sasl_success:1; /* Did we authenticate successfully ? */
|
||||
|
||||
int max_kicks_in_cmd; /* max. number of people to kick with one /KICK command */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue