aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--kirc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/kirc.c b/kirc.c
index 8e7dfde..2501005 100644
--- a/kirc.c
+++ b/kirc.c
@@ -18,7 +18,7 @@
#include <sys/ioctl.h>
#define CTCP_CMDS "ACTION VERSION TIME CLIENTINFO PING"
-#define VERSION "0.3.0"
+#define VERSION "0.3.1"
#define MSG_MAX 512
#define CHA_MAX 200
#define NIC_MAX 26
@@ -916,12 +916,12 @@ static void handleUserInput(struct State *l) {
static void usage(void) {
fputs("kirc [-s host] [-p port] [-c channel] [-n nick] [-r realname] \
-[-u username] [-k password] [-a token] [-x command] [-o path] [-e] [-v] [-V]\n", stderr);
+[-u username] [-k password] [-a token] [-o path] [-e] [-x] [-v] [-V]\n", stderr);
exit(2);
}
static void version(void) {
- fputs("kirc-" VERSION " Copyright © 2021 Michael Czigler, MIT License\n",
+ fputs("kirc-" VERSION " Copyright © 2022 Michael Czigler, MIT License\n",
stdout);
exit(0);
}