Minor rebranding

There's nothing experimental about this project anymore.  It's stable.

Maybe we should add a photo of Hitler or something.
This commit is contained in:
2020-10-31 13:42:56 +01:00
parent 47a4c8beca
commit 8ccf38ad76
8 changed files with 12 additions and 12 deletions

4
kike.c
View File

@@ -1,5 +1,5 @@
/*
* kike.c: the experimental IRC daemon
* kike.c: an IRC daemon
*
* Copyright (c) 2014 - 2020, Přemysl Eric Janouch <p@janouch.name>
*
@@ -3991,7 +3991,7 @@ main (int argc, char *argv[])
};
struct opt_handler oh =
opt_handler_make (argc, argv, opts, NULL, "Experimental IRC daemon.");
opt_handler_make (argc, argv, opts, NULL, "IRC daemon.");
int c;
while ((c = opt_handler_get (&oh)) != -1)