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:
parent
4211d1e80b
commit
4710a37762
@ -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, '@');
|
||||
|
Loading…
Reference in New Issue
Block a user