Bump liberty

This commit is contained in:
2015-07-15 22:56:53 +02:00
parent aa6225496b
commit ad08545f8f
3 changed files with 5 additions and 2 deletions

View File

@@ -2392,7 +2392,7 @@ static void
formatter_parse_nick (struct formatter *self, char *s)
{
char *nick = irc_cut_nickname (s);
int color = str_map_hash (nick, strlen (nick)) % 8;
int color = siphash_wrapper (nick, strlen (nick)) % 8;
// We always use the default color for ourselves
if (self->s && irc_is_this_us (self->s, nick))