From 55ac82d18db2bbfdc68d454f04a5ef3be7b11d3f Mon Sep 17 00:00:00 2001
From: Dan Boger <zigdon@irc.peeron.com>
Date: Fri, 9 Oct 2009 10:16:44 -0700
Subject: [PATCH 1/1] 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 } ) )
         {
-            &notice("DM sent to $target");
+            &notice("DM sent to $target: $text");
             $nicks{$target} = time;
         } else {
             my $error;
-- 
2.39.5