1
0
mirror of https://github.com/irssi/irssi.git synced 2024-11-03 04:27:19 -05:00

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
parent 4211d1e80b
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, '@');