mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 09:32:32 +02:00
Merge c0787c5714 into 43f1727ef9
This commit is contained in:
commit
0156b9601e
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ static void event_userhost(SERVER_REC *server, const char *data)
|
||||||
oper = 0;
|
oper = 0;
|
||||||
*ptr++ = '\0';
|
*ptr++ = '\0';
|
||||||
|
|
||||||
nicklist_update_flags(server, *pos, *ptr == '-', oper);
|
nicklist_update_flags(server, *pos, *ptr != '\0' && *ptr == '-', oper);
|
||||||
}
|
}
|
||||||
g_strfreev(phosts);
|
g_strfreev(phosts);
|
||||||
g_free(params);
|
g_free(params);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue