diff options
-rw-r--r-- | src/common-setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |