mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
Disable lag detection in servers that don't understand PING command (yes,
there was at least one..) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2174 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
fa37db9205
commit
ed7d5addc9
3 changed files with 24 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ struct _IRC_SERVER_REC {
|
|||
unsigned int no_multi_mode:1; /* Server doesn't understand MODE #chan1,#chan2,... */
|
||||
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) */
|
||||
|
||||
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