irctk

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

commit 2e14b29b63e05f1d449e3af951765ca50497e950
parent f419a6d90e61b456e17ac56acfb07b2796d6e7c5
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 11 Jul 2012 22:19:58 +0200

shorter help

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

diff --git a/irctk.c b/irctk.c @@ -47,7 +47,7 @@ static char doc[] = "irctk -- an IRC toolkit"; /* A description of the arguments we accept. */ -static char args_doc[] = "[NICK[:PASSWORD]@]SERVER[:PORT] [CHANNEL[:PASSWORD]]..."; +static char args_doc[] = "[NICK[:PASS]@]SERVER[:PORT] [CHANNEL[:PASS]]..."; enum arg_types {STANDARD, MISC, COM_MODE, CHANNEL_SELECTION, BOT_OPTIONS, TRACKING, DISPLAY_SELECTION, PARSING, NAME}; @@ -59,7 +59,7 @@ static struct argp_option options[] = { "Produce debug output on stderr", STANDARD}, {"quiet", 'q', 0, 0, - "Don't even display errors on stderr, fail silently", + "Don't display errors on stderr, fail silently", STANDARD}, /* TODOponey ideally should not delay for bots, only for things piped, is there a