From: Dan Boger Date: Fri, 9 Oct 2009 17:16:44 +0000 (-0700) Subject: When sending DMs, echo them to the screen too. X-Git-Url: https://git.sommitrealweird.co.uk//gitweb/?p=twirssi-net-twitter-lite.git;a=commitdiff_plain;h=55ac82d18db2bbfdc68d454f04a5ef3be7b11d3f When sending DMs, echo them to the screen too. --- diff --git a/twirssi.pl b/twirssi.pl index 8f1801f..15b6478 100644 --- a/twirssi.pl +++ b/twirssi.pl @@ -91,7 +91,7 @@ sub cmd_direct_as { if ( $twits{$username} ->new_direct_message( { user => $target, text => $text } ) ) { - ¬ice("DM sent to $target"); + ¬ice("DM sent to $target: $text"); $nicks{$target} = time; } else { my $error;