From 0e1297e068258baba6e26265d81b93bda71be8b2 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 2 Dec 2018 23:08:49 -0500 Subject: Add -r option for realname --- chat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chat.h') diff --git a/chat.h b/chat.h index abbb050..31b31a2 100644 --- a/chat.h +++ b/chat.h @@ -31,8 +31,10 @@ #define errx(...) do { uiHide(); errx(__VA_ARGS__); } while (0) struct { + char *port; char *nick; char *user; + char *real; char *join; bool verbose; bool notify; @@ -40,7 +42,6 @@ struct { void selfNick(const char *nick); void selfUser(const char *user); -void selfJoin(const char *join); void eventWait(const char *argv[static 2]); void eventPipe(const char *argv[static 2]); -- cgit 1.4.1