From 82f142c0acc87e55373102687aa718effcbf7cb9 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sat, 20 Jan 2024 02:41:39 +0100 Subject: Remember lines that were printed during connect so they can be output in case of an error --- vchat-protocol.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vchat-protocol.c') diff --git a/vchat-protocol.c b/vchat-protocol.c index ac65639..c5021e4 100644 --- a/vchat-protocol.c +++ b/vchat-protocol.c @@ -235,6 +235,7 @@ static void justloggedin(char *message) { loadcfg(getstroption(CF_LOGINSCRIPT), 0, handleline); handleline(".S"); loggedin = 1; + flushconnect(); } } -- cgit v1.2.3