Skip to content

Commit

Permalink
tidied whisper.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
aanoaa committed Oct 24, 2012
1 parent 376a7d9 commit b2f5896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Hubot/Scripts/whisper.pm
Expand Up @@ -7,7 +7,7 @@ sub load {
$robot->whisper(
sub {
my $msg = shift;
$msg->send($msg->message->text);
$msg->send( $msg->message->text );
}
);
}
Expand Down

0 comments on commit b2f5896

Please sign in to comment.