Changeset e322b7c


Ignore:
Timestamp:
Feb 28, 2008, 6:18:54 PM (16 years ago)
Author:
Nelson Elhage <nelhage@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:
3bf5516
Parents:
1af21e8
Message:
Make IRC admin messages actually display their content
File:
1 edited

Legend:

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

    r1af21e8 re322b7c  
    126126            BarnOwl::Style::boldify('IRC ' . $evt->type . ' message from '
    127127                . $self->alias) . "\n"
    128             . strip_irc_formatting(join '\n', cdr($evt->args)));
     128            . strip_irc_formatting(join '\n', $evt->args));
    129129}
    130130
Note: See TracChangeset for help on using the changeset viewer.