diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -416,6 +416,11 @@ d_char *build_mentions(snac *snac, char *msg) | |||
| 416 | } | 416 | } |
| 417 | } | 417 | } |
| 418 | 418 | ||
| 419 | if (*s) { | ||
| 420 | xs *s1 = s; | ||
| 421 | s = xs_fmt("\n\n\nCC: %s", s1); | ||
| 422 | } | ||
| 423 | |||
| 419 | return s; | 424 | return s; |
| 420 | } | 425 | } |
| 421 | 426 | ||