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:
Timo Sirainen 2000-06-11 19:34:29 +00:00 committed by cras
commit 524a7ca1b9
5 changed files with 38 additions and 8 deletions

View file

@ -85,6 +85,7 @@ typedef struct {
char *away_reason;
int usermode_away:1;
int server_operator:1;
int banned:1; /* not allowed to connect to this server */
int whois_coming:1; /* Mostly just to display away message right.. */
int whois_found:1; /* Did WHOIS return any entries? */