1
0
mirror of https://github.com/irssi/irssi.git synced 2025-02-02 15:08:01 -05:00

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
This commit is contained in:
Timo Sirainen 1999-09-21 14:31:28 +00:00 committed by cras
parent 74d81cf7c7
commit 8936bd1c88

View File

@ -97,8 +97,7 @@ typedef struct
gchar *password; gchar *password;
gint port; gint port;
gboolean autoconnect; gboolean autoconnect;
gboolean query_multichan; /* speeding up channel syncing, gint cmd_queue_speed; /* override the default if > 0 */
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;