mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
When netsplit is over, irssi prints "Netsplit over, joins: (nicks)" and
hides all the real JOIN messages. Fixed also some netsplit bugs. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@414 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
cf7d6915f5
commit
bb76eec0ff
10 changed files with 394 additions and 20 deletions
|
|
@ -7,6 +7,7 @@ typedef struct {
|
|||
char *server;
|
||||
char *destserver;
|
||||
int count;
|
||||
int prints; /* temp variable */
|
||||
|
||||
time_t last; /* last time we received a QUIT msg here */
|
||||
} NETSPLIT_SERVER_REC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue