Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/lib/BarnOwl/Hooks.pm

    re2f7963 r03e25c5  
    196196    my $package = "BarnOwl";
    197197
    198 
    199     if(!contains(\@BarnOwl::all_commands, $command)) {
    200         push @BarnOwl::all_commands, $command;
    201     }
    202 
    203198    if($symbol =~ m{^edit:(.+)$}) {
    204199        $symbol = $1;
     
    227222        }
    228223    }
     224
     225    if(!contains(\@BarnOwl::all_commands, $command)) {
     226        push @BarnOwl::all_commands, $command;
     227    }
    229228}
    230229
Note: See TracChangeset for help on using the changeset viewer.