From c40e34b3a14c25834ae7f11d377ad22312526ee3 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 11 Aug 2014 07:33:05 +0000 Subject: [PATCH] Add newline to "also known as" output to improve formatting in pastes --- PBot/MessageHistory.pm | 2 +- PBot/VERSION.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PBot/MessageHistory.pm b/PBot/MessageHistory.pm index dacd0653..47b81007 100644 --- a/PBot/MessageHistory.pm +++ b/PBot/MessageHistory.pm @@ -87,7 +87,7 @@ sub list_also_known_as { my @akas = $self->{database}->get_also_known_as(@$args[0]); if(@akas) { - my $result = "@$args[0] also known as: "; + my $result = "@$args[0] also known as:\n"; my %uniq; foreach my $aka (@akas) { diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index ad7b0dd7..7629e68d 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,7 +13,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 773, + BUILD_REVISION => 774, BUILD_DATE => "2014-08-11", };