mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +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
|
|
@ -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? */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue