Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix thinko
  • Loading branch information
Mouq committed Sep 16, 2013
1 parent f6af675 commit 798b0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalbot.pl
Expand Up @@ -269,7 +269,7 @@ package Evalbot;
my ($prefix, $response) = @_;

if (!length $response) {
return sprintf $format_nores, $response;
return sprintf $format_nores, $prefix;
}

my $newline = '';
Expand Down

0 comments on commit 798b0a5

Please sign in to comment.