From f1b64d6816086554cc5538eca24e0cdba36dff70 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 14 Jun 2015 19:48:58 -0400 Subject: Change title message format (single line) Change the format so that the title message is on a single line instead of 3. Typically this will mean that the message will appear on 2 lines, which is still better than 3 lines, saving us some vertical space. --- hipchat-stfu.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hipchat-stfu.pl') diff --git a/hipchat-stfu.pl b/hipchat-stfu.pl index 10fcc23..22c288c 100644 --- a/hipchat-stfu.pl +++ b/hipchat-stfu.pl @@ -29,7 +29,7 @@ sub prettify_hipchat { # Construct start message if ($link) { - $input =~ s/ Created by/\n$link\nCreated by/g; + $input =~ s/Created by (.+)$/($1) ($link)/g; } return $input; -- cgit v1.2.3