This commit is contained in:
Devon Kirk 2026-07-01 17:17:33 -04:00 committed by GitHub
commit 0156b9601e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -531,7 +531,7 @@ static void event_userhost(SERVER_REC *server, const char *data)
oper = 0;
*ptr++ = '\0';
nicklist_update_flags(server, *pos, *ptr == '-', oper);
nicklist_update_flags(server, *pos, *ptr != '\0' && *ptr == '-', oper);
}
g_strfreev(phosts);
g_free(params);