]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Fixed indents 2
authorLucentW <LucentW@users.noreply.github.com>
Wed, 29 Apr 2015 18:27:11 +0000 (20:27 +0200)
committerLucentW <LucentW@users.noreply.github.com>
Wed, 29 Apr 2015 18:29:00 +0000 (20:29 +0200)
src/ngircd/irc-info.c

index 7bb453df67cc853addca41e34861201cba2b7982..ba7a2b74243cd4cc21bfc8917510502104387d5a 100644 (file)
@@ -340,6 +340,7 @@ IRC_WHOIS_SendReply(CLIENT *Client, CLIENT *from, CLIENT *c)
                                strlcat(str, " ", sizeof(str));
 
                        who_flags_qualifier(Client, Channel_UserModes(chan, c),
+                                           str, sizeof(str));
                        strlcat(str, Channel_Name(chan), sizeof(str));
 
                        if (strlen(str) > (COMMAND_LEN - CHANNEL_NAME_LEN - 4)) {