mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Merge c02337a150 into 43f1727ef9
This commit is contained in:
commit
4dd31dc384
1 changed files with 2 additions and 1 deletions
|
|
@ -245,7 +245,8 @@ static void fill_who(SERVER_REC *server, const char *channel, const char *user,
|
|||
nicklist_set_account(chanrec, nickrec,
|
||||
strcmp(account, "0") == 0 ? "*" : account);
|
||||
}
|
||||
sscanf(hops, "%d", &nickrec->hops);
|
||||
if (sscanf(hops, "%d", &nickrec->hops) != 1)
|
||||
nickrec->hops = 0;
|
||||
}
|
||||
|
||||
nicklist_update_flags(server, nick,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue