Changeset 257

Show
Ignore:
Timestamp:
03/03/06 17:42:52
Author:
miyagawa
Message:

allows bundling in irc script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/bin/plagger-ircbot.pl

    r254 r257  
    2020my $path = "$FindBin::Bin/../config.yaml"; 
    2121GetOptions("--config=s", \$path); 
     22Getopt::Long::Configure("bundling"); # allows -c 
    2223 
    2324msg "loading configuration $path";