mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
If you're not allowed to connect to server (K-lined, no I-line), Irssi
won't try to reconnect back to the server. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@322 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e6187b66e9
commit
524a7ca1b9
5 changed files with 38 additions and 8 deletions
|
|
@ -18,7 +18,8 @@ typedef struct {
|
|||
IPADDR *own_ip; /* resolved own_address if not NULL */
|
||||
|
||||
time_t last_connect; /* to avoid reconnecting too fast.. */
|
||||
int last_failed; /* if last connection attempt failed */
|
||||
int last_failed:1; /* if last connection attempt failed */
|
||||
int banned:1; /* if we're banned from this server */
|
||||
} SETUP_SERVER_REC;
|
||||
|
||||
extern GSList *setupservers; /* list of irc servers */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue