From 74d81cf7c704d642d36fca477d50ee0bbe268b24 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 18 Sep 1999 16:22:32 +0000 Subject: 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 --- src/common-setup.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common-setup.h b/src/common-setup.h index 167bc9e6..c61caf86 100644 --- a/src/common-setup.h +++ b/src/common-setup.h @@ -97,6 +97,8 @@ typedef struct gchar *password; gint port; gboolean autoconnect; + gboolean query_multichan; /* speeding up channel syncing, + all servers don't like this. */ time_t last_connect; /* to avoid reconnecting too fast.. */ } SETUP_SERVER_REC; -- cgit v1.2.3