diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-27 16:58:46 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-27 16:58:46 +0100 |
commit | 4af78fa4aab07d24709a0bb9b56fd870aacf2666 (patch) | |
tree | 24539371604c7bbef09ac3f67d4c98b87cf6a080 /debian/copyright | |
parent | f111abdfc1bce032fff109e5c975affba2521706 (diff) | |
download | weechat-4af78fa4aab07d24709a0bb9b56fd870aacf2666.zip |
weercd.py: use argparse module to parse command line arguments, remove config file
The configuration file weercd.conf has been removed. Instead, default options
can be set in an environment variable called "WEERCD_OPTIONS".
A file with options can be used, then name must be given as option with a
leading "@", for example: python weercd.py @args.txt
The option "action" has been removed. Default behavior is still to flood the
client. Actions "user" and "file" have been merged into a single option
-f/--file, which accepts a file, or special value "-" to read stdin.
The script now requires python >= 2.7 (because the argparse module is not
available in python 2.6 and older versions).
Diffstat (limited to 'debian/copyright')
0 files changed, 0 insertions, 0 deletions