mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
New server specific option: "Send queries for all channels at once". It's
faster to use it but some servers (I've found only one so far..) hang the connection with this. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@26 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
313c44eb2e
commit
74d81cf7c7
1 changed files with 2 additions and 0 deletions
|
|
@ -97,6 +97,8 @@ typedef struct
|
||||||
gchar *password;
|
gchar *password;
|
||||||
gint port;
|
gint port;
|
||||||
gboolean autoconnect;
|
gboolean autoconnect;
|
||||||
|
gboolean query_multichan; /* speeding up channel syncing,
|
||||||
|
all servers don't like this. */
|
||||||
time_t last_connect; /* to avoid reconnecting too fast.. */
|
time_t last_connect; /* to avoid reconnecting too fast.. */
|
||||||
}
|
}
|
||||||
SETUP_SERVER_REC;
|
SETUP_SERVER_REC;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue