mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
If one server fails because of DNS error, don't stop reconnecting to
entire chatnet. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1361 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9f28d16456
commit
4eb054f4bb
4 changed files with 25 additions and 22 deletions
|
|
@ -36,6 +36,7 @@ char *last_invite; /* channel where you were last invited */
|
|||
unsigned int server_operator:1;
|
||||
unsigned int usermode_away:1;
|
||||
unsigned int banned:1; /* not allowed to connect to this server */
|
||||
unsigned int dns_error:1; /* DNS said the host doesn't exist */
|
||||
|
||||
time_t lag_sent; /* 0 or time when last lag query was sent to server */
|
||||
time_t lag_last_check; /* last time we checked lag */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue