mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
Less kludgy way to handle /SET skip_motd. Works now with laggy servers.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2937 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3a7f566173
commit
01c9fddeba
3 changed files with 11 additions and 2 deletions
|
|
@ -60,6 +60,7 @@ struct _IRC_SERVER_REC {
|
|||
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 */
|
||||
unsigned int motd_got:1; /* We've received MOTD */
|
||||
|
||||
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