Ignore:
File:
1 edited

Legend:

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

    r60b49a7 re04b7a1  
    6666sub action {shift->{action}}
    6767sub reason {shift->{reason}}
    68 sub old_nick {shift->{old_nick}};
    6968
    7069# display
     
    8180}
    8281
    83 sub login_extra {
     82sub login_extra { 
    8483    my $self = shift;
    8584    if ($self->action eq "quit") {
    8685        return $self->reason;
    87     } elsif ($self->action eq 'nick change') {
    88         return "was: " . $self->old_nick;
    8986    } else {
    9087        return $self->channel;
Note: See TracChangeset for help on using the changeset viewer.