mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
do not chase during netsplit
This commit is contained in:
parent
240b79aa26
commit
157913bd98
1 changed files with 1 additions and 0 deletions
|
|
@ -530,6 +530,7 @@ static void sig_event_join(IRC_SERVER_REC *server, const char *data, const char
|
||||||
|
|
||||||
if (g_hash_table_size(chanrec->nicks) < settings_get_int("channel_max_who_sync") &&
|
if (g_hash_table_size(chanrec->nicks) < settings_get_int("channel_max_who_sync") &&
|
||||||
server->isupport != NULL && g_hash_table_lookup(server->isupport, "whox") != NULL &&
|
server->isupport != NULL && g_hash_table_lookup(server->isupport, "whox") != NULL &&
|
||||||
|
server->split_servers == NULL &&
|
||||||
g_hash_table_size(server->chanqueries->accountqueries) <
|
g_hash_table_size(server->chanqueries->accountqueries) <
|
||||||
settings_get_int("account_max_chase")) {
|
settings_get_int("account_max_chase")) {
|
||||||
char *cmd;
|
char *cmd;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue