Changeset 15b87cc for perl/modules/IRC/lib/BarnOwl/Message/IRC.pm
- Timestamp:
- Aug 16, 2017, 12:53:41 PM (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/IRC/lib/BarnOwl/Message/IRC.pm
r9a34040 r15b87cc 97 97 die "IRC should not be handling non-IRC messages" if lc($m->type) ne "irc"; 98 98 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); 100 100 if ($m->is_personal) { 101 101 if ($m->is_incoming) {
Note: See TracChangeset
for help on using the changeset viewer.