about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLucentW <LucentW@users.noreply.github.com>2015-04-29 20:27:11 +0200
committerLucentW <LucentW@users.noreply.github.com>2015-04-29 20:29:00 +0200
commita4af9024fd12d4a755ddf2a7aa1d0036ff997672 (patch)
tree5b67ad4d6594cb57aa434ad0ac0d3c1f9e4d818a
parent6fc53558ed2117e5dd4e6bd1e9fb595bba67aa79 (diff)
downloadngircd-a4af9024fd12d4a755ddf2a7aa1d0036ff997672.tar.gz
ngircd-a4af9024fd12d4a755ddf2a7aa1d0036ff997672.zip
Fixed indents 2
-rw-r--r--src/ngircd/irc-info.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ngircd/irc-info.c b/src/ngircd/irc-info.c
index 7bb453df..ba7a2b74 100644
--- a/src/ngircd/irc-info.c
+++ b/src/ngircd/irc-info.c
@@ -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)) {