I had broken the /names list.. :)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@826 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-11-09 21:43:10 +00:00 committed by cras
commit 4710a37762

View file

@ -171,10 +171,10 @@ static void dump_join(IRC_CHANNEL_REC *channel, CLIENT_REC *client)
first = TRUE;
}
if (first) {
g_string_append_c(str, ' ');
if (first)
first = FALSE;
}
else
g_string_append_c(str, ' ');
if (nick->op)
g_string_append_c(str, '@');