diff --git a/src/common-setup.h b/src/common-setup.h index c61caf86..64d6d2e6 100644 --- a/src/common-setup.h +++ b/src/common-setup.h @@ -97,8 +97,7 @@ typedef struct gchar *password; gint port; gboolean autoconnect; - gboolean query_multichan; /* speeding up channel syncing, - all servers don't like this. */ + gint cmd_queue_speed; /* override the default if > 0 */ time_t last_connect; /* to avoid reconnecting too fast.. */ } SETUP_SERVER_REC;