mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
Don't stop reconnecting to server if we get nick collided
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2408 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3990779dc5
commit
c674db5c8e
2 changed files with 7 additions and 2 deletions
|
|
@ -59,6 +59,7 @@ struct _IRC_SERVER_REC {
|
|||
unsigned int no_multi_who:1; /* Server doesn't understand WHO #chan1,#chan2,... */
|
||||
unsigned int one_endofwho:1; /* /WHO #a,#b,.. replies only with one End of WHO message */
|
||||
unsigned int disable_lag:1; /* Disable lag detection (PING command doesn't exist) */
|
||||
unsigned int nick_collision:1; /* We're just now being killed because of nick collision */
|
||||
|
||||
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