irctk

libircclient binding for scripts
git clone https://a3nm.net/git/irctk/
Log | Files | Refs | README

commit 31ab1c32da4dbd9961baa7565dcb3cd5e8318e9b
parent 01dac7e2730a84776426b12d566a55cb9fe9534d
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri,  7 Sep 2012 17:10:11 +0200

rename confusing options

Diffstat:
irctk.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/irctk.c b/irctk.c @@ -75,10 +75,10 @@ static struct argp_option options[] = { "Retry delay multiplication factor after each failed attempt (default: 2)", TIMING}, - {"auto-join", 'j', 0, 0, + {"join", 'j', 0, 0, "Automatically join and re-join channels as needed (default)", MISC }, - {"no-auto-join", 'J', 0, 0, - "Don't join other channels than those specified on the command-line, don't" + {"no-join", 'J', 0, 0, + "Never join other channels than those specified on the command-line, don't" " re-join", MISC }, {"default-always-first", '0', 0, 0,