diff options
author | Timo Sirainen <cras@irssi.org> | 2000-07-02 16:19:26 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-07-02 16:19:26 +0000 |
commit | bb76eec0ffc836eaaccd35c2979fc092f1a9c520 (patch) | |
tree | 66b8de0e26e86b419d76729cb86ab50a2324883d /src/irc/core/netsplit.h | |
parent | cf7d6915f5cfff985cee06643644e1f176a0d28d (diff) | |
download | irssi-bb76eec0ffc836eaaccd35c2979fc092f1a9c520.zip |
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
Diffstat (limited to 'src/irc/core/netsplit.h')
-rw-r--r-- | src/irc/core/netsplit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/core/netsplit.h b/src/irc/core/netsplit.h index 6ea9cf3f..c801f168 100644 --- a/src/irc/core/netsplit.h +++ b/src/irc/core/netsplit.h @@ -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; |