mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02: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
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue