Ignore:
Timestamp:
Sep 8, 2009, 8:43:48 PM (15 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
892e897
Parents:
3519d06
Message:
Add a stub for owl::startup

Adding a stub so that owl / BarnOwl::startup is never bound to
cmd_startup. This will keep that pesky startup usage notice from
popping up for users who don't have their own owl::startup().
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/lib/BarnOwl.pm

    rd694c55 r7589f0a  
    427427}
    428428
     429# Stub for owl::startup / BarnOwl::startup, so it isn't bound to the
     430# startup command. This may be redefined in a user's configfile.
     431sub startup
     432{
     433}
     434
    4294351;
Note: See TracChangeset for help on using the changeset viewer.