Ignore:
Timestamp:
Dec 13, 2008, 5:32:06 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Children:
5d2248c
Parents:
5547211b
git-author:
Anders Kaseorg <andersk@mit.edu> (12/09/08 17:00:32)
git-committer:
Nelson Elhage <nelhage@mit.edu> (12/13/08 17:32:06)
Message:
Show IRC /me messages with the conventional * instead of bold.
File:
1 edited

Legend:

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

    r167044b r1c014eec  
    214214    if ($body =~ /^\/me (.*)/) {
    215215        $conn->conn->me($to, $1);
    216         $body = BarnOwl::Style::boldify($conn->nick.' '.$1);
     216        $body = '* '.$conn->nick.' '.$1;
    217217    } else {
    218218        $conn->conn->privmsg($to, $body);
Note: See TracChangeset for help on using the changeset viewer.