mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
do not chase during netsplit
This commit is contained in:
parent
240b79aa26
commit
157913bd98
@ -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") &&
|
||||
server->isupport != NULL && g_hash_table_lookup(server->isupport, "whox") != NULL &&
|
||||
server->split_servers == NULL &&
|
||||
g_hash_table_size(server->chanqueries->accountqueries) <
|
||||
settings_get_int("account_max_chase")) {
|
||||
char *cmd;
|
||||
|
Loading…
Reference in New Issue
Block a user