summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/html.c b/html.c
index 8298d87..e65e8cd 100644
--- a/html.c
+++ b/html.c
@@ -416,6 +416,11 @@ d_char *build_mentions(snac *snac, char *msg)
}
}
+ if (*s) {
+ xs *s1 = s;
+ s = xs_fmt("\n\n\nCC: %s", s1);
+ }
+
return s;
}