From 8936bd1c884afd1b5bfbb4e5ad397da2b538a70a Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 21 Sep 1999 14:31:28 +0000 Subject: [PATCH] Removed the "multichannel query" thing since it wasn't actually needed :) Replaced it with server specific timeout between sending commands, after raising it to 3 seconds all servers worked just fine. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@27 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/common-setup.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;