[822] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r816 - trunk/owl/perl/modules/IRC/lib/BarnOwl/Message

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:10:05 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-To: dirty-owl-hackers@MIT.EDU
Date: Thu, 10 Jan 2008 00:13:13 -0500 (EST)

Author: nelhage
Date: 2008-01-10 00:13:11 -0500 (Thu, 10 Jan 2008)
New Revision: 816

Modified:
   trunk/owl/perl/modules/IRC/lib/BarnOwl/Message/IRC.pm
Log:
Show the channel in LOG{IN,OUT} messages


Modified: trunk/owl/perl/modules/IRC/lib/BarnOwl/Message/IRC.pm
===================================================================
--- trunk/owl/perl/modules/IRC/lib/BarnOwl/Message/IRC.pm	2008-01-10 05:12:52 UTC (rev 815)
+++ trunk/owl/perl/modules/IRC/lib/BarnOwl/Message/IRC.pm	2008-01-10 05:13:11 UTC (rev 816)
@@ -55,5 +55,7 @@
 
 sub long_sender {shift->{from} || ""};
 
+sub login_extra { shift->channel; }
 
+
 1;


home help back first fref pref prev next nref lref last post