summaryrefslogtreecommitdiff
path: root/src/irc/proxy
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/proxy')
-rw-r--r--src/irc/proxy/dump.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/irc/proxy/dump.c b/src/irc/proxy/dump.c
index cb250da0..556350ac 100644
--- a/src/irc/proxy/dump.c
+++ b/src/irc/proxy/dump.c
@@ -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, '@');