Changeset dfaa47d for perl/modules
- Timestamp:
- May 14, 2009, 11:41:34 PM (16 years ago)
- Branches:
- master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- cdaf294
- Parents:
- e1b136bf
- git-author:
- Geoffrey Thomas <geofft@mit.edu> (05/14/09 23:39:12)
- git-committer:
- Geoffrey Thomas <geofft@mit.edu> (05/14/09 23:41:34)
- Location:
- perl/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/IRC/lib/BarnOwl/Message/IRC.pm
rf79d6a2 rdfaa47d 70 70 sub context {shift->{network};} 71 71 sub subcontext {shift->{recipient};} 72 sub personal_context {"on " . shift->{network};} 72 73 73 74 sub long_sender {shift->{from} || ""}; -
perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm
r9375f8c rdfaa47d 50 50 sub subcontext { 51 51 return shift->subject || ""; 52 } 53 54 sub personal_context { 55 return "to " . shift->to; 52 56 } 53 57
Note: See TracChangeset
for help on using the changeset viewer.