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; first = TRUE;
} }
if (first) { if (first)
g_string_append_c(str, ' ');
first = FALSE; first = FALSE;
} else
g_string_append_c(str, ' ');
if (nick->op) if (nick->op)
g_string_append_c(str, '@'); g_string_append_c(str, '@');