[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, maste
From: |
Sebastien Helleu |
Subject: |
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.4.2-36-g4af78fa |
Date: |
Sun, 27 Oct 2013 15:58:51 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Fast, light and extensible chat client".
The branch, master has been updated
via 4af78fa4aab07d24709a0bb9b56fd870aacf2666 (commit)
from f111abdfc1bce032fff109e5c975affba2521706 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4af78fa4aab07d24709a0bb9b56fd870aacf2666
Author: Sebastien Helleu <address@hidden>
Date: Sun Oct 27 16:58:46 2013 +0100
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).
-----------------------------------------------------------------------
Summary of changes:
test/weercd.conf | 14 ---
test/weercd.py | 339 ++++++++++++++++++++++++------------------------------
2 files changed, 149 insertions(+), 204 deletions(-)
delete mode 100644 test/weercd.conf
hooks/post-receive
--
Fast, light and extensible chat client
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.4.2-36-g4af78fa,
Sebastien Helleu <=