Changeset 3f0c209


Ignore:
Timestamp:
Aug 16, 2017, 12:53:41 PM (7 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Branches:
master
Children:
fb27b30, d400776
Parents:
8f91a70
git-author:
Jason Gross <jgross@mit.edu> (08/06/17 01:57:33)
git-committer:
Jason Gross <jasongross9@gmail.com> (08/16/17 12:53:41)
Message:
Add comment about irc logging format
File:
1 edited

Legend:

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

    r47225c9 r3f0c209  
    9898    BarnOwl::error("IRC message without a network") if !defined($m->network) || $m->network eq '';
    9999    my $filename = lc($m->network);
     100    # Note: Channel names generally start with '#', which
     101    # disambiguates channels from individuals; for example, personals
     102    # will look like, e.g., "~/zlog/irc/freenode:john-doe", whereas
     103    # channels will look like, e.g., "~/zlog/irc/freenode:#barnowl"
    100104    if ($m->is_personal) {
    101105        if ($m->is_incoming) {
Note: See TracChangeset for help on using the changeset viewer.