mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
/UPGRADE was broken, changed again the server connection code.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2821 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
09505d628c
commit
4aa0b9111e
11 changed files with 59 additions and 50 deletions
|
|
@ -29,6 +29,5 @@ GIOChannel *connect_handle; /* connect using this handle */
|
|||
unsigned int reconnection:1; /* we're trying to reconnect */
|
||||
unsigned int no_autojoin_channels:1; /* don't autojoin any channels */
|
||||
unsigned int unix_socket:1; /* Connect using named unix socket */
|
||||
unsigned int session_reconnect:1; /* Connected to this server with /UPGRADE */
|
||||
char *channels;
|
||||
char *away_reason;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue