irctk

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

commit fa0e7722721f492c359b877edbe134ed0554f030
parent ed5fd26c217e7206f56019fce3e03f6544d16e31
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri,  7 Sep 2012 17:21:01 +0200

cleanup

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

diff --git a/irctk.c b/irctk.c @@ -1,7 +1,6 @@ -/* +/* irctk -- an IRC toolkit * Copyright (C) Antoine Amarilli 2010-2012 - */ - + * Licence: GPLv3, see README and COPYING */ #include <argp.h> #include <assert.h> @@ -1802,4 +1801,3 @@ int main (int argc, char **argv) return start(args.retry_after); } -