Commit Diff
Diff:
6fc53558ed2117e5dd4e6bd1e9fb595bba67aa79
a4af9024fd12d4a755ddf2a7aa1d0036ff997672
Commit:
a4af9024fd12d4a755ddf2a7aa1d0036ff997672
Tree:
5b67ad4d6594cb57aa434ad0ac0d3c1f9e4d818a
Author:
LucentW <LucentW@users.noreply.github.com>
Committer:
LucentW <LucentW@users.noreply.github.com>
Date:
Wed Apr 29 18:29:00 2015 UTC
Message:
Fixed indents 2
blob - 7bb453df67cc853addca41e34861201cba2b7982
blob + ba7a2b74243cd4cc21bfc8917510502104387d5a
--- src/ngircd/irc-info.c
+++ src/ngircd/irc-info.c
@@ -340,6 +340,7 @@ IRC_WHOIS_SendReply(CLIENT *Client, CLIENT *from, CLIE
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)) {
IRCNow