From 55ac82d18db2bbfdc68d454f04a5ef3be7b11d3f Mon Sep 17 00:00:00 2001 From: Dan Boger Date: Fri, 9 Oct 2009 10:16:44 -0700 Subject: [PATCH] When sending DMs, echo them to the screen too. --- twirssi.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2