Changeset 15b87cc for perl


Ignore:
Timestamp:
Aug 16, 2017, 12:53:41 PM (7 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Branches:
master
Children:
6ddfb07
Parents:
dce72c1
git-author:
Jason Gross <jgross@mit.edu> (02/16/13 23:56:53)
git-committer:
Jason Gross <jasongross9@gmail.com> (08/16/17 12:53:41)
Message:
Remove irc: from irc message filenames
File:
1 edited

Legend:

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

    r9a34040 r15b87cc  
    9797    die "IRC should not be handling non-IRC messages" if lc($m->type) ne "irc";
    9898    BarnOwl::error("IRC message without a network") if !defined($m->network) || $m->network eq '';
    99     my $filename = lc($m->type) . ":" . lc($m->network);
     99    my $filename = lc($m->network);
    100100    if ($m->is_personal) {
    101101        if ($m->is_incoming) {
Note: See TracChangeset for help on using the changeset viewer.