From 7a73cf3d8bbe5445e441d400099736f05cc4e5d8 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Fri, 28 Apr 2017 16:46:03 +0200 Subject: Got the thing to work. --- src/main.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 509255c..732ad20 100644 --- a/src/main.c +++ b/src/main.c @@ -33,6 +33,9 @@ static void print_help (const char runnable [const restrict static 1]) " IRC_PORT:\tPort to use for the IRC connection.\n" "\nOptions:\n" " -6, --ipv6:\tEnables IPv6.\n" + " -c, --print-chat:\tDisplays IRC conversations on stdout.\n" + " -i, --print-additional-info:\tDisplays received JH info messages on" + " stdout.\n" " -u USERNAME, --username USERNAME:\tSets the IRC username.\n" " -r REALNAME, --realname REALNAME:\tSets the IRC realname.\n" " -p PASSWORD, --password PASSWORD:\tSets the IRC password.\n", @@ -178,6 +181,13 @@ static int event_handling_loop return -1; } + + JH_meta_net_handle_reply + ( + socket, + irc, + params + ); } return 0; -- cgit v1.2.3-70-g09d2