Ignore:
Timestamp:
Feb 22, 2008, 10:59:41 AM (16 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
f8d9df1
Parents:
c020e73 (diff), b24029a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merged revisions 958-963 via svnmerge from 
file:///afs/sipb.mit.edu/project/barnowl/src/svn/trunk

........
  r960 | chmrr | 2008-02-19 20:48:44 -0500 (Tue, 19 Feb 2008) | 3 lines
  
   r2008@utwig:  chmrr | 2008-02-19 20:48:27 -0500
    * Fix admin messages
........
  r963 | asedeno | 2008-02-22 10:58:32 -0500 (Fri, 22 Feb 2008) | 1 line
  
  resize should always refresh the editwin.
........
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/IRC/lib/BarnOwl/Module/IRC/Connection.pm

    r9c7a701 r1951db8  
    125125    BarnOwl::admin_message("IRC",
    126126            BarnOwl::Style::boldify('IRC ' . $evt->type . ' message from '
    127                 . $evt->alias) . "\n"
     127                . $self->alias) . "\n"
    128128            . strip_irc_formatting(join '\n', cdr $evt->args));
    129129}
Note: See TracChangeset for help on using the changeset viewer.