mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Merge branch 'irssi:master' into whois-feature
This commit is contained in:
commit
8ef72898cd
3 changed files with 3 additions and 3 deletions
|
|
@ -137,7 +137,7 @@ static void get_server_splits(void *key, NETSPLIT_REC *split,
|
|||
g_string_append_printf(chanrec->nicks, "%s, ", split->nick);
|
||||
|
||||
if (chanrec->nick_count == netsplit_max_nicks)
|
||||
chanrec->maxnickpos = chanrec->nicks->len;
|
||||
chanrec->maxnickpos = chanrec->nicks->len - 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue