irctk

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

commit 36806708f02c487ed012eaa28ae9bf9095796eae
parent d7f1c72d581d9b730d82dc8e31b94e0d65f91b28
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat, 16 Jun 2012 16:29:49 +0200

old TODO

Diffstat:
irctk.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/irctk.c b/irctk.c @@ -143,7 +143,7 @@ static struct argp_option options[] = { {"realname", 'R', "name", 0, "Full name (default: same as nick)", NAME}, - {"force-nick", 'N', 0, 0, //TODO + {"force-nick", 'N', 0, 0, "Abort when the intended nick is unavailable or invalid instead of choosing another one", NAME},